numam-dpdk/lib/librte_port/rte_port_version.map
Cristian Dumitrescu 394813eb60 port: add source and sink SWX ports
Add the PCAP file-based source (input) and sink (output) port types
for the SWX pipeline. The sink port is typically used to implement the
packet drop pipeline action. Used under the hood by the pipeline rx
and tx instructions.

Signed-off-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com>
2020-10-01 18:43:10 +02:00

48 lines
1.1 KiB
Plaintext

DPDK_21 {
global:
rte_port_ethdev_reader_ops;
rte_port_ethdev_writer_nodrop_ops;
rte_port_ethdev_writer_ops;
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;
rte_port_ring_reader_ipv4_frag_ops;
rte_port_ring_reader_ipv6_frag_ops;
rte_port_ring_reader_ops;
rte_port_ring_writer_ipv4_ras_ops;
rte_port_ring_writer_ipv6_ras_ops;
rte_port_ring_writer_nodrop_ops;
rte_port_ring_writer_ops;
rte_port_sched_reader_ops;
rte_port_sched_writer_ops;
rte_port_sink_ops;
rte_port_source_ops;
rte_port_sym_crypto_reader_ops;
rte_port_sym_crypto_writer_nodrop_ops;
rte_port_sym_crypto_writer_ops;
local: *;
};
EXPERIMENTAL {
global:
# added in 19.11
rte_port_eventdev_reader_ops;
rte_port_eventdev_writer_nodrop_ops;
rte_port_eventdev_writer_ops;
# added in 20.11
rte_swx_port_ethdev_reader_ops;
rte_swx_port_ethdev_writer_ops;
rte_swx_port_sink_ops;
rte_swx_port_source_ops;
};