]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
ib_isert: Add max_send_sge=2 minimum for control PDU responses
authorOr Gerlitz <ogerlitz@mellanox.com>
Wed, 22 Oct 2014 21:55:49 +0000 (14:55 -0700)
committerJiri Slaby <jslaby@suse.cz>
Sat, 6 Dec 2014 14:14:51 +0000 (15:14 +0100)
commitbad84a260c714cb8f5ded73c9d24aeee0b153199
tree7254761c094293de80e090cb0d8cf09ed5c06657
parenta202e873db134652f98074849d2299a01d390aa1
ib_isert: Add max_send_sge=2 minimum for control PDU responses

commit f57915cfa5b2b14c1cffa2e83c034f55e3f0e70d upstream.

This patch adds a max_send_sge=2 minimum in isert_conn_setup_qp()
to ensure outgoing control PDU responses with tx_desc->num_sge=2
are able to function correctly.

This addresses a bug with RDMA hardware using dev_attr.max_sge=3,
that in the original code with the ConnectX-2 work-around would
result in isert_conn->max_sge=1 being negotiated.

Originally reported by Chris with ocrdma driver.

Reported-by: Chris Moore <Chris.Moore@emulex.com>
Tested-by: Chris Moore <Chris.Moore@emulex.com>
Signed-off-by: Or Gerlitz <ogerlitz@mellanox.com>
Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
Signed-off-by: Jiri Slaby <jslaby@suse.cz>
drivers/infiniband/ulp/isert/ib_isert.c