numam-dpdk/lib/librte_mempool
Thomas Monjalon 22e34d1211 mempool: fix build with debug enabled
error: format ‘%p’ expects argument of type ‘void *’,
but argument 5 has type ‘const struct rte_mempool *’ [-Werror=format=]

mp type is (const struct rte_mempool *) and must be casted into a simpler
type to be printed.

Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>
Acked-by: Olivier Matz <olivier.matz@6wind.com>
2015-03-04 11:18:27 +01:00
..
Makefile mk: add library version extension 2015-02-03 16:56:58 +01:00
rte_dom0_mempool.c eal: deprecate rte_snprintf 2014-06-27 02:31:24 +02:00
rte_mempool_version.map lib: provide initial versioning 2015-02-03 16:56:58 +01:00
rte_mempool.c mempool: avoid dump crash with null pointer 2014-11-27 17:30:20 +01:00
rte_mempool.h mempool: fix build with debug enabled 2015-03-04 11:18:27 +01:00