[dpdk-dev] [PATCH] lib: remove redundant definition of local symbols

Thomas Monjalon thomas.monjalon at 6wind.com
Mon Jun 29 18:35:12 CEST 2015


The new version nodes inherit from the previous ones which
already include a default catch-all line for not exported symbols.

Reported-by: Helin Zhang <helin.zhang at intel.com>
Signed-off-by: Thomas Monjalon <thomas.monjalon at 6wind.com>
---
 lib/librte_cmdline/rte_cmdline_version.map | 1 -
 lib/librte_ether/rte_ether_version.map     | 1 -
 lib/librte_mbuf/rte_mbuf_version.map       | 1 -
 3 files changed, 3 deletions(-)

diff --git a/lib/librte_cmdline/rte_cmdline_version.map b/lib/librte_cmdline/rte_cmdline_version.map
index 1b0c863..c9fc18a 100644
--- a/lib/librte_cmdline/rte_cmdline_version.map
+++ b/lib/librte_cmdline/rte_cmdline_version.map
@@ -75,5 +75,4 @@ DPDK_2.1 {
 
 	cmdline_poll;
 
-	local: *;
 } DPDK_2.0;
diff --git a/lib/librte_ether/rte_ether_version.map b/lib/librte_ether/rte_ether_version.map
index 012a82e..e3c8fa1 100644
--- a/lib/librte_ether/rte_ether_version.map
+++ b/lib/librte_ether/rte_ether_version.map
@@ -111,5 +111,4 @@ DPDK_2.1 {
 
 	rte_eth_dev_set_mc_addr_list;
 
-	local: *;
 } DPDK_2.0;
diff --git a/lib/librte_mbuf/rte_mbuf_version.map b/lib/librte_mbuf/rte_mbuf_version.map
index 543dc4c..e10f6bd 100644
--- a/lib/librte_mbuf/rte_mbuf_version.map
+++ b/lib/librte_mbuf/rte_mbuf_version.map
@@ -17,5 +17,4 @@ DPDK_2.1 {
 
 	rte_pktmbuf_pool_create;
 
-	local: *;
 } DPDK_2.0;
-- 
2.4.2



More information about the dev mailing list