aboutsummaryrefslogtreecommitdiffstats
path: root/lib/librte_ring/rte_ring_version.map
blob: d935efd0dc65b1161f653a35d9b6a637f841d0c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
DPDK_2.0 {
	global:

	rte_ring_create;
	rte_ring_dump;
	rte_ring_get_memsize;
	rte_ring_init;
	rte_ring_list_dump;
	rte_ring_lookup;

	local: *;
};

DPDK_2.2 {
	global:

	rte_ring_free;

} DPDK_2.0;