[PATCH 0/2] iommu/vt-d: Add ESRTPS & ESIRTPS check

Lu Baolu posted 2 patches 3 years, 6 months ago
drivers/iommu/intel/iommu.h         | 2 ++
drivers/iommu/intel/iommu.c         | 7 +++++++
drivers/iommu/intel/irq_remapping.c | 3 ++-
3 files changed, 11 insertions(+), 1 deletion(-)
[PATCH 0/2] iommu/vt-d: Add ESRTPS & ESIRTPS check
Posted by Lu Baolu 3 years, 6 months ago
Hi folks,

Some VT-d hardware implementations invalidates all DMA remapping
or interrupt remapping hardware translation caches as part of SRTP or
SIRTPS flow. The VT-d spec introduced two capability bits for these
hardware behaviors. This series fine tuned the VT-d driver to avoid
unnecessary global cache validations.

Best regards,
baolu

Lu Baolu (2):
  iommu/vt-d: Avoid unnecessary global IRTE cache invalidation
  iommu/vt-d: Avoid unnecessary global DMA cache invalidation

 drivers/iommu/intel/iommu.h         | 2 ++
 drivers/iommu/intel/iommu.c         | 7 +++++++
 drivers/iommu/intel/irq_remapping.c | 3 ++-
 3 files changed, 11 insertions(+), 1 deletion(-)

-- 
2.34.1