Re: [dpdk-dev] [PATCH] mempool: enhance dump function to print ops name

2020-07-31 Thread Olivier Matz
Hi Hemant, Thank you for submitting this improvement. Minor comments below. On Sat, Jul 11, 2020 at 03:29:36PM +0530, Hemant Agrawal wrote: > Enhance the dump function to also print the ops index > and associated mempool ops name > > Signed-off-by: Hemant Agrawal > --- > lib/librte_mempool/rte

[dpdk-dev] [PATCH] mempool: enhance dump function to print ops name

2020-07-11 Thread Hemant Agrawal
Enhance the dump function to also print the ops index and associated mempool ops name Signed-off-by: Hemant Agrawal --- lib/librte_mempool/rte_mempool.c | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/lib/librte_mempool/rte_mempool.c b/lib/librte_mempool/rte_mempool.c in