> -----Original Message----- > From: Matan Azrad <[email protected]> > Sent: Monday, November 22, 2021 9:13 PM > To: Maxime Coquelin <[email protected]> > Cc: [email protected]; [email protected]; Xueming Li <[email protected]> > Subject: [PATCH] vdpa/mlx5: workaround queue stop with traffic > > When the event thread polls traffic and a virtq is stopping, the FW loses > synchronization in the virtq indexes. > > It causes LM failure on synchronization between the HOST indexes to > the GUEST indexes. > > Unset the event thread before the queue stop in the LM process. > > Fixes: 31b9c29c86af ("vdpa/mlx5: support close and config operations") > Cc: [email protected] > > Signed-off-by: Matan Azrad <[email protected]> > Acked-by: Xueming Li <[email protected]> > --- > -- > 2.25.1
Applied to next-virtio/main, thanks

