mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-20 16:30:53 +00:00
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: Jack Morgenstein <jackm@dev.mellanox.co.il> Signed-off-by: Roland Dreier <rolandd@cisco.com>
This commit is contained in:
parent
139b2db795
commit
9b1f38515c
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user