Re: [dpdk-dev] [RFC PATCH] test/test: support default mempool autotest

2017-04-03 Thread Hemant Agrawal
On 3/31/2017 8:41 PM, Santosh Shukla wrote: On Fri, Mar 31, 2017 at 03:47:49PM +0530, Shreyansh Jain wrote: Mempool test currently supports: * ring_mp_mc * stack In case a new mempool handler is added, there are multiple options for supporting that in the mempool autotest: 1. Like the patch b

Re: [dpdk-dev] [RFC PATCH] test/test: support default mempool autotest

2017-03-31 Thread Santosh Shukla
On Fri, Mar 31, 2017 at 03:47:49PM +0530, Shreyansh Jain wrote: > Mempool test currently supports: > * ring_mp_mc > * stack > > In case a new mempool handler is added, there are multiple options > for supporting that in the mempool autotest: > 1. Like the patch below, adding a new default pool o

Re: [dpdk-dev] [RFC PATCH] test/test: support default mempool autotest

2017-03-31 Thread Hemant Agrawal
HI Olivier, > -Original Message- > From: Olivier Matz [mailto:olivier.m...@6wind.com] > Sent: Friday, March 31, 2017 7:30 PM > To: Shreyansh Jain > Cc: dev@dpdk.org; Hemant Agrawal > Subject: Re: [RFC PATCH] test/test: support default mempool autotest > > Hi Shreyansh, [Hemant] I will

Re: [dpdk-dev] [RFC PATCH] test/test: support default mempool autotest

2017-03-31 Thread Olivier Matz
Hi Shreyansh, On Fri, 31 Mar 2017 15:47:49 +0530, Shreyansh Jain wrote: > Mempool test currently supports: > * ring_mp_mc > * stack > > In case a new mempool handler is added, there are multiple options > for supporting that in the mempool autotest: > 1. Like the patch below, adding a new def