[dpdk-dev] [PATCH] app/test: add mempool walk

2016-10-13 Thread Thomas Monjalon
2016-10-05 14:22, Olivier Matz: > Hi Thomas, > > On 10/03/2016 10:58 PM, Thomas Monjalon wrote: > > The mempool function rte_mempool_walk was not tested. > > It will print the name of all mempools. > > > > Signed-off-by: Thomas Monjalon > > Acked-by: Olivier Matz Applied

[dpdk-dev] [PATCH] app/test: add mempool walk

2016-10-05 Thread Olivier Matz
Hi Thomas, On 10/03/2016 10:58 PM, Thomas Monjalon wrote: > The mempool function rte_mempool_walk was not tested. > It will print the name of all mempools. > > Signed-off-by: Thomas Monjalon Acked-by: Olivier Matz

[dpdk-dev] [PATCH] app/test: add mempool walk

2016-10-03 Thread Thomas Monjalon
The mempool function rte_mempool_walk was not tested. It will print the name of all mempools. Signed-off-by: Thomas Monjalon --- app/test/test_mempool.c | 9 + 1 file changed, 9 insertions(+) diff --git a/app/test/test_mempool.c b/app/test/test_mempool.c index fffbf8d..b9880b3 100644 --