Re: [dpdk-dev] [PATCH] vdpa/mlx5: fix steering update in virtq unset

2020-07-28 Thread Maxime Coquelin
On 7/27/20 10:07 AM, Matan Azrad wrote: > When a virtq is destroyed by the driver, it must be removed from the > steering RQT which holds its reference. > > The driver didn't remove the virtq from RQT before destroying it what > caused HW syndrome in virtq unset. > > Remove the virtq from RQT

Re: [dpdk-dev] [PATCH] vdpa/mlx5: fix steering update in virtq unset

2020-07-28 Thread Maxime Coquelin
On 7/27/20 10:07 AM, Matan Azrad wrote: > When a virtq is destroyed by the driver, it must be removed from the > steering RQT which holds its reference. > > The driver didn't remove the virtq from RQT before destroying it what > caused HW syndrome in virtq unset. > > Remove the virtq from RQT

[dpdk-dev] [PATCH] vdpa/mlx5: fix steering update in virtq unset

2020-07-27 Thread Matan Azrad
When a virtq is destroyed by the driver, it must be removed from the steering RQT which holds its reference. The driver didn't remove the virtq from RQT before destroying it what caused HW syndrome in virtq unset. Remove the virtq from RQT before destroying it. Fixes: 9f09b1ca15c5 ("vdpa/mlx5: r