Re: [dpdk-dev] [PATCH v2 1/2] test/mempool_perf: Free mempool on exit

2017-04-10 Thread Olivier MATZ
Hi Santosh, On Mon, 10 Apr 2017 01:13:43 +0530 santosh wrote: > Hi Olivier, > > On Monday 10 April 2017 12:47 AM, Shukla, Santosh wrote: > > > > > > > > > *From:* Olivier Matz > > *Sent:* Friday, April 7, 2017 9:

Re: [dpdk-dev] [PATCH v2 1/2] test/mempool_perf: Free mempool on exit

2017-04-09 Thread santosh
Hi Olivier, On Monday 10 April 2017 12:47 AM, Shukla, Santosh wrote: > > > > *From:* Olivier Matz > *Sent:* Friday, April 7, 2017 9:21 PM > *To:* Shukla, Santosh > *Cc:* dev@dpdk.org; hemant.agra...@nxp.com; shreyan

Re: [dpdk-dev] [PATCH v2 1/2] test/mempool_perf: Free mempool on exit

2017-04-07 Thread Olivier Matz
Hi Santosh, On Thu, 6 Apr 2017 12:15:48 +0530, Santosh Shukla wrote: > Mempool_perf test not freeing pool memory. > > Cc: sta...@dpdk.org > Signed-off-by: Santosh Shukla > Acked-by: Shreyansh Jain > --- > v1 --> v2: > * Fixed patch context > > test/test/test_mempool_perf.c | 31 ++

[dpdk-dev] [PATCH v2 1/2] test/mempool_perf: Free mempool on exit

2017-04-05 Thread Santosh Shukla
Mempool_perf test not freeing pool memory. Cc: sta...@dpdk.org Signed-off-by: Santosh Shukla Acked-by: Shreyansh Jain --- v1 --> v2: * Fixed patch context test/test/test_mempool_perf.c | 31 +++ 1 file changed, 19 insertions(+), 12 deletions(-) diff --git a/test/t