Re: [dpdk-dev] [PATCH] bus/pci: fix namespace of sysfs path function

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

Re: [dpdk-dev] [PATCH] bus/pci: fix namespace of sysfs path function

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

[dpdk-dev] [PATCH] bus/pci: fix namespace of sysfs path function

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