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

Message ID 1435595712-18686-1-git-send-email-thomas.monjalon@6wind.com (mailing list archive)
State Accepted, archived
Headers

Commit Message

Thomas Monjalon June 29, 2015, 4:35 p.m. UTC
  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@intel.com>
Signed-off-by: Thomas Monjalon <thomas.monjalon@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(-)
  

Comments

Thomas Monjalon June 30, 2015, 3:50 p.m. UTC | #1
2015-06-29 18:35, Thomas Monjalon:
> 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@intel.com>
> Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>

Applied
  

Patch

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;