xref: /dpdk/drivers/net/dpaa2/version.map (revision 3f63c19b)
1EXPERIMENTAL {
2	global:
3
4	rte_pmd_dpaa2_mux_flow_create;
5	rte_pmd_dpaa2_set_custom_hash;
6
7	# added in 21.05
8	rte_pmd_dpaa2_mux_rx_frame_len;
9	# added in 21.08
10	rte_pmd_dpaa2_thread_init;
11};
12
13INTERNAL {
14	global:
15
16	dpaa2_eth_eventq_attach;
17	dpaa2_eth_eventq_detach;
18
19	local: *;
20};
21