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

2017-04-19 Thread Thomas Monjalon
07/04/2017 17:42, Olivier Matz: > On Wed, 5 Apr 2017 15:05:34 +0530, Shreyansh Jain wrote: > > 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, whateve

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

2017-04-07 Thread Olivier Matz
On Wed, 5 Apr 2017 15:05:34 +0530, Shreyansh Jain wrote: > 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, >

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

2017-04-05 Thread 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 duplicating some test (for