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

Gaetan Rivet gaetan.rivet at 6wind.com
Mon Nov 6 17:08:57 CET 2017


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 +++++++-------
 drivers/bus/pci/pci_common.c             |  8 ++++----
 drivers/bus/pci/pci_common_uio.c         |  4 ++--
 lib/librte_eal/bsdapp/eal/eal.c          | 20 ++++++++++----------
 lib/librte_eal/common/include/rte_vfio.h | 10 +++++-----
 lib/librte_eal/linuxapp/eal/eal.c        |  4 ++--
 lib/librte_eal/linuxapp/eal/eal_vfio.c   | 10 +++++-----
 lib/librte_eal/rte_eal_version.map       | 10 +++++-----
 lib/librte_pci/rte_pci.c                 | 13 +++----------
 lib/librte_pci/rte_pci.h                 | 22 +++-------------------
 lib/librte_pci/rte_pci_version.map       |  6 +++---
 13 files changed, 52 insertions(+), 75 deletions(-)

-- 
2.1.4



More information about the dev mailing list