numam-dpdk/lib/librte_mbuf/rte_mbuf_version.map
Hemant Agrawal a3acc3144a mbuf: add pool ops selection functions
This patch add support for various mempool ops config helper APIs.

1.User defined mempool ops
2.Platform detected HW mempool ops (active).
3.Best selection of mempool ops by looking into user defined,
  platform registered and compile time configured.

Signed-off-by: Hemant Agrawal <hemant.agrawal@nxp.com>
Acked-by: Olivier Matz <olivier.matz@6wind.com>
Acked-by: Santosh Shukla <santosh.shukla@caviumnetworks.com>
2018-01-29 19:02:05 +01:00

49 lines
773 B
Plaintext

DPDK_2.0 {
global:
rte_ctrlmbuf_init;
rte_get_rx_ol_flag_name;
rte_get_tx_ol_flag_name;
rte_mbuf_sanity_check;
rte_pktmbuf_dump;
rte_pktmbuf_init;
rte_pktmbuf_pool_init;
local: *;
};
DPDK_2.1 {
global:
rte_pktmbuf_pool_create;
} DPDK_2.0;
DPDK_16.11 {
global:
__rte_pktmbuf_read;
rte_get_ptype_inner_l2_name;
rte_get_ptype_inner_l3_name;
rte_get_ptype_inner_l4_name;
rte_get_ptype_l2_name;
rte_get_ptype_l3_name;
rte_get_ptype_l4_name;
rte_get_ptype_name;
rte_get_ptype_tunnel_name;
rte_get_rx_ol_flag_list;
rte_get_tx_ol_flag_list;
} DPDK_2.1;
EXPERIMENTAL {
global:
rte_mbuf_best_mempool_ops;
rte_mbuf_platform_mempool_ops;
rte_mbuf_set_platform_mempool_ops;
rte_mbuf_set_user_mempool_ops;
rte_mbuf_user_mempool_ops;
} DPDK_16.11;