From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Gonzalez Monroy, Sergio" Subject: Re: [PATCH] mem: remove old function from symbol list Date: Fri, 3 Nov 2017 11:34:53 +0000 Message-ID: <173a41cb-53b7-b986-bdaa-d36676c4d740@intel.com> References: <20171103112455.18406-1-thomas@monjalon.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org, bluca@debian.org To: Thomas Monjalon , jianfeng.tan@intel.com Return-path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 9243C1B67A for ; Fri, 3 Nov 2017 12:34:56 +0100 (CET) In-Reply-To: <20171103112455.18406-1-thomas@monjalon.net> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Hi Thomas, I reckon you need to bump ABI version when you remove public symbol from .map file. Thanks, Sergio On 03/11/2017 11:24, Thomas Monjalon wrote: > 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;