The latest patch still doesn't work on my system.. I keep getting a 'Failed attempting to set the MPS' on many of the PCIE devices. it is failing in pcie_set_mps(): v = (ffs(mps - 8) << 5; if (v > dev->pcie_mpss) goto out; The pcie_mpss is 0..7 but the v is 128,256,512,etc. So this always fails. -- To unsubscribe from this list: send the line "unsubscribe linux-pci" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html