aboutsummaryrefslogtreecommitdiffstats
path: root/lib/librte_port/rte_port_version.map
blob: 7a0b34d09f5493bb5984adb99cb66e9e9176b27f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
DPDK_2.0 {
	global:

	rte_port_ethdev_reader_ops;
	rte_port_ethdev_writer_ops;
	rte_port_ring_reader_ipv4_frag_ops;
	rte_port_ring_reader_ops;
	rte_port_ring_reader_ops;
	rte_port_ring_writer_ipv4_ras_ops;
	rte_port_ring_writer_ops;
	rte_port_ring_writer_ops;
	rte_port_sched_reader_ops;
	rte_port_sched_writer_ops;
	rte_port_sink_ops;
	rte_port_source_ops;

	local: *;
};

DPDK_2.1 {
	global:

	rte_port_ethdev_writer_nodrop_ops;
	rte_port_ring_reader_ipv6_frag_ops;
	rte_port_ring_writer_ipv6_ras_ops;
	rte_port_ring_writer_nodrop_ops;

} DPDK_2.0;

DPDK_2.2 {
	global:

	rte_port_ring_multi_reader_ops;
	rte_port_ring_multi_writer_ops;
	rte_port_ring_multi_writer_nodrop_ops;

} DPDK_2.1;