Re: [PATCH v5 03/12] iommu: Add attach/detach_dev_pasid domain ops

2022-05-05 Thread Baolu Lu
On 2022/5/4 02:07, Jean-Philippe Brucker wrote: On Mon, May 02, 2022 at 09:48:33AM +0800, Lu Baolu wrote: Attaching an IOMMU domain to a PASID of a device is a generic operation for modern IOMMU drivers which support PASID-granular DMA address translation. Currently visible usage scenarios

Re: [PATCH v5 03/12] iommu: Add attach/detach_dev_pasid domain ops

2022-05-03 Thread Jean-Philippe Brucker
On Mon, May 02, 2022 at 09:48:33AM +0800, Lu Baolu wrote: > Attaching an IOMMU domain to a PASID of a device is a generic operation > for modern IOMMU drivers which support PASID-granular DMA address > translation. Currently visible usage scenarios include (but not limited): > > - SVA (Shared

[PATCH v5 03/12] iommu: Add attach/detach_dev_pasid domain ops

2022-05-01 Thread Lu Baolu
Attaching an IOMMU domain to a PASID of a device is a generic operation for modern IOMMU drivers which support PASID-granular DMA address translation. Currently visible usage scenarios include (but not limited): - SVA (Shared Virtual Address) - kernel DMA with PASID - hardware-assist mediated