Imported Upstream version 16.04
[deb_dpdk.git] / lib / librte_port / rte_port_version.map
1 DPDK_2.0 {
2         global:
3
4         rte_port_ethdev_reader_ops;
5         rte_port_ethdev_writer_ops;
6         rte_port_ring_reader_ipv4_frag_ops;
7         rte_port_ring_reader_ops;
8         rte_port_ring_reader_ops;
9         rte_port_ring_writer_ipv4_ras_ops;
10         rte_port_ring_writer_ops;
11         rte_port_ring_writer_ops;
12         rte_port_sched_reader_ops;
13         rte_port_sched_writer_ops;
14         rte_port_sink_ops;
15         rte_port_source_ops;
16
17         local: *;
18 };
19
20 DPDK_2.1 {
21         global:
22
23         rte_port_ethdev_writer_nodrop_ops;
24         rte_port_ring_reader_ipv6_frag_ops;
25         rte_port_ring_writer_ipv6_ras_ops;
26         rte_port_ring_writer_nodrop_ops;
27
28 } DPDK_2.0;
29
30 DPDK_2.2 {
31         global:
32
33         rte_port_ring_multi_reader_ops;
34         rte_port_ring_multi_writer_ops;
35         rte_port_ring_multi_writer_nodrop_ops;
36
37 } DPDK_2.1;