> -----Original Message----- > From: Matan Azrad <ma...@nvidia.com> > Sent: Monday, November 22, 2021 9:13 PM > To: Maxime Coquelin <maxime.coque...@redhat.com> > Cc: dev@dpdk.org; sta...@dpdk.org; Xueming Li <xuemi...@nvidia.com> > 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: sta...@dpdk.org > > Signed-off-by: Matan Azrad <ma...@nvidia.com> > Acked-by: Xueming Li <xuemi...@nvidia.com> > --- > -- > 2.25.1
Applied to next-virtio/main, thanks