All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] PCI/P2PDMA: Add Intel SkyLake-E to the whitelist
@ 2019-12-06 21:52 Armen Baloyan
  2019-12-06 21:53 ` Logan Gunthorpe
  2019-12-10 21:22 ` Bjorn Helgaas
  0 siblings, 2 replies; 4+ messages in thread
From: Armen Baloyan @ 2019-12-06 21:52 UTC (permalink / raw)
  To: logang, armbaloyan, epilmore, bhelgaas, linux-pci; +Cc: Armen Baloyan

Intel SkyLake-E was successfully tested for p2pdma
transactions spanning over a host bridge and PCI
bridge with IOMMU on.

Signed-off-by: Armen Baloyan <abaloyan@gigaio.com>
---
 drivers/pci/p2pdma.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/drivers/pci/p2pdma.c b/drivers/pci/p2pdma.c
index 79fcb8d8f1b1..9f8e9df8f4ca 100644
--- a/drivers/pci/p2pdma.c
+++ b/drivers/pci/p2pdma.c
@@ -324,6 +324,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},
 	{}
 };
 
-- 
2.16.5


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-12-10 21:49 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-12-06 21:52 [PATCH] PCI/P2PDMA: Add Intel SkyLake-E to the whitelist Armen Baloyan
2019-12-06 21:53 ` Logan Gunthorpe
2019-12-10 21:22 ` Bjorn Helgaas
2019-12-10 21:49   ` Logan Gunthorpe

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.