Re: [dpdk-dev] [PATCH 04/14] net/mlx5: add getting IB ports number for multiport IB

2019-03-21 Thread Shahaf Shuler
Thursday, March 21, 2019 10:11 AM, Viacheslav Ovsiienko: > Subject: [dpdk-dev] [PATCH 04/14] net/mlx5: add getting IB ports number > for multiport IB > > There is the routine mlx5_nl_portnum() added to get the number of ports of > multiport Infiniband device. > It is ass

[dpdk-dev] [PATCH 04/14] net/mlx5: add getting IB ports number for multiport IB

2019-03-21 Thread Viacheslav Ovsiienko
There is the routine mlx5_nl_portnum() added to get the number of ports of multiport Infiniband device. It is assumed the Uplink/VF representors are attached on this ports. Signed-off-by: Viacheslav Ovsiienko --- drivers/net/mlx5/mlx5.h| 1 + drivers/net/mlx5/mlx5_nl.c | 45