[dpdk-dev] [PATCH] net/mlx5: fix probing the device in legacy bonding mode

2021-04-21 Thread Viacheslav Ovsiienko
If the device was configured as legacy bond one (without involving E-Switch), the mlx5 PMD erroneously tried to deduce the vport index raising the fatal error and preventing device from being used. The patch checks whether there is E-Switch present and we should use vport index indeed. Fixes: 2eb

Re: [dpdk-dev] [PATCH] net/mlx5: fix probing the device in legacy bonding mode

2021-04-28 Thread Raslan Darawsheh
Hi, > -Original Message- > From: Viacheslav Ovsiienko > Sent: Wednesday, April 21, 2021 11:10 AM > To: dev@dpdk.org > Cc: Raslan Darawsheh ; Matan Azrad > ; Ori Kam ; sta...@dpdk.org > Subject: [PATCH] net/mlx5: fix probing the device in legacy bonding mode > > If the device was configur