]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.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)
committerTim Gardner <tim.gardner@canonical.com>
Thu, 30 Mar 2017 12:35:45 +0000 (06:35 -0600)
commit032cd99e949288ff40e3b77e2a15421f42548d0e
treeaf6d9b3a613f60d94b0226c8ae7c17120a12e785
parent93b2aa9e6a0d95fa7eb73a23ec2581fa370a45e1
net/mlx5: Increase number of max QPs in default profile

BugLink: http://bugs.launchpad.net/bugs/1677589
[ 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.

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>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Tim Gardner <tim.gardner@canonical.com>
drivers/net/ethernet/mellanox/mlx5/core/main.c