From patchwork Fri Apr 27 15:17:55 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ferruh Yigit X-Patchwork-Id: 39119 X-Patchwork-Delegate: thomas@monjalon.net Return-Path: X-Original-To: patchwork@dpdk.org Delivered-To: patchwork@dpdk.org Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id B6C066D81; Fri, 27 Apr 2018 17:18:15 +0200 (CEST) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id BE3905F3B for ; Fri, 27 Apr 2018 17:18:13 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 27 Apr 2018 08:18:12 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.49,335,1520924400"; d="scan'208";a="41124952" Received: from silpixa00399777.ir.intel.com (HELO silpixa00399777.ger.corp.intel.com) ([10.237.222.236]) by fmsmga002.fm.intel.com with ESMTP; 27 Apr 2018 08:18:09 -0700 From: Ferruh Yigit To: Hemant Agrawal , Shreyansh Jain , Pablo de Lara , Declan Doherty , Thomas Monjalon , Jerin Jacob , Olivier Matz , Cristian Dumitrescu , Maxime Coquelin , Jianfeng Tan Cc: dev@dpdk.org, Ferruh Yigit , Neil Horman Date: Fri, 27 Apr 2018 16:17:55 +0100 Message-Id: <20180427151756.22028-1-ferruh.yigit@intel.com> X-Mailer: git-send-email 2.14.3 Subject: [dpdk-dev] [PATCH] lib: clear experimental version tag in linker scripts X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Remove version tag from experimental block in linker version scripts (.map files). That label is not used by linker and information only. It is useful for version blocks but not useful for experimental block but confusing. Removing those labels. Signed-off-by: Ferruh Yigit Acked-by: Neil Horman --- Cc: Neil Horman Cc: Thomas Monjalon --- drivers/net/dpaa/rte_pmd_dpaa_version.map | 4 +--- lib/librte_cryptodev/rte_cryptodev_version.map | 2 +- lib/librte_eal/rte_eal_version.map | 2 +- lib/librte_ethdev/rte_ethdev_version.map | 2 +- lib/librte_eventdev/rte_eventdev_version.map | 2 +- lib/librte_mbuf/rte_mbuf_version.map | 3 +-- lib/librte_mempool/rte_mempool_version.map | 3 +-- lib/librte_meter/rte_meter_version.map | 2 +- lib/librte_net/rte_net_version.map | 2 +- lib/librte_pipeline/rte_pipeline_version.map | 2 +- lib/librte_vhost/rte_vhost_version.map | 2 +- 11 files changed, 11 insertions(+), 15 deletions(-) diff --git a/drivers/net/dpaa/rte_pmd_dpaa_version.map b/drivers/net/dpaa/rte_pmd_dpaa_version.map index 3b937b10f..c7ad4030a 100644 --- a/drivers/net/dpaa/rte_pmd_dpaa_version.map +++ b/drivers/net/dpaa/rte_pmd_dpaa_version.map @@ -9,6 +9,4 @@ EXPERIMENTAL { dpaa_eth_eventq_attach; dpaa_eth_eventq_detach; rte_pmd_dpaa_set_tx_loopback; - - local: *; -} DPDK_17.11; +}; diff --git a/lib/librte_cryptodev/rte_cryptodev_version.map b/lib/librte_cryptodev/rte_cryptodev_version.map index 560e46411..da6905ee6 100644 --- a/lib/librte_cryptodev/rte_cryptodev_version.map +++ b/lib/librte_cryptodev/rte_cryptodev_version.map @@ -91,4 +91,4 @@ EXPERIMENTAL { rte_cryptodev_sym_session_get_private_data; rte_cryptodev_sym_session_set_private_data; -} DPDK_17.11; +}; diff --git a/lib/librte_eal/rte_eal_version.map b/lib/librte_eal/rte_eal_version.map index 859723974..19ec04438 100644 --- a/lib/librte_eal/rte_eal_version.map +++ b/lib/librte_eal/rte_eal_version.map @@ -311,4 +311,4 @@ EXPERIMENTAL { rte_vfio_container_group_bind; rte_vfio_container_group_unbind; -} DPDK_18.02; +}; diff --git a/lib/librte_ethdev/rte_ethdev_version.map b/lib/librte_ethdev/rte_ethdev_version.map index 9c9394c58..0569bfe62 100644 --- a/lib/librte_ethdev/rte_ethdev_version.map +++ b/lib/librte_ethdev/rte_ethdev_version.map @@ -243,4 +243,4 @@ EXPERIMENTAL { rte_mtr_stats_read; rte_mtr_stats_update; -} DPDK_18.02; +}; diff --git a/lib/librte_eventdev/rte_eventdev_version.map b/lib/librte_eventdev/rte_eventdev_version.map index 3ee28f759..3b9180f76 100644 --- a/lib/librte_eventdev/rte_eventdev_version.map +++ b/lib/librte_eventdev/rte_eventdev_version.map @@ -97,4 +97,4 @@ EXPERIMENTAL { rte_event_timer_arm_burst; rte_event_timer_arm_tmo_tick_burst; rte_event_timer_cancel_burst; -} DPDK_18.05; +}; diff --git a/lib/librte_mbuf/rte_mbuf_version.map b/lib/librte_mbuf/rte_mbuf_version.map index 2e056d994..1bb9538db 100644 --- a/lib/librte_mbuf/rte_mbuf_version.map +++ b/lib/librte_mbuf/rte_mbuf_version.map @@ -44,5 +44,4 @@ EXPERIMENTAL { rte_mbuf_set_user_mempool_ops; rte_mbuf_user_mempool_ops; rte_pktmbuf_pool_create_by_ops; - -} DPDK_16.11; +}; diff --git a/lib/librte_mempool/rte_mempool_version.map b/lib/librte_mempool/rte_mempool_version.map index 1c406b5b0..7091b954b 100644 --- a/lib/librte_mempool/rte_mempool_version.map +++ b/lib/librte_mempool/rte_mempool_version.map @@ -63,5 +63,4 @@ EXPERIMENTAL { global: rte_mempool_ops_get_info; - -} DPDK_18.05; +}; diff --git a/lib/librte_meter/rte_meter_version.map b/lib/librte_meter/rte_meter_version.map index 391b80c82..2873a723d 100644 --- a/lib/librte_meter/rte_meter_version.map +++ b/lib/librte_meter/rte_meter_version.map @@ -17,4 +17,4 @@ EXPERIMENTAL { rte_meter_srtcm_profile_config; rte_meter_trtcm_profile_config; -} DPDK_2.0; +}; diff --git a/lib/librte_net/rte_net_version.map b/lib/librte_net/rte_net_version.map index 8bc57d51c..26c06e7c7 100644 --- a/lib/librte_net/rte_net_version.map +++ b/lib/librte_net/rte_net_version.map @@ -18,4 +18,4 @@ EXPERIMENTAL { rte_net_make_rarp_packet; rte_net_skip_ip6_ext; -} DPDK_17.05; +}; diff --git a/lib/librte_pipeline/rte_pipeline_version.map b/lib/librte_pipeline/rte_pipeline_version.map index 53d31a9cb..129ae5330 100644 --- a/lib/librte_pipeline/rte_pipeline_version.map +++ b/lib/librte_pipeline/rte_pipeline_version.map @@ -73,4 +73,4 @@ EXPERIMENTAL { rte_table_action_time_read; rte_table_action_ttl_read; -} DPDK_16.04; +}; diff --git a/lib/librte_vhost/rte_vhost_version.map b/lib/librte_vhost/rte_vhost_version.map index 8243bcabf..da220dd02 100644 --- a/lib/librte_vhost/rte_vhost_version.map +++ b/lib/librte_vhost/rte_vhost_version.map @@ -82,4 +82,4 @@ EXPERIMENTAL { rte_vhost_crypto_finalize_requests; rte_vhost_crypto_set_zero_copy; rte_vhost_va_from_guest_pa; -} DPDK_18.02; +};