]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/net/mlx4/main.c
IB/mlx4: Increase max outstanding RDMA reads as target
[linux-2.6-omap-h63xx.git] / drivers / net / mlx4 / main.c
index e8f45e6aa95b855b4b0fe4589d1082cec48cdb8d..4dc9dc19b7167a22bc69e8750aaccec6ccb0417e 100644 (file)
@@ -78,7 +78,7 @@ static const char mlx4_version[] __devinitdata =
 static struct mlx4_profile default_profile = {
        .num_qp         = 1 << 16,
        .num_srq        = 1 << 16,
-       .rdmarc_per_qp  = 4,
+       .rdmarc_per_qp  = 1 << 4,
        .num_cq         = 1 << 16,
        .num_mcg        = 1 << 13,
        .num_mpt        = 1 << 17,