Re: [PATCH v3 6/6] iommu: Cleanup iommu_change_dev_def_domain()

From: Jason Gunthorpe
Date: Thu Mar 09 2023 - 20:30:48 EST


On Mon, Mar 06, 2023 at 10:58:04AM +0800, Lu Baolu wrote:
> As the singleton group limitation has been removed, cleanup the code
> in iommu_change_dev_def_domain() accordingly.
>
> Documentation is also updated.
>
> Signed-off-by: Lu Baolu <baolu.lu@xxxxxxxxxxxxxxx>
> ---
> drivers/iommu/iommu.c | 81 +++++--------------
> .../ABI/testing/sysfs-kernel-iommu_groups | 1 -
> 2 files changed, 21 insertions(+), 61 deletions(-)

Reviewed-by: Jason Gunthorpe <jgg@xxxxxxxxxx>

I am going to post a series that conflicts with this, but it can go
after this one

Thanks for doing this, it looks great

Jason