From patchwork Wed Jan 10 12:51:15 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Xing, Beilei" X-Patchwork-Id: 33460 X-Patchwork-Delegate: helin.zhang@intel.com 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 706631B228; Wed, 10 Jan 2018 13:50:25 +0100 (CET) Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 3E96D1B1B1 for ; Wed, 10 Jan 2018 13:50:23 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 10 Jan 2018 04:50:22 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,340,1511856000"; d="scan'208";a="19840587" Received: from unknown (HELO dpdk9.sh.intel.com) ([10.67.118.52]) by fmsmga004.fm.intel.com with ESMTP; 10 Jan 2018 04:50:21 -0800 From: Beilei Xing To: qi.z.zhang@intel.com Cc: dev@dpdk.org Date: Wed, 10 Jan 2018 20:51:15 +0800 Message-Id: <1515588675-138654-1-git-send-email-beilei.xing@intel.com> X-Mailer: git-send-email 2.5.5 Subject: [dpdk-dev] [PATCH] net/i40e: remove static inline functions from linker script 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" This patch removes static inline functions from linker script. Signed-off-by: Beilei Xing --- drivers/net/i40e/rte_pmd_i40e_version.map | 3 --- 1 file changed, 3 deletions(-) diff --git a/drivers/net/i40e/rte_pmd_i40e_version.map b/drivers/net/i40e/rte_pmd_i40e_version.map index 0fafadd..cccd576 100644 --- a/drivers/net/i40e/rte_pmd_i40e_version.map +++ b/drivers/net/i40e/rte_pmd_i40e_version.map @@ -64,7 +64,4 @@ DPDK_18.02 { rte_pmd_i40e_inset_get; rte_pmd_i40e_inset_set; - rte_pmd_i40e_inset_field_get; - rte_pmd_i40e_inset_field_set; - rte_pmd_i40e_inset_field_clear; } DPDK_17.11; \ No newline at end of file