numam-dpdk/app
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
..
cmdline_test app: no more bare metal environment 2014-11-27 13:09:55 +01:00
dump_cfg app: no more bare metal environment 2014-11-27 13:09:55 +01:00
test app/test: fix printf format 2015-03-09 18:07:43 +01:00
test-acl acl: remove standalone header 2015-02-02 12:30:33 +01:00
test-pipeline ethdev: unification of RSS offload types 2015-02-22 23:56:20 +01:00
test-pmd app/testpmd: more vlan offload commands 2015-03-09 12:47:26 +01:00
Makefile app/pipeline: packet framework benchmark 2014-06-17 03:34:11 +02:00