Go to file
Michael Qiu 4d2c67be57 app/test: fix printf format
test_hash.c: In function ‘test_crc32_hash_alg_equiv’:
error: format ‘%lu’ expects argument of type ‘long unsigned int’,
but argument 2 has type ‘size_t’ [-Werror=format]

According to C99, for size_t type should use format "%zu"

Signed-off-by: Michael Qiu <michael.qiu@intel.com>
Acked-by: Bruce Richardson <bruce.richardson@intel.com>
2015-03-09 18:07:43 +01:00
app app/test: fix printf format 2015-03-09 18:07:43 +01:00
config null: new poll mode driver 2015-02-26 00:31:45 +01:00
doc doc: more vlan offload commands in testpmd 2015-03-09 12:47:26 +01:00
examples vhost: fix file descriptors naming 2015-03-09 12:46:46 +01:00
lib hash: fix unsupported crc instruction in i686 platform 2015-03-09 18:07:43 +01:00
mk mk: move internal file 2015-03-09 12:46:46 +01:00
pkg version: 1.8.0 2014-12-20 00:38:39 +01:00
scripts scripts: check features to generate configuration header 2015-02-25 16:06:12 +01:00
tools tools: fix binding to unsupported driver 2015-03-05 21:33:53 +01:00
.gitignore init DPDK repository 2013-03-07 10:57:42 +01:00
GNUmakefile remove trailing whitespaces 2014-06-11 00:29:34 +02:00
LICENSE.GPL doc: GPL/LGPL licenses 2013-07-25 14:43:06 +02:00
LICENSE.LGPL doc: fix file format (dos to unix) 2013-09-06 11:43:07 +02:00
MAINTAINERS null: new poll mode driver 2015-02-26 00:31:45 +01:00
Makefile remove trailing whitespaces 2014-06-11 00:29:34 +02:00