Re: [dpdk-dev] [PATCH v2 3/7] net/mlx5: split PCI from generic probing code

2018-06-27 Thread Adrien Mazarguil
On Sun, Jun 17, 2018 at 10:14:58AM +, Shahaf Shuler wrote: > Thursday, June 14, 2018 11:35 AM, Adrien Mazarguil: > > Subject: [PATCH v2 3/7] net/mlx5: split PCI from generic probing code > > > > All the generic probing code needs is an IB device. While this device is > > currently supplied by

Re: [dpdk-dev] [PATCH v2 3/7] net/mlx5: split PCI from generic probing code

2018-06-17 Thread Shahaf Shuler
Thursday, June 14, 2018 11:35 AM, Adrien Mazarguil: > Subject: [PATCH v2 3/7] net/mlx5: split PCI from generic probing code > > All the generic probing code needs is an IB device. While this device is > currently supplied by a PCI lookup, other methods will be added soon. > > This patch divides t

Re: [dpdk-dev] [PATCH v2 3/7] net/mlx5: split PCI from generic probing code

2018-06-16 Thread Xueming(Steven) Li
Reviewed-by: Xueming Li > -Original Message- > From: dev On Behalf Of Adrien Mazarguil > Sent: Thursday, June 14, 2018 4:35 PM > To: Shahaf Shuler > Cc: dev@dpdk.org > Subject: [dpdk-dev] [PATCH v2 3/7] net/mlx5: split PCI from generic probing > code > > A

[dpdk-dev] [PATCH v2 3/7] net/mlx5: split PCI from generic probing code

2018-06-14 Thread Adrien Mazarguil
All the generic probing code needs is an IB device. While this device is currently supplied by a PCI lookup, other methods will be added soon. This patch divides the original function, which has become huge over time, as follows: 1. PCI-specific (mlx5_pci_probe()). 2. All ports of a Verbs device