]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
IB/srp: Fix completion vector assignment algorithm
authorBart Van Assche <bart.vanassche@wdc.com>
Mon, 12 Feb 2018 17:50:25 +0000 (09:50 -0800)
committerSasha Levin <alexander.levin@microsoft.com>
Wed, 23 May 2018 01:36:33 +0000 (21:36 -0400)
commite8144ac2e807f1e0bf199970d6fa7c7ae7520abb
tree18df7bcb06fef5884e2c8cf1e1159a6e67955f2e
parent03b925ee5d3f4065e08c934e9082140e5dd841c0
IB/srp: Fix completion vector assignment algorithm

[ Upstream commit 3a148896b24adf8688dc0c59af54531931677a40 ]

Ensure that cv_end is equal to ibdev->num_comp_vectors for the
NUMA node with the highest index. This patch improves spreading
of RDMA channels over completion vectors and thereby improves
performance, especially on systems with only a single NUMA node.
This patch drops support for the comp_vector login parameter by
ignoring the value of that parameter since I have not found a
good way to combine support for that parameter and automatic
spreading of RDMA channels over completion vectors.

Fixes: d92c0da71a35 ("IB/srp: Add multichannel support")
Reported-by: Alexander Schmid <alex@modula-shop-systems.de>
Signed-off-by: Bart Van Assche <bart.vanassche@wdc.com>
Cc: Alexander Schmid <alex@modula-shop-systems.de>
Cc: stable@vger.kernel.org
Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
Signed-off-by: Sasha Levin <alexander.levin@microsoft.com>
drivers/infiniband/ulp/srp/ib_srp.c