提交 9b1f3851 编写于 作者: J Jack Morgenstein 提交者: Roland Dreier

mlx4_core: Increase max number of QPs to 128K

With the advent large clusters which utilize multicore hosts, 64K QPs
is not enough.  We should increase the default maximum for QPs to 128K.
Signed-off-by: NJack Morgenstein <jackm@dev.mellanox.co.il>
Signed-off-by: NRoland Dreier <rolandd@cisco.com>
上级 139b2db7
...@@ -76,7 +76,7 @@ static char mlx4_version[] __devinitdata = ...@@ -76,7 +76,7 @@ static char mlx4_version[] __devinitdata =
DRV_VERSION " (" DRV_RELDATE ")\n"; DRV_VERSION " (" DRV_RELDATE ")\n";
static struct mlx4_profile default_profile = { static struct mlx4_profile default_profile = {
.num_qp = 1 << 16, .num_qp = 1 << 17,
.num_srq = 1 << 16, .num_srq = 1 << 16,
.rdmarc_per_qp = 1 << 4, .rdmarc_per_qp = 1 << 4,
.num_cq = 1 << 16, .num_cq = 1 << 16,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册