port: fix missing exported symbols
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>
This commit is contained in:
parent
d307f7957c
commit
7c6e7a0e38
@ -16,3 +16,13 @@ DPDK_2.0 {
|
||||
|
||||
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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user