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

2017-04-05 Thread Shreyansh Jain
Hi Santosh, On Wednesday 05 April 2017 12:32 PM, santosh wrote: On Tuesday 04 April 2017 11:27 AM, Hemant Agrawal wrote: From: Shreyansh Jain Mempool test currently supports: * ring_mp_mc * stack Adding a new default pool options. So, ring* + stack + default (which can be 'stack' or 'ring

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

2017-04-05 Thread santosh
On Tuesday 04 April 2017 11:27 AM, Hemant Agrawal wrote: > From: Shreyansh Jain > > Mempool test currently supports: > * ring_mp_mc > * stack > > Adding a new default pool options. So, ring* + stack + default > (which can be 'stack' or 'ring') > * This way, whatever the value of RTE_MBUF_DEFAU

[dpdk-dev] [PATCH v3 2/2] test/test: support default mempool autotest

2017-04-03 Thread Hemant Agrawal
From: Shreyansh Jain Mempool test currently supports: * ring_mp_mc * stack Adding a new default pool options. So, ring* + stack + default (which can be 'stack' or 'ring') * This way, whatever the value of RTE_MBUF_DEFAULT_MEMPOOL_OPS is set, it would be verified. * even if that means dupl