> -----Original Message----- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Maciej Gajdzica > Sent: Thursday, July 09, 2015 10:17 AM > To: dev at dpdk.org > Subject: [dpdk-dev] [PATCH 1/2] port: added missing symbols to map file > > Exported symbols for nodrop, fragmentation, reassembly ports > > Signed-off-by: Maciej Gajdzica <maciejx.t.gajdzica at intel.com> > --- > lib/librte_port/rte_port_version.map | 11 +++++++++++ > 1 file changed, 11 insertions(+) > > diff --git a/lib/librte_port/rte_port_version.map > b/lib/librte_port/rte_port_version.map > index f8abbc1..b7acb3c 100644 > --- a/lib/librte_port/rte_port_version.map > +++ b/lib/librte_port/rte_port_version.map > @@ -16,3 +16,14 @@ 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; > + > + local: *; > +} DPDK_2.0; > -- > 1.7.9.5
Acked-by: Michal Jastrzebski <michalx.k.jastrzebski at intel.com>