[PATCH v7 02/28] iommufd/viommu: Explicitly define vdev->virt_id
Nicolin Chen
nicolinc at nvidia.com
Wed Jul 2 12:59:44 PDT 2025
On Wed, Jul 02, 2025 at 09:40:50AM +0000, Tian, Kevin wrote:
> > From: Nicolin Chen <nicolinc at nvidia.com>
> > Sent: Friday, June 27, 2025 3:35 AM
> > +
> > + /*
> > + * Virtual device ID per vIOMMU, e.g. vSID of ARM SMMUv3,
> > vDeviceID of
> > + * AMD IOMMU, and vRID of a nested Intel VT-d to a Context Table
> > + */
> > + u64 virt_id;
>
> Just "vRID of Intel VT-d"? the current description is not very clear
> to me.
Looks like we use "vRID of Intel VT-d to a Context Table" in the
Documentation/userspace-api/iommufd.rst, but forgot to change in
the uAPI header:
* @virt_id: Virtual device ID per vIOMMU, e.g. vSID of ARM SMMUv3, vDeviceID
* of AMD IOMMU, and vRID of a nested Intel VT-d to a Context Table
Let me correct both of them.
Thanks
Nicolin
More information about the linux-arm-kernel
mailing list