mbox series

[v3,0/2] pci: add rte prefix

Message ID 20210406102816.1689871-1-thomas@monjalon.net (mailing list archive)
Headers
Series pci: add rte prefix |

Message

Thomas Monjalon April 6, 2021, 10:28 a.m. UTC
  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(-)
  

Comments

Thomas Monjalon April 6, 2021, 1:04 p.m. UTC | #1
> Thomas Monjalon (2):
>   pci: rename catch-all ID
>   bus/pci: rename probe/remove operation types

Applied