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.shu...@caviumnetworks.com> > Acked-by: Hemant Agrawal <hemant.agra...@nxp.com>
Acked-by: Olivier Matz <olivier.m...@6wind.com>