[dpdk-dev] [PATCH 1/2] port: added missing symbols to map file

Maciej Gajdzica maciejx.t.gajdzica at intel.com
Thu Jul 9 10:17:09 CEST 2015


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



More information about the dev mailing list