Re: [dpdk-dev] [PATCH] test: use the best mempool ops API to get mbuf pool

2018-02-05 Thread Thomas Monjalon
05/02/2018 08:43, Nipun Gupta: > From: Hemant Agrawal > > This patch replaces the uses of default mempool ops API > with newly supported best_mempool_ops API. > > Signed-off-by: Hemant Agrawal Applied, thanks

[dpdk-dev] [PATCH] test: use the best mempool ops API to get mbuf pool

2018-02-04 Thread Nipun Gupta
From: Hemant Agrawal This patch replaces the uses of default mempool ops API with newly supported best_mempool_ops API. Signed-off-by: Hemant Agrawal --- test/test/test_mempool.c | 3 ++- test/test/test_mempool_perf.c | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a