Re: [dpdk-dev] [PATCH] common/mlx5: fix PCI driver name

2020-10-26 Thread Raslan Darawsheh
Hi, > -Original Message- > From: Bing Zhao > Sent: Monday, October 26, 2020 10:38 AM > To: viachesl...@mellanox.com; ma...@mellanox.com > Cc: dev@dpdk.org; Ori Kam ; Raslan Darawsheh > ; sta...@dpdk.org; pa...@mellanox.com > Subject: [PATCH] common/mlx5: fix PCI driver name > > In the re

[dpdk-dev] [PATCH] common/mlx5: fix PCI driver name

2020-10-26 Thread Bing Zhao
In the refactor of mlx5 common layer, the PCI driver name to the RTE device was changed from "net_mlx5" to "mlx5_pci". The string of name "mlx5_pci" is used directly in the structure rte_pci_driver. In the past, a macro "MLX5_DRIVER_NAME" is used instead of any direct string, and now it is missing