RE: [PATCH v6 07/10] iommufd: Fault-capable hwpt attach/detach/replace

2024-06-17 Thread Tian, Kevin
> From: Baolu Lu > Sent: Sunday, June 9, 2024 3:23 PM > > On 6/7/24 5:30 PM, Tian, Kevin wrote: > >> From: Lu Baolu > >> Sent: Monday, May 27, 2024 12:05 PM > >> > >> Add iopf-capable hw page table attach/detach/replace helpers. The > pointer > >> to iommufd_device is stored in the domain attach

Re: [PATCH v6 07/10] iommufd: Fault-capable hwpt attach/detach/replace

2024-06-09 Thread Baolu Lu
On 6/7/24 5:30 PM, Tian, Kevin wrote: From: Lu Baolu Sent: Monday, May 27, 2024 12:05 PM Add iopf-capable hw page table attach/detach/replace helpers. The pointer to iommufd_device is stored in the domain attachment handle, so that it can be echo'ed back in the iopf_group. this message needs

RE: [PATCH v6 07/10] iommufd: Fault-capable hwpt attach/detach/replace

2024-06-07 Thread Tian, Kevin
> From: Lu Baolu > Sent: Monday, May 27, 2024 12:05 PM > > Add iopf-capable hw page table attach/detach/replace helpers. The pointer > to iommufd_device is stored in the domain attachment handle, so that it > can be echo'ed back in the iopf_group. this message needs an update. now the device poi

[PATCH v6 07/10] iommufd: Fault-capable hwpt attach/detach/replace

2024-05-26 Thread Lu Baolu
Add iopf-capable hw page table attach/detach/replace helpers. The pointer to iommufd_device is stored in the domain attachment handle, so that it can be echo'ed back in the iopf_group. The iopf-capable hw page tables can only be attached to devices that support the IOMMU_DEV_FEAT_IOPF feature. On