numam-dpdk/lib/librte_mbuf
Santosh Shukla a103a97e71 eal: allow user to override default mempool driver
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@caviumnetworks.com>
Acked-by: Hemant Agrawal <hemant.agrawal@nxp.com>
Acked-by: Olivier Matz <olivier.matz@6wind.com>
2017-10-06 20:48:22 +02:00
..
Makefile mbuf: bump library version 2017-04-05 13:37:17 +02:00
rte_mbuf_ptype.c mbuf: support GTP in software packet type parser 2017-10-06 02:49:50 +02:00
rte_mbuf_ptype.h mbuf: support GTP in software packet type parser 2017-10-06 02:49:50 +02:00
rte_mbuf_version.map mbuf: add functions to dump offload flags 2016-10-12 18:08:40 +02:00
rte_mbuf.c eal: allow user to override default mempool driver 2017-10-06 20:48:22 +02:00
rte_mbuf.h mbuf: increase port initialization value 2017-10-06 18:24:03 +02:00