linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] ACPI / PCI: Fix _PRT lookup for ARI enabled devices
@ 2015-05-26 17:53 Alex Williamson
  2015-05-26 17:54 ` [PATCH 1/2] PCI: Move pci_ari_enabled() to global header Alex Williamson
  2015-05-26 17:54 ` [PATCH 2/2] ACPI / PCI: Account for ARI in _PRT lookups Alex Williamson
  0 siblings, 2 replies; 6+ messages in thread
From: Alex Williamson @ 2015-05-26 17:53 UTC (permalink / raw)
  To: linux-acpi, linux-pci; +Cc: bhelgaas, rjw, linux-kernel, lenb

In most cases we only use ARI with SR-IOV VFs, which do not support
INTx and therefore never hit this problem.  However, some non-SR-IOV
implementations create multiple PFs, extending beyond the standard
3-bit function numbers with ARI, and do support INTx for those
additional functions.  This can happen with Solarflare SFC9120
adapters.  The host driver typically doesn't use INTx, so we also
haven't noticed this problem on bare metal, but when we attempt to
assign the device to a VM using vfio-pci, we fail trying to setup
default INTx signaling.  Thanks,

Alex

---

Alex Williamson (2):
      PCI: Move pci_ari_enabled() to global header
      ACPI / PCI: Account for ARI in _PRT lookups


 drivers/acpi/pci_irq.c |    4 ++--
 drivers/pci/pci.h      |   11 -----------
 include/linux/pci.h    |   11 +++++++++++
 3 files changed, 13 insertions(+), 13 deletions(-)

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

end of thread, other threads:[~2015-05-26 20:58 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-26 17:53 [PATCH 0/2] ACPI / PCI: Fix _PRT lookup for ARI enabled devices Alex Williamson
2015-05-26 17:54 ` [PATCH 1/2] PCI: Move pci_ari_enabled() to global header Alex Williamson
2015-05-26 17:54 ` [PATCH 2/2] ACPI / PCI: Account for ARI in _PRT lookups Alex Williamson
2015-05-26 20:06   ` Don Dutile
2015-05-26 20:42     ` Alex Williamson
2015-05-26 20:58       ` Don Dutile

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).