2015-02-02 17:40:20 +00:00
|
|
|
DPDK_2.0 {
|
|
|
|
global:
|
|
|
|
|
|
|
|
rte_port_ethdev_reader_ops;
|
|
|
|
rte_port_ethdev_writer_ops;
|
|
|
|
rte_port_ring_reader_ipv4_frag_ops;
|
|
|
|
rte_port_ring_reader_ops;
|
|
|
|
rte_port_ring_writer_ipv4_ras_ops;
|
|
|
|
rte_port_ring_writer_ops;
|
|
|
|
rte_port_sched_reader_ops;
|
|
|
|
rte_port_sched_writer_ops;
|
|
|
|
rte_port_sink_ops;
|
|
|
|
rte_port_source_ops;
|
|
|
|
|
|
|
|
local: *;
|
|
|
|
};
|
2015-07-09 08:17:09 +00:00
|
|
|
|
|
|
|
DPDK_2.1 {
|
|
|
|
global:
|
|
|
|
|
|
|
|
rte_port_ethdev_writer_nodrop_ops;
|
|
|
|
rte_port_ring_reader_ipv6_frag_ops;
|
|
|
|
rte_port_ring_writer_ipv6_ras_ops;
|
|
|
|
rte_port_ring_writer_nodrop_ops;
|
|
|
|
|
|
|
|
} DPDK_2.0;
|
2015-10-28 13:30:43 +00:00
|
|
|
|
|
|
|
DPDK_2.2 {
|
|
|
|
global:
|
|
|
|
|
|
|
|
rte_port_ring_multi_reader_ops;
|
|
|
|
rte_port_ring_multi_writer_ops;
|
|
|
|
rte_port_ring_multi_writer_nodrop_ops;
|
|
|
|
|
|
|
|
} DPDK_2.1;
|
2016-06-21 10:55:52 +00:00
|
|
|
|
|
|
|
DPDK_16.07 {
|
|
|
|
global:
|
|
|
|
|
|
|
|
rte_port_kni_reader_ops;
|
|
|
|
rte_port_kni_writer_ops;
|
|
|
|
rte_port_kni_writer_nodrop_ops;
|
|
|
|
|
|
|
|
} DPDK_2.2;
|
2016-10-13 09:17:47 +00:00
|
|
|
|
|
|
|
DPDK_16.11 {
|
|
|
|
global:
|
|
|
|
|
|
|
|
rte_port_fd_reader_ops;
|
|
|
|
rte_port_fd_writer_ops;
|
|
|
|
rte_port_fd_writer_nodrop_ops;
|
|
|
|
|
|
|
|
} DPDK_16.07;
|
2018-10-01 10:02:23 +00:00
|
|
|
|
|
|
|
DPDK_18.11 {
|
|
|
|
global:
|
|
|
|
|
|
|
|
rte_port_sym_crypto_reader_ops;
|
|
|
|
rte_port_sym_crypto_writer_ops;
|
|
|
|
rte_port_sym_crypto_writer_nodrop_ops;
|
|
|
|
|
|
|
|
} DPDK_16.11;
|