iommu/amd: Support multiple PCI DMA aliases in device table
authorLogan Gunthorpe <logang@deltatee.com>
Tue, 22 Oct 2019 22:01:20 +0000 (16:01 -0600)
committerJoerg Roedel <jroedel@suse.de>
Wed, 30 Oct 2019 09:36:19 +0000 (10:36 +0100)
commit3332364e4ebc0581d133a334645a20fd13b580f1
tree3244dce6ffe3c652f0f64858db7a4effa980bcdb
parenta5bbbf37c6f8522a1afd46c37b5a0d1ce63232b7
iommu/amd: Support multiple PCI DMA aliases in device table

Non-Transparent Bridge (NTB) devices (among others) may have many DMA
aliases seeing the hardware will send requests with different device ids
depending on their origin across the bridged hardware.

See commit ad281ecf1c7d ("PCI: Add DMA alias quirk for Microsemi
Switchtec NTB") for more information on this.

The AMD IOMMU ignores all the PCI aliases except the last one so DMA
transfers from these aliases will be blocked on AMD hardware with the
IOMMU enabled.

To fix this, ensure the DTEs are cloned for every PCI alias. This is
done by copying the DTE data for each alias as well as the IVRS alias
every time it is changed.

Signed-off-by: Logan Gunthorpe <logang@deltatee.com>
Signed-off-by: Joerg Roedel <jroedel@suse.de>
drivers/iommu/amd_iommu.c
drivers/iommu/amd_iommu_types.h