mlx4_core: Increase max number of QPs to 128K
[cascardo/linux.git] / drivers / net / mlx4 / main.c
index 7cfbe75..bbeb52e 100644 (file)
@@ -76,7 +76,7 @@ static char mlx4_version[] __devinitdata =
        DRV_VERSION " (" DRV_RELDATE ")\n";
 
 static struct mlx4_profile default_profile = {
-       .num_qp         = 1 << 16,
+       .num_qp         = 1 << 17,
        .num_srq        = 1 << 16,
        .rdmarc_per_qp  = 1 << 4,
        .num_cq         = 1 << 16,