projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e42617b
)
PCI/P2PDMA: Add Intel SkyLake-E to the whitelist
author
Armen Baloyan
<abaloyan@gigaio.com>
Fri, 6 Dec 2019 21:52:45 +0000
(13:52 -0800)
committer
Bjorn Helgaas
<bhelgaas@google.com>
Tue, 10 Dec 2019 21:15:51 +0000
(15:15 -0600)
Intel SkyLake-E was successfully tested for p2pdma transactions spanning
over a host bridge and PCI bridge with IOMMU on. Add it to the whitelist.
Link:
https://lore.kernel.org/r/1575669165-31697-1-git-send-email-abaloyan@gigaio.com
Signed-off-by: Armen Baloyan <abaloyan@gigaio.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Reviewed-by: Logan Gunthorpe <logang@deltatee.com>
drivers/pci/p2pdma.c
patch
|
blob
|
history
diff --git
a/drivers/pci/p2pdma.c
b/drivers/pci/p2pdma.c
index 0608aae72ccccfd67e5b4187e87a02593db19485..9a8a38384121a2d9593a2d5cf2b1fbb88591c3c1 100644
(file)
--- a/
drivers/pci/p2pdma.c
+++ b/
drivers/pci/p2pdma.c
@@
-289,6
+289,9
@@
static const struct pci_p2pdma_whitelist_entry {
/* Intel Xeon E7 v3/Xeon E5 v3/Core i7 */
{PCI_VENDOR_ID_INTEL, 0x2f00, REQ_SAME_HOST_BRIDGE},
{PCI_VENDOR_ID_INTEL, 0x2f01, REQ_SAME_HOST_BRIDGE},
+ /* Intel SkyLake-E */
+ {PCI_VENDOR_ID_INTEL, 0x2030, 0},
+ {PCI_VENDOR_ID_INTEL, 0x2020, 0},
{}
};