Re: [dpdk-dev] [PATCH v4 1/2] eal: allow user to override default pool handle

2017-09-25 Thread santosh
On Monday 25 September 2017 08:28 AM, Olivier MATZ wrote: > On Mon, Sep 11, 2017 at 08:48:36PM +0530, Santosh Shukla wrote: >> DPDK has support for both sw and hw mempool and >> currently user is limited to use ring_mp_mc pool. >> In case user want to use other pool handle, >> need to update confi

Re: [dpdk-dev] [PATCH v4 1/2] eal: allow user to override default pool handle

2017-09-25 Thread Olivier MATZ
On Mon, Sep 11, 2017 at 08:48:36PM +0530, Santosh Shukla wrote: > DPDK has support for both sw and hw mempool and > currently user is limited to use ring_mp_mc pool. > In case user want to use other pool handle, > need to update config RTE_MEMPOOL_OPS_DEFAULT, then > build and run with desired pool

[dpdk-dev] [PATCH v4 1/2] eal: allow user to override default pool handle

2017-09-11 Thread Santosh Shukla
DPDK has support for both sw and hw mempool and currently user is limited to use ring_mp_mc pool. In case user want to use other pool handle, need to update config RTE_MEMPOOL_OPS_DEFAULT, then build and run with desired pool handle. Introducing eal option to override default pool handle. Now use