Re: [dpdk-dev] [RFC PATCH 4/6] bus/mlx5_pci: add mlx5 PCI bus

2020-06-18 Thread Parav Pandit
> From: Gaëtan Rivet > Sent: Tuesday, June 16, 2020 2:31 AM > > On 10/06/20 17:17 +, Parav Pandit wrote: > > Add mlx5 PCI bus which enables multiple mlx5 drivers to bind to single > > pci device. > > > > This is a little quick to explain the architecture here. > First it should be clear th

Re: [dpdk-dev] [RFC PATCH 4/6] bus/mlx5_pci: add mlx5 PCI bus

2020-06-18 Thread Parav Pandit
> From: Thomas Monjalon > Sent: Wednesday, June 17, 2020 1:44 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 4/6] bus/mlx5_pci: add mlx5 PCI bus > > 15/06/2020 23:00, Gaëta

Re: [dpdk-dev] [RFC PATCH 4/6] bus/mlx5_pci: add mlx5 PCI bus

2020-06-17 Thread Thomas Monjalon
15/06/2020 23:00, Gaëtan Rivet: > On 10/06/20 17:17 +, Parav Pandit wrote: > > +# DEBUG which is usually provided on the command-line may enable > > +# CONFIG_RTE_LIBRTE_MLX5_DEBUG. > > +ifeq ($(DEBUG),1) > > +CONFIG_RTE_LIBRTE_MLX5_DEBUG := y > > +endif > > + > > +# User-defined CFLAGS. > > +i

Re: [dpdk-dev] [RFC PATCH 4/6] bus/mlx5_pci: add mlx5 PCI bus

2020-06-15 Thread Gaëtan Rivet
On 10/06/20 17:17 +, Parav Pandit wrote: > Add mlx5 PCI bus which enables multiple mlx5 drivers to bind to single > pci device. > This is a little quick to explain the architecture here. First it should be clear that this is not, in fact, a bus. You only define a PCI driver, that will demux

[dpdk-dev] [RFC PATCH 4/6] bus/mlx5_pci: add mlx5 PCI bus

2020-06-10 Thread Parav Pandit
Add mlx5 PCI bus which enables multiple mlx5 drivers to bind to single pci device. Signed-off-by: Parav Pandit --- config/common_base| 6 ++ config/defconfig_arm64-bluefield-linuxapp-gcc | 6 ++ drivers/bus/meson.build | 2 +- drivers/bus/mlx5