Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932910AbbHKU2l (ORCPT ); Tue, 11 Aug 2015 16:28:41 -0400 Received: from mail-io0-f170.google.com ([209.85.223.170]:34657 "EHLO mail-io0-f170.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932626AbbHKU2j (ORCPT ); Tue, 11 Aug 2015 16:28:39 -0400 Date: Tue, 11 Aug 2015 15:28:34 -0500 From: Bjorn Helgaas To: Alex Williamson Cc: linux-pci@vger.kernel.org, john.ronciak@intel.com, linux-kernel@vger.kernel.org Subject: Re: [PATCH] PCI: Add ACS quirks for Intel I219-LM/V Message-ID: <20150811202834.GH13982@google.com> References: <20150810183055.5714.12998.stgit@gimli.home> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150810183055.5714.12998.stgit@gimli.home> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1593 Lines: 36 On Mon, Aug 10, 2015 at 12:32:04PM -0600, Alex Williamson wrote: > The Intel 100-series chipset now includes the integrated Ethernet as > part of a multifunction package. The Ethernet function does not > include native ACS support, but Intel confirms that the device is not > capable of peer-to-peer within the package. We can therefore quirk it > to expose the isolation. > > Signed-off-by: Alex Williamson > Cc: John Ronciak Applied with John's ack to pci/virtualization for v4.3, thanks! > --- > drivers/pci/quirks.c | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/drivers/pci/quirks.c b/drivers/pci/quirks.c > index e9fd0e9..a914848 100644 > --- a/drivers/pci/quirks.c > +++ b/drivers/pci/quirks.c > @@ -3848,6 +3848,9 @@ static const struct pci_dev_acs_enabled { > { PCI_VENDOR_ID_INTEL, 0x105F, pci_quirk_mf_endpoint_acs }, > { PCI_VENDOR_ID_INTEL, 0x1060, pci_quirk_mf_endpoint_acs }, > { PCI_VENDOR_ID_INTEL, 0x10D9, pci_quirk_mf_endpoint_acs }, > + /* I219 */ > + { PCI_VENDOR_ID_INTEL, 0x15b7, pci_quirk_mf_endpoint_acs }, > + { PCI_VENDOR_ID_INTEL, 0x15b8, pci_quirk_mf_endpoint_acs }, > /* Intel PCH root ports */ > { PCI_VENDOR_ID_INTEL, PCI_ANY_ID, pci_quirk_intel_pch_acs }, > { 0x19a2, 0x710, pci_quirk_mf_endpoint_acs }, /* Emulex BE3-R */ > -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/