bus/pci: fix namespace of sysfs path function
authorThomas Monjalon <thomas@monjalon.net>
Mon, 6 Nov 2017 01:56:09 +0000 (02:56 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Mon, 6 Nov 2017 23:44:10 +0000 (00:44 +0100)
commitc52dd39411299ce83c5d8227b676b1229a9e9e11
tree97670f40aae3175ea6b459418b206cb3b2f6f330
parentb48e0e2d9cb471941703eb26dc0dbd4fb9840d40
bus/pci: fix namespace of sysfs path function

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 <thomas@monjalon.net>
Acked-by: Gaetan Rivet <gaetan.rivet@6wind.com>
drivers/bus/pci/linux/pci.c
drivers/bus/pci/linux/pci_uio.c
drivers/bus/pci/linux/pci_vfio.c
drivers/bus/pci/pci_common.c
drivers/bus/pci/rte_bus_pci.h
drivers/bus/pci/rte_bus_pci_version.map
drivers/net/szedata2/rte_eth_szedata2.c
lib/librte_eal/rte_eal_version.map