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

Olivier MATZ olivier.matz at 6wind.com
Mon Oct 2 16:29:10 CEST 2017


On Sun, Oct 01, 2017 at 02:44:39PM +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 handle.
> 
> Introducing eal option to override default pool handle.
> 
> Now user can override the RTE_MEMPOOL_OPS_DEFAULT by passing
> pool handle to eal `--mbuf-pool-ops-name=""`.
> 
> Signed-off-by: Santosh Shukla <santosh.shukla at caviumnetworks.com>
> Acked-by: Hemant Agrawal <hemant.agrawal at nxp.com>

Acked-by: Olivier Matz <olivier.matz at 6wind.com>


More information about the dev mailing list