Re: [dpdk-dev] [PATCH v3 1/2] test/test: free mempool on exit

2017-04-04 Thread santosh
Hi Hemant, [Noticed that my first reply couldn't reach out to ML so re-sending] On Tuesday 04 April 2017 11:27 AM, Hemant Agrawal wrote: > From: Shreyansh Jain > > mempool autotest was not freeing the mempools. > > Fixes: 8ef772ae ("app/test: rework mempool tes") > Cc: sta...@dpdk.org > > Signe

[dpdk-dev] [PATCH v3 1/2] test/test: free mempool on exit

2017-04-03 Thread Hemant Agrawal
From: Shreyansh Jain mempool autotest was not freeing the mempools. Fixes: 8ef772ae ("app/test: rework mempool tes") Cc: sta...@dpdk.org Signed-off-by: Shreyansh Jain --- v3: fix the incorrect split v2: separte the bug fix from change test/test/test_mempool.c | 5 +++-- 1 file changed, 3 ins