> -----Original Message----- > From: stable <stable-boun...@dpdk.org> On Behalf Of Matan Azrad > Sent: Friday, May 14, 2021 2:40 AM > To: dev@dpdk.org > Cc: maxime.coque...@redhat.com; sta...@dpdk.org; Eli Britstein > <el...@nvidia.com>; Xueming Li <xuemi...@nvidia.com> > Subject: [dpdk-stable] [PATCH v2] vdpa/mlx5: fix device unplug > > The vDPA PCI device unplug process should release all the private > device resources and also to unregister the device. > > The device unregistration was missed what remained the device data > invalid in the rte_vhost library. > > Unregister the device in unplug process via the remove operation. > > Fixes: 95276abaaf0a ("vdpa/mlx5: introduce Mellanox vDPA driver") > Cc: sta...@dpdk.org > > Reported-by: Eli Britstein <el...@nvidia.com> > Signed-off-by: Matan Azrad <ma...@nvidia.com> > Tested-by: Eli Britstein <el...@nvidia.com> > Acked-by: Xueming Li <xuemi...@nvidia.com> > --- > 2.25.1
Applied to next-virtio/main. Thanks.