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 C3E37A04B1 for ; Wed, 9 Sep 2020 13:12:59 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id E3CFD1C11E; Wed, 9 Sep 2020 13:12:56 +0200 (CEST) Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id 52EAF1C117; Wed, 9 Sep 2020 13:12:53 +0200 (CEST) IronPort-SDR: 9Uvo1av+7zW/lSj+EsR2CAt5X57Ntze1LaOq5vjWyqjRO5t7cyVlZPgJzxypThyjaGJqfe86Cu 3/g5ZN+L/anw== X-IronPort-AV: E=McAfee;i="6000,8403,9738"; a="219867672" X-IronPort-AV: E=Sophos;i="5.76,409,1592895600"; d="scan'208";a="219867672" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 09 Sep 2020 04:12:52 -0700 IronPort-SDR: hH1Zs0liQT8oVw8B9AMA3FZfsiRYi28gQciInGGiwWlYSl/i4t3htw6wNqbdOHHfdFA0M3P+Ay IxMzVme/hDaA== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.76,409,1592895600"; d="scan'208";a="377829805" Received: from silpixa00399752.ir.intel.com (HELO silpixa00399752.ger.corp.intel.com) ([10.237.222.180]) by orsmga001.jf.intel.com with ESMTP; 09 Sep 2020 04:12:51 -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: Wed, 9 Sep 2020 12:12:19 +0100 Message-Id: <20200909111220.1195759-6-ferruh.yigit@intel.com> X-Mailer: git-send-email 2.26.2 In-Reply-To: <20200909111220.1195759-1-ferruh.yigit@intel.com> References: <20200824094021.2323605-1-ferruh.yigit@intel.com> <20200909111220.1195759-1-ferruh.yigit@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [dpdk-stable] [PATCH v3 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 struct 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.26.2