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

2020-06-18 Thread Parav Pandit
> From: Gaëtan Rivet > Sent: Thursday, June 18, 2020 8:05 PM > To: Parav Pandit > Cc: dev@dpdk.org; ferruh.yi...@intel.com; Ori Kam ; > Matan Azrad > Subject: Re: [dpdk-dev] [RFC PATCH 5/6] bus/mlx5_pci: register a PCI driver > > On 18/06/20 10:03 +, Parav Pand

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

2020-06-18 Thread Gaëtan Rivet
On 18/06/20 10:03 +, Parav Pandit wrote: > > > From: Gaëtan Rivet > > Sent: Tuesday, June 16, 2020 3:17 AM > > > > On 10/06/20 17:17 +, Parav Pandit wrote: > > > Create a mlx5 bus driver framework for invoking drivers of multiple > > > classes who have registered with the mlx5_pci bus dr

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

2020-06-18 Thread Parav Pandit
> From: Gaëtan Rivet > Sent: Tuesday, June 16, 2020 3:17 AM > > On 10/06/20 17:17 +, 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 c

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

2020-06-18 Thread Parav Pandit
> From: Thomas Monjalon > Sent: Wednesday, June 17, 2020 1:49 PM > To: Parav Pandit ; Gaëtan Rivet > Cc: dev@dpdk.org; ferruh.yi...@intel.com; Ori Kam ; > Matan Azrad > Subject: Re: [dpdk-dev] [RFC PATCH 5/6] bus/mlx5_pci: register a PCI driver > > 15/06/2020 23:46,

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

2020-06-17 Thread Thomas Monjalon
15/06/2020 23:46, Gaëtan Rivet: > On 10/06/20 17:17 +, Parav Pandit wrote: > > + DRV_LOG(ERR, "Invalid mlx5 classes %s. Maybe typo in device" > > + " class argument setting?", value); > > Error message should not be cut in half, it makes it difficult to grep. > If y

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

2020-06-15 Thread Gaëtan Rivet
On 10/06/20 17:17 +, 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 > --- > drivers/bu

[dpdk-dev] [RFC PATCH 5/6] bus/mlx5_pci: register a PCI driver

2020-06-10 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 --- drivers/bus/mlx5_pci/Makefile | 1 + drivers/bus/mlx5_pci/mes