Re: [dpdk-dev] [PATCH v2 4/6] bus/mlx5_pci: register a PCI driver

2020-06-29 Thread Gaƫtan Rivet
On 21/06/20 19:11 +, Parav Pandit wrote: > Create a mlx5 bus driver framework for invoking drivers of > multiple classes who have registered with the mlx5_pci bus > driver. > > Validate user class arguments for supported class combinations. > > Signed-off-by: Parav Pandit > --- > Changelog:

[dpdk-dev] [PATCH v2 4/6] bus/mlx5_pci: register a PCI driver

2020-06-21 Thread Parav Pandit
Create a mlx5 bus driver framework for invoking drivers of multiple classes who have registered with the mlx5_pci bus driver. Validate user class arguments for supported class combinations. Signed-off-by: Parav Pandit --- Changelog: v1->v2: - Address comments from Thomas and Gaetan - Enhanced