Re: [PATCH] pci: Add a acs_disable option for pci kernel parameter

From: Christoph Hellwig
Date: Fri Oct 27 2017 - 02:38:09 EST


On Thu, Oct 26, 2017 at 08:37:49PM -0600, sbates@xxxxxxxxxxxx wrote:
> From: Stephen Bates <sbates@xxxxxxxxxxxx>
>
> On some servers the BIOS sets up ACS on any valid pci_dev in the
> system. The kernel has no way of backing this out since the kernel
> only turns ACS capabilities on.
>
> This patch adds a new boot option to the pci kernel parameter called
> "acs_disable" that will disable ACS. This is useful for PCI peer to
> peer communication but can cause problems when IOVA isolation is
> required and an IOMMU is enabled. Use with care.

Eww. Can we please add smbios quirks for the systems where you've
observed this? (we probably also want to keep the option just in case).