[PATCH v1 12/13] PCI: Preserve MPS and MRRS when applying _HPX settings

2014-09-12 Thread Bjorn Helgaas
Linux manages MPS and MRRS settings to keep them consistent across the PCIe fabric. BIOS doesn't participate in Linux scheme, so ignore that part of any _HPX settings it supplies. Signed-off-by: Bjorn Helgaas --- drivers/pci/probe.c | 10 ++ 1 file changed, 10 insertions(+) diff

[PATCH v1 12/13] PCI: Preserve MPS and MRRS when applying _HPX settings

2014-09-12 Thread Bjorn Helgaas
Linux manages MPS and MRRS settings to keep them consistent across the PCIe fabric. BIOS doesn't participate in Linux scheme, so ignore that part of any _HPX settings it supplies. Signed-off-by: Bjorn Helgaas bhelg...@google.com --- drivers/pci/probe.c | 10 ++ 1 file changed, 10