]> git.proxmox.com Git - ceph.git/blame - ceph/src/seastar/dpdk/lib/librte_port/rte_port_version.map
import 15.2.0 Octopus source
[ceph.git] / ceph / src / seastar / dpdk / lib / librte_port / rte_port_version.map
CommitLineData
7c673cae
FG
1DPDK_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
18DPDK_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
28DPDK_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
37DPDK_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
46DPDK_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;
9f95a23c
TL
54
55DPDK_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;