2015-02-02 17:40:20 +00:00
|
|
|
DPDK_2.0 {
|
|
|
|
global:
|
|
|
|
|
|
|
|
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: *;
|
|
|
|
};
|
2015-04-22 09:57:23 +00:00
|
|
|
|
|
|
|
DPDK_2.1 {
|
2015-06-18 17:55:53 +00:00
|
|
|
global:
|
2015-04-22 09:57:23 +00:00
|
|
|
|
2015-06-18 17:55:53 +00:00
|
|
|
rte_pktmbuf_pool_create;
|
2015-04-22 09:57:23 +00:00
|
|
|
|
|
|
|
} DPDK_2.0;
|
2016-10-03 08:38:42 +00:00
|
|
|
|
|
|
|
DPDK_16.11 {
|
|
|
|
global:
|
|
|
|
|
|
|
|
__rte_pktmbuf_read;
|
2016-10-03 08:38:54 +00:00
|
|
|
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;
|
2016-10-12 15:39:43 +00:00
|
|
|
rte_get_rx_ol_flag_list;
|
|
|
|
rte_get_tx_ol_flag_list;
|
2016-10-03 08:38:42 +00:00
|
|
|
|
|
|
|
} DPDK_2.1;
|
2018-01-29 08:10:45 +00:00
|
|
|
|
2018-06-05 06:24:11 +00:00
|
|
|
DPDK_18.08 {
|
2018-01-29 08:10:45 +00:00
|
|
|
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;
|
2018-01-29 08:10:46 +00:00
|
|
|
rte_pktmbuf_pool_create_by_ops;
|
2018-06-05 06:24:11 +00:00
|
|
|
} DPDK_16.11;
|
2019-01-07 08:57:11 +00:00
|
|
|
|
|
|
|
EXPERIMENTAL {
|
|
|
|
global:
|
|
|
|
|
|
|
|
rte_mbuf_check;
|
|
|
|
} DPDK_18.08;
|