Re: [dpdk-dev] [PATCH 2/2] common/mlx5: rename driver name to include PCI notation

2021-03-30 Thread Slava Ovsiienko
> -Original Message- > From: Michael Baum > Sent: Monday, March 15, 2021 23:06 > To: dev@dpdk.org > Cc: NBU-Contact-Thomas Monjalon ; Slava > Ovsiienko ; Matan Azrad ; > Raslan Darawsheh ; Asaf Penso > Subject: [PATCH 2/2] common/mlx5: rename driver name to include PCI > notation > > Fro

[dpdk-dev] [PATCH 2/2] common/mlx5: rename driver name to include PCI notation

2021-03-15 Thread Michael Baum
From: Asaf Penso The current define for MLX5_DRIVER_NAME refers specially for the PCI driver. The define itself does not mention PCI and this is confusing. Rename from MLX5_DRIVER_NAME to MLX5_PCI_DRIVER_NAME. Signed-off-by: Asaf Penso --- drivers/common/mlx5/mlx5_common.h | 2 +- driver