mbox series

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

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

Message

Thomas Monjalon April 5, 2021, 9:15 a.m. UTC
  Small namespace cleanups in PCI lib and bus driver.

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

 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 +++++++-----
 4 files changed, 23 insertions(+), 25 deletions(-)
  

Comments

David Marchand April 6, 2021, 8:55 a.m. UTC | #1
On Mon, Apr 5, 2021 at 11:15 AM Thomas Monjalon <thomas@monjalon.net> wrote:
>
> Small namespace cleanups in PCI lib and bus driver.
>
> 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

The first patch needs a release notes update (wrt to the API change).
The rest lgtm.

For the series,
Reviewed-by: David Marchand <david.marchand@redhat.com>