2015-02-02 17:40:20 +00:00
|
|
|
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: *;
|
|
|
|
};
|
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;
|
|
|
|
|
|
|
|
} DPDK_2.1;
|