mirror of https://github.com/F-Stack/f-stack.git
21 lines
255 B
Plaintext
21 lines
255 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;
|