doc: add Meson coding style to contributors guide
[dpdk.git] / lib / librte_port / version.map
1 DPDK_21 {
2         global:
3
4         rte_port_ethdev_reader_ops;
5         rte_port_ethdev_writer_nodrop_ops;
6         rte_port_ethdev_writer_ops;
7         rte_port_fd_reader_ops;
8         rte_port_fd_writer_nodrop_ops;
9         rte_port_fd_writer_ops;
10         rte_port_kni_reader_ops;
11         rte_port_kni_writer_nodrop_ops;
12         rte_port_kni_writer_ops;
13         rte_port_ring_multi_reader_ops;
14         rte_port_ring_multi_writer_nodrop_ops;
15         rte_port_ring_multi_writer_ops;
16         rte_port_ring_reader_ipv4_frag_ops;
17         rte_port_ring_reader_ipv6_frag_ops;
18         rte_port_ring_reader_ops;
19         rte_port_ring_writer_ipv4_ras_ops;
20         rte_port_ring_writer_ipv6_ras_ops;
21         rte_port_ring_writer_nodrop_ops;
22         rte_port_ring_writer_ops;
23         rte_port_sched_reader_ops;
24         rte_port_sched_writer_ops;
25         rte_port_sink_ops;
26         rte_port_source_ops;
27         rte_port_sym_crypto_reader_ops;
28         rte_port_sym_crypto_writer_nodrop_ops;
29         rte_port_sym_crypto_writer_ops;
30
31         local: *;
32 };
33
34 EXPERIMENTAL {
35         global:
36
37         # added in 19.11
38         rte_port_eventdev_reader_ops;
39         rte_port_eventdev_writer_nodrop_ops;
40         rte_port_eventdev_writer_ops;
41
42         # added in 20.11
43         rte_swx_port_ethdev_reader_ops;
44         rte_swx_port_ethdev_writer_ops;
45         rte_swx_port_sink_ops;
46         rte_swx_port_source_ops;
47
48         # added in 21.05
49         rte_swx_port_fd_reader_ops;
50         rte_swx_port_fd_writer_ops;
51         rte_swx_port_ring_reader_ops;
52         rte_swx_port_ring_writer_ops;
53 };