Linux PCI subsystem development
 help / color / mirror / Atom feed
* [PATCH 0/3] MPS tuning
@ 2015-08-21 15:07 Bjorn Helgaas
  2015-08-21 15:07 ` [PATCH 1/3] PCI: Move MPS configuration check to pci_configure_device() Bjorn Helgaas
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Bjorn Helgaas @ 2015-08-21 15:07 UTC (permalink / raw)
  To: Keith Busch; +Cc: linux-pci, Austin Bolen, Dave Jiang, Myron Stowe, Jon Mason

Hi Keith, et al,

This is essentially your patch, tweaked a little to move it to the
pci_device_add() path instead of the pcie_bus_configure_settings() path.

One interesting wrinkle is the quirk_intel_mc_errata() quirk, which
was previously essentially disabled because it did nothing in
PCIE_BUS_TUNE_OFF mode, which was the default.  If we change the mode to
something else (as I did in the last patch), that quirk will now be active
when it wasn't before.  I'd like to chat with Jon about whether that's the
right thing.
---

Bjorn Helgaas (2):
      PCI: Move MPS configuration check to pci_configure_device()
      PCI: Change MPS default to "match upstream bridge"

Keith Busch (1):
      PCI: Set MPS to match upstream bridge


 drivers/pci/pci.c   |    2 +-
 drivers/pci/probe.c |   54 +++++++++++++++++++++++++++++++++------------------
 include/linux/pci.h |    9 +++++----
 3 files changed, 41 insertions(+), 24 deletions(-)

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

end of thread, other threads:[~2015-08-24 16:33 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-21 15:07 [PATCH 0/3] MPS tuning Bjorn Helgaas
2015-08-21 15:07 ` [PATCH 1/3] PCI: Move MPS configuration check to pci_configure_device() Bjorn Helgaas
2015-08-21 15:07 ` [PATCH 2/3] PCI: Set MPS to match upstream bridge Bjorn Helgaas
2015-08-21 19:14   ` Yinghai Lu
2015-08-21 20:05     ` Bjorn Helgaas
2015-08-21 20:52       ` Yinghai Lu
2015-08-21 15:08 ` [PATCH 3/3] PCI: Change MPS default to "match upstream bridge" Bjorn Helgaas
2015-08-21 19:58   ` Bjorn Helgaas
2015-08-24 16:13     ` Keith Busch
2015-08-24 16:33       ` Bjorn Helgaas

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox