aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ring/rte_pmd_ring_version.map
blob: 1f785d9409ea69185280bf39b9273d4a9161933e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
DPDK_2.0 {
	global:

	rte_eth_from_rings;

	local: *;
};

DPDK_2.2 {
	global:

	rte_eth_from_ring;

} DPDK_2.0;