RE: [PATCH 1/2] iommu: Add static iommu_ops->release_domain

From: Tian, Kevin
Date: Tue Feb 27 2024 - 02:33:07 EST


> From: Lu Baolu <baolu.lu@xxxxxxxxxxxxxxx>
> Sent: Friday, February 23, 2024 1:13 PM
>
>
> + /*
> + * If the iommu driver provides release_domain then the core code
> + * ensures that domain is attached prior to calling release_device.
> + * Drivers can use this to enforce a translation on the idle iommu.

'enforce a translation' is confusing in the context of blocking/identity
domain.

otherwise looks good to me:

Reviewed-by: Kevin Tian <kevin.tian@xxxxxxxxx>