From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] mem: remove old function from symbol list Date: Mon, 06 Nov 2017 22:15:04 +0100 Message-ID: <9620651.Ik1m8XGYgo@xps> References: <20171103112455.18406-1-thomas@monjalon.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: sergio.gonzalez.monroy@intel.com, jianfeng.tan@intel.com To: dev@dpdk.org Return-path: Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id 907341B310 for ; Mon, 6 Nov 2017 22:15:05 +0100 (CET) In-Reply-To: <20171103112455.18406-1-thomas@monjalon.net> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 03/11/2017 12:24, Thomas Monjalon: > 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 Applied