app/test: add mempool walk
authorThomas Monjalon <thomas.monjalon@6wind.com>
Mon, 3 Oct 2016 20:58:33 +0000 (22:58 +0200)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Thu, 13 Oct 2016 13:46:31 +0000 (15:46 +0200)
commit5ce434a642c8d80cded32ae054b1fe7b6a20111b
tree25481c568c423b53e06cafaef7ee6db37bd89ac2
parent5450a8671bf38f56276ce7fb1dc97b55689270d3
app/test: add mempool walk

The mempool function rte_mempool_walk was not tested.
It will print the name of all mempools.

Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>
Acked-by: Olivier Matz <olivier.matz@6wind.com>
app/test/test_mempool.c