|
@@ -560,9 +560,9 @@ static int qib_tune_pcie_coalesce(struct qib_devdata *dd)
|
|
|
* BIOS may not set PCIe bus-utilization parameters for best performance.
|
|
|
* Check and optionally adjust them to maximize our throughput.
|
|
|
*/
|
|
|
-static int qib_pcie_caps;
|
|
|
+static int qib_pcie_caps = 0x51;
|
|
|
module_param_named(pcie_caps, qib_pcie_caps, int, S_IRUGO);
|
|
|
-MODULE_PARM_DESC(pcie_caps, "Max PCIe tuning: Payload (4lsb), ReadReq (D4..7)");
|
|
|
+MODULE_PARM_DESC(pcie_caps, "Max PCIe tuning: Payload (0..3), ReadReq (4..7)");
|
|
|
|
|
|
static int qib_tune_pcie_caps(struct qib_devdata *dd)
|
|
|
{
|