7c6e7a0e38
Exported symbols for nodrop, fragmentation, reassembly ports Fixes: 304c8091e90a ("port: add ethdev writer nodrop") Fixes: 5f4cd47309d6 ("port: add ring writer nodrop") Fixes: bf673b7553e1 ("port: add IPv6 fragmentation port") Fixes: 50f54a84dfb7 ("port: add IPv6 reassembly port") Signed-off-by: Maciej Gajdzica <maciejx.t.gajdzica@intel.com> Acked-by: Michal Jastrzebski <michalx.k.jastrzebski@intel.com> Acked-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com>
29 lines
551 B
Plaintext
29 lines
551 B
Plaintext
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_reader_ops;
|
|
rte_port_ring_writer_ipv4_ras_ops;
|
|
rte_port_ring_writer_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: *;
|
|
};
|
|
|
|
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;
|