Re: [dpdk-dev] [PATCH] mem: remove old function from symbol list

2017-11-06 Thread Thomas Monjalon
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

Re: [dpdk-dev] [PATCH] mem: remove old function from symbol list

2017-11-03 Thread Thomas Monjalon
03/11/2017 12:34, Gonzalez Monroy, Sergio: > Hi Thomas, > > I reckon you need to bump ABI version when you remove public symbol from > .map file. Yes, of course, unless it has already been dumped: http://dpdk.org/commit/f26ab687a74 > On 03/11/2017 11:24, Thomas Monjalon wrote: > > The

Re: [dpdk-dev] [PATCH] mem: remove old function from symbol list

2017-11-03 Thread Gonzalez Monroy, Sergio
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

[dpdk-dev] [PATCH] mem: remove old function from symbol list

2017-11-03 Thread 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 --- lib/librte_eal/rte_eal_version.map | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/librte_eal/rte_eal_versio