From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 71C91A04C2 for ; Thu, 3 Sep 2020 23:10:35 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 6468C1C119; Thu, 3 Sep 2020 23:10:35 +0200 (CEST) Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 693251C0DB; Thu, 3 Sep 2020 23:10:32 +0200 (CEST) IronPort-SDR: f/EFEtRjAhVzNfXW/7HSEPpD38x/6FJOAhT47lbdG/zAEHo3cfudJ99k4bqDDuzQQv3vy3st1Y 6NVnqY2blpAg== X-IronPort-AV: E=McAfee;i="6000,8403,9733"; a="175711898" X-IronPort-AV: E=Sophos;i="5.76,387,1592895600"; d="scan'208";a="175711898" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 03 Sep 2020 14:10:32 -0700 IronPort-SDR: ZhpgRAlQBHQ34ELyFLhh6NVABlo5Dn3prE2qeg8P04zyo5O2ebn1StnkEOnMD3/OgXclMhO9gh UEnkK8Qnt5Wg== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.76,387,1592895600"; d="scan'208";a="339427066" Received: from silpixa00399752.ir.intel.com (HELO silpixa00399752.ger.corp.intel.com) ([10.237.222.180]) by FMSMGA003.fm.intel.com with ESMTP; 03 Sep 2020 14:10:30 -0700 From: Ferruh Yigit To: dev@dpdk.org, Ray Kinsella , Neil Horman , Thomas Monjalon , Andrew Rybchenko , Sergio Gonzalez Monroy Cc: Ferruh Yigit , stable@dpdk.org Date: Thu, 3 Sep 2020 22:09:58 +0100 Message-Id: <20200903211000.244931-6-ferruh.yigit@intel.com> X-Mailer: git-send-email 2.25.4 In-Reply-To: <20200903211000.244931-1-ferruh.yigit@intel.com> References: <20200824094021.2323605-1-ferruh.yigit@intel.com> <20200903211000.244931-1-ferruh.yigit@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [dpdk-stable] [PATCH v2 6/7] ethdev: remove invalid symbols from map file X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: stable-bounces@dpdk.org Sender: "stable" These are sturct type names, not object names. Removing them from .map file. Fixes: 9d41beed24b0 ("lib: provide initial versioning") Cc: stable@dpdk.org Signed-off-by: Ferruh Yigit Reviewed-by: Andrew Rybchenko --- lib/librte_ethdev/rte_ethdev_version.map | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/librte_ethdev/rte_ethdev_version.map b/lib/librte_ethdev/rte_ethdev_version.map index 5db3fb156a..a85986a2a2 100644 --- a/lib/librte_ethdev/rte_ethdev_version.map +++ b/lib/librte_ethdev/rte_ethdev_version.map @@ -81,7 +81,6 @@ DPDK_21 { rte_eth_iterator_next; rte_eth_led_off; rte_eth_led_on; - rte_eth_link; rte_eth_link_get; rte_eth_link_get_nowait; rte_eth_macaddr_get; @@ -96,7 +95,6 @@ DPDK_21 { rte_eth_rx_queue_setup; rte_eth_set_queue_rate_limit; rte_eth_speed_bitflag; - rte_eth_stats; rte_eth_stats_get; rte_eth_stats_reset; rte_eth_timesync_adjust_time; -- 2.25.4