diff options
author | Yi Liu <yi.l.liu@intel.com> | 2024-02-19 19:15:56 +0800 |
---|---|---|
committer | Joerg Roedel <jroedel@suse.de> | 2024-02-21 10:28:45 +0100 |
commit | 5e54e861f16f37c84ae68d6d4bbd3de54b668317 (patch) | |
tree | 718290cee76ace6ce887e679c44202c2f8e1e8ab /drivers/fpga/fpga-bridge.c | |
parent | 29e10487d6df050afeee886b7c1da208f389cb5b (diff) |
iommu/vt-d: Add missing device iotlb flush for parent domain
ATS-capable devices cache the result of nested translation. This result
relies on the mappings in s2 domain (a.k.a. parent). When there are
modifications in the s2 domain, the related nested translation caches on
the device should be flushed. This includes the devices that are attached
to the s1 domain. However, the existing code ignores this fact to only
loops its own devices.
As there is no easy way to identify the exact set of nested translations
affected by the change of s2 domain. So, this just flushes the entire
device iotlb on the device.
As above, driver loops the s2 domain's s1_domains list and loops the
devices list of each s1_domain to flush the entire device iotlb on the
devices.
Fixes: b41e38e22539 ("iommu/vt-d: Add nested domain allocation")
Signed-off-by: Yi Liu <yi.l.liu@intel.com>
Reviewed-by: Kevin Tian <kevin.tian@intel.com>
Link: https://lore.kernel.org/r/20240208082307.15759-6-yi.l.liu@intel.com
Signed-off-by: Lu Baolu <baolu.lu@linux.intel.com>
Signed-off-by: Joerg Roedel <jroedel@suse.de>
Diffstat (limited to 'drivers/fpga/fpga-bridge.c')
0 files changed, 0 insertions, 0 deletions