[dpdk-dev] [PATCH v3 0/2] pci: add rte prefix

Thomas Monjalon thomas at monjalon.net
Tue Apr 6 12:28:14 CEST 2021


Small namespace cleanups in PCI lib and bus driver.

v3:
   - add API change to release notes
v2:
   - mark old macro with RTE_DEPRECATED
   - fix common/mlx5

Thomas Monjalon (2):
  pci: rename catch-all ID
  bus/pci: rename probe/remove operation types

 doc/guides/rel_notes/release_21_05.rst |  3 +++
 drivers/bus/pci/pci_common.c           |  8 ++++----
 drivers/bus/pci/rte_bus_pci.h          | 20 ++++++++------------
 drivers/common/mlx5/mlx5_common_pci.c  |  8 ++++----
 lib/librte_pci/rte_pci.h               | 12 +++++++-----
 5 files changed, 26 insertions(+), 25 deletions(-)

-- 
2.31.1



More information about the dev mailing list