On Thu, 19 May 2022 20:14:01 -0300 Jason Gunthorpe <jgg@xxxxxxxxxx> wrote: > When the iommu series adding driver_managed_dma was rebased it missed that > new VFIO drivers were added and did not update them too. > > Without this vfio will claim the groups are not viable. > > Add driver_managed_dma to mlx5 and hisi. > > Fixes: 70693f470848 ("vfio: Set DMA ownership for VFIO devices") > Reported-by: Yishai Hadas <yishaih@xxxxxxxxxx> > Signed-off-by: Jason Gunthorpe <jgg@xxxxxxxxxx> > --- > drivers/vfio/pci/hisilicon/hisi_acc_vfio_pci.c | 1 + > drivers/vfio/pci/mlx5/main.c | 1 + > 2 files changed, 2 insertions(+) Applied to vfio next branch for v5.19. Thanks, Alex