IB/qib: Default some module parameters optimally
[deliverable/linux.git] / drivers / infiniband / hw / qib / qib_pcie.c
index 97a8bdf68e605267f635edf4423ccfdf366a4971..f695061d688e06ce026c312c79415f04a51aac70 100644 (file)
@@ -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)
 {
This page took 0.027836 seconds and 5 git commands to generate.