Re: [dpdk-dev] [PATCH 05/14] net/mlx5: add multiport IB device support to probing

2019-03-24 Thread Shahaf Shuler
Thursday, March 21, 2019 2:58 PM, Slava Ovsiienko: > Subject: RE: [PATCH 05/14] net/mlx5: add multiport IB device support to > probing > > Sorry, missed some comments. Here is my extra answers. > [...] > > -Original callback to sort device data. > > > > * > > > > @@ -1380,7 +1381,9 @@ st

Re: [dpdk-dev] [PATCH 05/14] net/mlx5: add multiport IB device support to probing

2019-03-21 Thread Slava Ovsiienko
Sorry, missed some comments. Here is my extra answers. > -Original Message- > From: Slava Ovsiienko > Sent: Thursday, March 21, 2019 14:54 > To: Shahaf Shuler ; dev@dpdk.org > Subject: RE: [PATCH 05/14] net/mlx5: add multiport IB device support to > probing > > > -Original Message

Re: [dpdk-dev] [PATCH 05/14] net/mlx5: add multiport IB device support to probing

2019-03-21 Thread Slava Ovsiienko
> -Original Message- > From: Shahaf Shuler > Sent: Thursday, March 21, 2019 14:15 > To: Slava Ovsiienko ; dev@dpdk.org > Subject: RE: [PATCH 05/14] net/mlx5: add multiport IB device support to > probing > > Thursday, March 21, 2019 10:11 AM, Viacheslav Ovsiienko: > > Subject: [PATCH 05/14]

Re: [dpdk-dev] [PATCH 05/14] net/mlx5: add multiport IB device support to probing

2019-03-21 Thread Shahaf Shuler
Thursday, March 21, 2019 10:11 AM, Viacheslav Ovsiienko: > Subject: [PATCH 05/14] net/mlx5: add multiport IB device support to probing > > mlx5_pci_probe() routine is refactored to probe the ports of found > Infiniband devices. All active ports (with attached network interface), > belonging to the

[dpdk-dev] [PATCH 05/14] net/mlx5: add multiport IB device support to probing

2019-03-21 Thread Viacheslav Ovsiienko
mlx5_pci_probe() routine is refactored to probe the ports of found Infiniband devices. All active ports (with attached network interface), belonging to the same Infiniband device will use the signle shared Infiniband context of that device. Signed-off-by: Viacheslav Ovsiienko --- drivers/net/mlx