Re: [dpdk-dev] [PATCH v1 0/2] Fix namespaces for VFIO and PCI

2017-11-06 Thread Thomas Monjalon
06/11/2017 17:08, Gaetan Rivet: > Some symbols are lacking the proper rte_ prefix. > > Gaetan Rivet (2): > eal: use proper namespace for VFIO symbols > pci: fix PCI lib prefix Applied, thanks

[dpdk-dev] [PATCH v1 0/2] Fix namespaces for VFIO and PCI

2017-11-06 Thread Gaetan Rivet
Some symbols are lacking the proper rte_ prefix. Gaetan Rivet (2): eal: use proper namespace for VFIO symbols pci: fix PCI lib prefix drivers/bus/pci/bsd/pci.c| 2 +- drivers/bus/pci/linux/pci.c | 4 ++-- drivers/bus/pci/linux/pci_vfio.c | 14 +++---