mirror of https://github.com/F-Stack/f-stack.git
29 lines
361 B
Plaintext
29 lines
361 B
Plaintext
DPDK_22 {
|
|
global:
|
|
|
|
rte_pmd_dpaa2_mux_flow_create;
|
|
rte_pmd_dpaa2_set_custom_hash;
|
|
|
|
local: *;
|
|
};
|
|
|
|
EXPERIMENTAL {
|
|
global:
|
|
|
|
# added in 21.05
|
|
rte_pmd_dpaa2_mux_rx_frame_len;
|
|
# added in 21.08
|
|
rte_pmd_dpaa2_thread_init;
|
|
# added in 21.11
|
|
rte_pmd_dpaa2_get_tlu_hash;
|
|
};
|
|
|
|
INTERNAL {
|
|
global:
|
|
|
|
dpaa2_eth_eventq_attach;
|
|
dpaa2_eth_eventq_detach;
|
|
|
|
local: *;
|
|
};
|