]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
net/mlx5: Increase number of max QPs in default profile
authorMaor Gottlieb <maorg@mellanox.com>
Tue, 21 Mar 2017 13:59:17 +0000 (15:59 +0200)
committerJiri Slaby <jslaby@suse.cz>
Fri, 7 Apr 2017 07:17:56 +0000 (09:17 +0200)
commit7d409c047a3b7a40dbd0ac8b26ec29ef62a088c8
treedd0b25669f3ed992a5d8f2d5bd509c9967b3c41c
parentb46441c8f4320079fc79897bf086f537c749796f
net/mlx5: Increase number of max QPs in default profile

[ Upstream commit 5f40b4ed975c26016cf41953b7510fe90718e21c ]

With ConnectX-4 sharing SRQs from the same space as QPs, we hit a
limit preventing some applications to allocate needed QPs amount.
Double the size to 256K.

[js] this is in another file in 3.12

Fixes: e126ba97dba9e ('mlx5: Add driver for Mellanox Connect-IB adapters')
Signed-off-by: Maor Gottlieb <maorg@mellanox.com>
Signed-off-by: Saeed Mahameed <saeedm@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/infiniband/hw/mlx5/main.c