aboutsummaryrefslogtreecommitdiffstats
path: root/lib/librte_mbuf/rte_mbuf_version.map
blob: e10f6bdc888bc60a0d6997a9d3c02fac7ea4a0b6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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;