lkml.org 
[lkml]   [2023]   [Mar]   [4]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
SubjectRe: [PATCH 1/4] iommu/vt-d: Implement set device pasid op for default domain
From
On 3/4/23 12:35 AM, Jacob Pan wrote:
>>> From: Baolu Lu<baolu.lu@linux.intel.com>
>>> Sent: Thursday, March 2, 2023 10:07 PM
>>>
>>>> +
>>>> + if (hw_pass_through && domain_type_is_si(dmar_domain))
>>>> + ret = intel_pasid_setup_pass_through(iommu,
>>>> dmar_domain,
>>>> + dev, pasid);
>>>> + else if (dmar_domain->use_first_level)
>>>> + ret = domain_setup_first_level(iommu, dmar_domain,
>>>> + dev, pasid);
>>>> + else
>>>> + ret = intel_pasid_setup_second_level(iommu,
>>>> dmar_domain,
>>>> + dev, pasid);
>>>> +
>>>> + return ret;
>>>> +}
>>> Do you need to consider pasid cache invalidation?
>>>
>> To avoid confusion this is not about invalidation of pasid cache itself
>> which should be covered by above setup functions already.
>>
>> Here actually means per-PASID invalidation in iotlb and devtlb. Today
>> only RID is tracked per domain for invalidation. it needs extension to
>> walk attached pasid too.
> Yes, will add.
>
> For the set up path, there is no need to flush IOTLBs, because we're going
> from non present to present.
>
> On the remove path, IOTLB flush should be covered when device driver
> calls iommu_detach_device_pasid(). Covered with this patch.

It's not only for the PASID teardown path, but also for unmap(). As the
device has issued DMA requests with PASID, the IOMMU probably will cache
the DMA translation with PASID tagged. Hence, we need to invalidate the
PASID-specific IOTLB and device TLB in the unmap() path.

I once had a patch for this:

https://lore.kernel.org/linux-iommu/20220614034411.1634238-1-baolu.lu@linux.intel.com/

Probably you can use it as a starting point.

Best regards,
baolu

\
 
 \ /
  Last update: 2023-03-27 00:44    [W:0.175 / U:0.256 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site