Re: [dpdk-dev] [PATCH 07/14] net/mlx5: switch to the names in the shared IB context

2019-03-21 Thread Shahaf Shuler
Thursday, March 21, 2019 10:11 AM, Viacheslav Ovsiienko: > Subject: [PATCH 07/14] net/mlx5: switch to the names in the shared IB > context > > The IB device names are moved from device private data to the shared > context, code involving the names is updated. > The IB port index treatment is added

[dpdk-dev] [PATCH 07/14] net/mlx5: switch to the names in the shared IB context

2019-03-21 Thread Viacheslav Ovsiienko
The IB device names are moved from device private data to the shared context, code involving the names is updated. The IB port index treatment is added where it is relevant. Signed-off-by: Viacheslav Ovsiienko --- drivers/net/mlx5/mlx5.h| 2 -- drivers/net/mlx5/mlx5_ethdev.c | 10 ++