aboutsummaryrefslogtreecommitdiffstats
path: root/lib/librte_ring/rte_ring_version.map
blob: 5474b985e55c50c1bb83555e91612ac9ddf7d106 (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_ring_create;
	rte_ring_dump;
	rte_ring_get_memsize;
	rte_ring_init;
	rte_ring_list_dump;
	rte_ring_lookup;
	rte_ring_set_water_mark;

	local: *;
};

DPDK_2.2 {
	global:

	rte_ring_free;

} DPDK_2.0;