All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1 0/2] Fix namespaces for VFIO and PCI
@ 2017-11-06 16:08 Gaetan Rivet
  2017-11-06 16:08 ` [PATCH v1 1/2] eal: use proper namespace for VFIO symbols Gaetan Rivet
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Gaetan Rivet @ 2017-11-06 16:08 UTC (permalink / raw)
  To: dev; +Cc: 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 +++++++-------
 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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-11-06 20:32 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-06 16:08 [PATCH v1 0/2] Fix namespaces for VFIO and PCI Gaetan Rivet
2017-11-06 16:08 ` [PATCH v1 1/2] eal: use proper namespace for VFIO symbols Gaetan Rivet
2017-11-06 16:08 ` [PATCH v1 2/2] pci: fix PCI lib prefix Gaetan Rivet
2017-11-06 20:32 ` [PATCH v1 0/2] Fix namespaces for VFIO and PCI Thomas Monjalon

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.