f-stack/dpdk/lib/librte_port/rte_port_version.map

42 lines
972 B
Plaintext
Raw Normal View History

2020-06-18 16:55:50 +00:00
DPDK_20.0 {
2017-04-21 10:43:26 +00:00
global:
rte_port_ethdev_reader_ops;
2020-06-18 16:55:50 +00:00
rte_port_ethdev_writer_nodrop_ops;
2017-04-21 10:43:26 +00:00
rte_port_ethdev_writer_ops;
2020-06-18 16:55:50 +00:00
rte_port_fd_reader_ops;
rte_port_fd_writer_nodrop_ops;
rte_port_fd_writer_ops;
rte_port_kni_reader_ops;
rte_port_kni_writer_nodrop_ops;
rte_port_kni_writer_ops;
rte_port_ring_multi_reader_ops;
rte_port_ring_multi_writer_nodrop_ops;
rte_port_ring_multi_writer_ops;
2017-04-21 10:43:26 +00:00
rte_port_ring_reader_ipv4_frag_ops;
2020-06-18 16:55:50 +00:00
rte_port_ring_reader_ipv6_frag_ops;
2017-04-21 10:43:26 +00:00
rte_port_ring_reader_ops;
rte_port_ring_writer_ipv4_ras_ops;
2020-06-18 16:55:50 +00:00
rte_port_ring_writer_ipv6_ras_ops;
rte_port_ring_writer_nodrop_ops;
2017-04-21 10:43:26 +00:00
rte_port_ring_writer_ops;
rte_port_sched_reader_ops;
rte_port_sched_writer_ops;
rte_port_sink_ops;
rte_port_source_ops;
2020-06-18 16:55:50 +00:00
rte_port_sym_crypto_reader_ops;
rte_port_sym_crypto_writer_nodrop_ops;
rte_port_sym_crypto_writer_ops;
2017-04-21 10:43:26 +00:00
local: *;
};
2020-06-18 16:55:50 +00:00
EXPERIMENTAL {
2017-04-21 10:43:26 +00:00
global:
2020-06-18 16:55:50 +00:00
rte_port_eventdev_reader_ops;
rte_port_eventdev_writer_ops;
rte_port_eventdev_writer_nodrop_ops;
2017-04-21 10:43:26 +00:00
2020-06-18 16:55:50 +00:00
};