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