numam-dpdk/lib/librte_mbuf
Nipun Gupta 028e4b1dbc mbuf: fix logic of user mempool ops API
The existing rte_eal_mbuf_default mempool ops can return the compile time
default ops name if the user has not provided command line inputs for
mempool ops name. It will break the logic of best mempool ops as it will
never return platform hw mempool ops.

This patch introduces a new API to just return the user mempool ops only.

Fixes: 8b0f7f4341 ("mbuf: maintain user and compile time mempool ops name")

Signed-off-by: Nipun Gupta <nipun.gupta@nxp.com>
Acked-by: Olivier Matz <olivier.matz@6wind.com>
2018-02-06 01:02:12 +01:00
..
Makefile mk: add experimental tag check 2018-01-29 23:35:29 +01:00
meson.build build: replace license text with SPDX tag 2018-01-30 21:58:59 +01:00
rte_mbuf_pool_ops.c mbuf: fix logic of user mempool ops API 2018-02-06 01:02:12 +01:00
rte_mbuf_pool_ops.h add experimental tag to appropriate functions 2018-01-29 23:35:29 +01:00
rte_mbuf_ptype.c mbuf: use SPDX tags 2018-02-01 02:27:22 +01:00
rte_mbuf_ptype.h mbuf: use SPDX tags 2018-02-01 02:27:22 +01:00
rte_mbuf_version.map mbuf: add pool create helper for specific mempool ops 2018-01-29 19:02:05 +01:00
rte_mbuf.c mbuf: use SPDX tags 2018-02-01 02:27:22 +01:00
rte_mbuf.h mbuf: use SPDX tags 2018-02-01 02:27:22 +01:00