From patchwork Fri Nov 3 11:24:55 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thomas Monjalon X-Patchwork-Id: 31161 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 922381B68A; Fri, 3 Nov 2017 12:25:09 +0100 (CET) Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id F02691B67D for ; Fri, 3 Nov 2017 12:25:08 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 315DC20696; Fri, 3 Nov 2017 07:25:08 -0400 (EDT) Received: from frontend1 ([10.202.2.160]) by compute1.internal (MEProxy); Fri, 03 Nov 2017 07:25:08 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:date:from:message-id:subject:to:x-me-sender:x-me-sender :x-sasl-enc; s=mesmtp; bh=l+hBeWVVVs6JwDmyAPZongzv6ojdjKlRqRRwEP MSNaE=; b=TOVYO2FpO3Uv78uEEuOTB9+9rZ3xt5Y1kW7/7+COmEfWwUG/sdm5Cn 6A2fYTiTY0wa1AxvHt2oHvAM+/Av6CdU22vOWVgi9oF56GNsTfyK4q3ynY4lJGMh bPOhaF8fFrzvtCr9nVKeRFvMQXS8kXDx/8Ap52Sp9dBzlQtSxwkN4= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:date:from:message-id:subject:to :x-me-sender:x-me-sender:x-sasl-enc; s=fm1; bh=l+hBeWVVVs6JwDmyA PZongzv6ojdjKlRqRRwEPMSNaE=; b=YMnpJWgW1180NO1Fa5waU8P0vyVvebzZv J8KD5NPKgiIXfJ7cpAl6yEAsvwQx3BaPEe4/cOWCn7H/sMtOugARA8mCfRoudFEf DWwVzqLZBS/Uhf4L25/y53CgxwKb4zcvf+cG4NW+kNjs4p0hOjIUF5TZr0SwIGnx GqVcB51KNalEzJ4tpeviZNoRJ2q/Fypn8ccULYeaKrADwLhmHyRjwiIn7GglCA5A tgksq2RXpZ4SSmJ/k15hXlHtQ7Sy4wn4p6HQgP95I25qjsXwX/7xorb6mLyGGpP8 zOxKDnnO8IYOwH6W4iNjxk4YatgrE4Bjb2SAY/it0mOTqXK7cYqUQ== X-ME-Sender: Received: from xps.monjalon.net (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 938F97FAA0; Fri, 3 Nov 2017 07:25:07 -0400 (EDT) From: Thomas Monjalon To: sergio.gonzalez.monroy@intel.com, jianfeng.tan@intel.com Cc: dev@dpdk.org Date: Fri, 3 Nov 2017 12:24:55 +0100 Message-Id: <20171103112455.18406-1-thomas@monjalon.net> X-Mailer: git-send-email 2.14.2 Subject: [dpdk-dev] [PATCH] mem: remove old function from symbol list 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" The function rte_mem_phy2mch() was removed with the support of Xen dom0. Fixes: a7cb2e20d23c ("mem: remove API to get physical address in dom0") Signed-off-by: Thomas Monjalon --- lib/librte_eal/rte_eal_version.map | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/librte_eal/rte_eal_version.map b/lib/librte_eal/rte_eal_version.map index d2a4ff974..7c9bdc2ae 100644 --- a/lib/librte_eal/rte_eal_version.map +++ b/lib/librte_eal/rte_eal_version.map @@ -62,7 +62,6 @@ DPDK_2.0 { rte_malloc_validate; rte_malloc_virt2phy; rte_mem_lock_page; - rte_mem_phy2mch; rte_mem_virt2phy; rte_memdump; rte_memory_get_nchannel;