06/11/2017 09:43, Gaëtan Rivet: > There are others namespace inconsistencies with my pci move, I will send > additional fixes later. > > On Mon, Nov 06, 2017 at 03:08:47AM +0100, Thomas Monjalon wrote: > > The function pci_get_sysfs_path was moved from EAL to the PCI driver. > > > > The namespace is now fixed by adding "rte_" prefix. > > The map files are fixed by removing the symbol from EAL and adding > > it to the PCI driver. > > > > It is an API break but it is probably not used by applications. > > Anyway this API is already broken by the move in a new header file. > > > > Fixes: c752998b5e2e ("pci: introduce library and driver") > > > > Signed-off-by: Thomas Monjalon <tho...@monjalon.net> > Acked-by: Gaetan Rivet <gaetan.ri...@6wind.com>
Applied