RE: [PATCH v3 3/3] iommu: Drop sw_msi from iommu_domain
From: Tian, Kevin
Date: Thu Mar 06 2025 - 01:02:03 EST
> From: Nicolin Chen <nicolinc@xxxxxxxxxx>
> Sent: Tuesday, March 4, 2025 4:53 AM
>
> There are only two sw_msi implementations in the entire system, thus it's
> not very necessary to have an sw_msi pointer.
>
> Instead, check domain->private_data_owner to call the two implementations
> directly from the core code.
s/private_data_owner/cookie_type/
>
> Suggested-by: Robin Murphy <robin.murphy@xxxxxxx>
> Signed-off-by: Nicolin Chen <nicolinc@xxxxxxxxxx>
Reviewed-by: Kevin Tian <kevin.tian@xxxxxxxxx>