Re: [dpdk-dev] [PATCH] net/mlx5: fix representors detection

2018-07-22 Thread NĂ©lio Laranjeiro
On Sun, Jul 22, 2018 at 11:18:34AM +, Shahaf Shuler wrote: > Hi Nelio, > > Friday, July 13, 2018 4:54 PM, Nelio Laranjeiro: > > Subject: [PATCH] net/mlx5: fix representors detection > > > > On systems where the required Netlink commands are not supported but > > Mellanox OFED is installed, r

Re: [dpdk-dev] [PATCH] net/mlx5: fix representors detection

2018-07-22 Thread Shahaf Shuler
Hi Nelio, Friday, July 13, 2018 4:54 PM, Nelio Laranjeiro: > Subject: [PATCH] net/mlx5: fix representors detection > > On systems where the required Netlink commands are not supported but > Mellanox OFED is installed, representors information must be retrieved > through sysfs. > > Fixes: 4c1014

[dpdk-dev] [PATCH] net/mlx5: fix representors detection

2018-07-13 Thread Nelio Laranjeiro
On systems where the required Netlink commands are not supported but Mellanox OFED is installed, representors information must be retrieved through sysfs. Fixes: 4c10141488fe ("net/mlx5: add port representor awareness") Signed-off-by: Nelio Laranjeiro Acked-by: Adrien Mazarguil --- drivers/net