linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] PCI/P2PDMA: Add the Intel Sky Lake-E root ports to the whitelist
@ 2020-02-01  0:23 Andrew Maier
  2020-02-01  0:24 ` Logan Gunthorpe
  0 siblings, 1 reply; 2+ messages in thread
From: Andrew Maier @ 2020-02-01  0:23 UTC (permalink / raw)
  To: bhelgaas, linux-pci, linux-kernel; +Cc: logang, Andrew Maier

Add the four Intel Sky Lake-E host root ports to the whitelist of
p2pdma.

P2P has been tested and is working on this system.

Signed-off-by: Andrew Maier <andrew.maier@eideticom.com>
---
 drivers/pci/p2pdma.c | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/drivers/pci/p2pdma.c b/drivers/pci/p2pdma.c
index 6d6c64415087..d7601a49eb3e 100644
--- a/drivers/pci/p2pdma.c
+++ b/drivers/pci/p2pdma.c
@@ -325,6 +325,11 @@ 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 Sky Lake-E */
+	{PCI_VENDOR_ID_INTEL,	0x2030, REQ_SAME_HOST_BRIDGE},
+	{PCI_VENDOR_ID_INTEL,	0x2031, REQ_SAME_HOST_BRIDGE},
+	{PCI_VENDOR_ID_INTEL,	0x2032, REQ_SAME_HOST_BRIDGE},
+	{PCI_VENDOR_ID_INTEL,	0x2033, REQ_SAME_HOST_BRIDGE},
 	{}
 };
 
-- 
2.17.1


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

* Re: [PATCH] PCI/P2PDMA: Add the Intel Sky Lake-E root ports to the whitelist
  2020-02-01  0:23 [PATCH] PCI/P2PDMA: Add the Intel Sky Lake-E root ports to the whitelist Andrew Maier
@ 2020-02-01  0:24 ` Logan Gunthorpe
  0 siblings, 0 replies; 2+ messages in thread
From: Logan Gunthorpe @ 2020-02-01  0:24 UTC (permalink / raw)
  To: Andrew Maier, bhelgaas, linux-pci, linux-kernel



On 2020-01-31 5:23 p.m., Andrew Maier wrote:
> Add the four Intel Sky Lake-E host root ports to the whitelist of
> p2pdma.
> 
> P2P has been tested and is working on this system.
> 
> Signed-off-by: Andrew Maier <andrew.maier@eideticom.com>

Looks good to me, Thanks!

Reviewed-by: Logan Gunthorpe <logang@deltatee.com>

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

end of thread, other threads:[~2020-02-01  0:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-01  0:23 [PATCH] PCI/P2PDMA: Add the Intel Sky Lake-E root ports to the whitelist Andrew Maier
2020-02-01  0:24 ` Logan Gunthorpe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).