Re: [PATCH v3 10/17] intel_iommu: Process PASID-based iotlb invalidation

2024-09-26 Thread Jason Wang
On Wed, Sep 11, 2024 at 1:26 PM Zhenzhong Duan wrote: > > PASID-based iotlb (piotlb) is used during walking Intel > VT-d stage-1 page table. > > This emulates the stage-1 page table iotlb invalidation requested > by a PASID-based IOTLB Invalidate Descriptor (P_IOTLB). > > Signed-off-by: Yi Liu >

[PATCH v3 10/17] intel_iommu: Process PASID-based iotlb invalidation

2024-09-10 Thread Zhenzhong Duan
PASID-based iotlb (piotlb) is used during walking Intel VT-d stage-1 page table. This emulates the stage-1 page table iotlb invalidation requested by a PASID-based IOTLB Invalidate Descriptor (P_IOTLB). Signed-off-by: Yi Liu Signed-off-by: Zhenzhong Duan Reviewed-by: Clément Mathieu--Drif ---