New upstream version 18.11-rc1
[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_writer_ipv4_ras_ops;
9         rte_port_ring_writer_ops;
10         rte_port_sched_reader_ops;
11         rte_port_sched_writer_ops;
12         rte_port_sink_ops;
13         rte_port_source_ops;
14
15         local: *;
16 };
17
18 DPDK_2.1 {
19         global:
20
21         rte_port_ethdev_writer_nodrop_ops;
22         rte_port_ring_reader_ipv6_frag_ops;
23         rte_port_ring_writer_ipv6_ras_ops;
24         rte_port_ring_writer_nodrop_ops;
25
26 } DPDK_2.0;
27
28 DPDK_2.2 {
29         global:
30
31         rte_port_ring_multi_reader_ops;
32         rte_port_ring_multi_writer_ops;
33         rte_port_ring_multi_writer_nodrop_ops;
34
35 } DPDK_2.1;
36
37 DPDK_16.07 {
38         global:
39
40         rte_port_kni_reader_ops;
41         rte_port_kni_writer_ops;
42         rte_port_kni_writer_nodrop_ops;
43
44 } DPDK_2.2;
45
46 DPDK_16.11 {
47         global:
48
49         rte_port_fd_reader_ops;
50         rte_port_fd_writer_ops;
51         rte_port_fd_writer_nodrop_ops;
52
53 } DPDK_16.07;
54
55 DPDK_18.11 {
56         global:
57
58         rte_port_sym_crypto_reader_ops;
59         rte_port_sym_crypto_writer_ops;
60         rte_port_sym_crypto_writer_nodrop_ops;
61
62 } DPDK_16.11;