Re: [PATCH v8 3/4] PCI: Introduce disable_acs_redir quirk
From: Logan Gunthorpe <logang@deltatee.com>
Date: 2018-08-09 21:22:15
Also in:
linux-pci, lkml
From: Logan Gunthorpe <logang@deltatee.com>
Date: 2018-08-09 21:22:15
Also in:
linux-pci, lkml
On 09/08/18 03:17 PM, Bjorn Helgaas wrote:
I assume these could go in drivers/pci/pci.h instead of include/linux/pci.h?
Yeah, I agree they'd be better suited in the local file. I just followed what had already existed.
I can do that (and add another patch to move the pci_dev_specific_acs_enabled() and pci_dev_specific_enable_acs() declarations, which also are only used inside drivers/pci) if you agree.
Sounds good to me. Thanks, Logan