These APIs were introduced in 19.02, therefore removing experimental tag to promote them to stable state. Signed-off-by: Nipun Gupta <nipun.gupta@nxp.com>
27 lines
314 B
Plaintext
27 lines
314 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;
|
|
};
|
|
|
|
INTERNAL {
|
|
global:
|
|
|
|
dpaa2_eth_eventq_attach;
|
|
dpaa2_eth_eventq_detach;
|
|
|
|
local: *;
|
|
};
|