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

2020-08-29 Thread Andrew Rybchenko
On 8/17/20 2:15 PM, Hemant Agrawal wrote: > Enhance the dump function to also print the ops index > and associated mempool ops name > > Signed-off-by: Hemant Agrawal Acked-by: Andrew Rybchenko with a nit below > --- > lib/librte_mempool/rte_mempool.c | 5 + > 1 file changed, 5 insertions(

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

2020-08-17 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 | 5 + 1 file changed, 5 insertions(+) diff --git a/lib/librte_mempool/rte_mempool.c b/lib/librte_mempool/rte_mempool.c index 7774f0c8da..