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)
committerNicholas Bellinger <nab@linux-iscsi.org>
Mon, 3 Nov 2014 06:04:29 +0000 (22:04 -0800)
commitf57915cfa5b2b14c1cffa2e83c034f55e3f0e70d
tree905bfe537db8e8621c8d5dfcf86f6d36400889ab
parentab477c1ff5e0a744c072404bf7db51bfe1f05b6e
ib_isert: Add max_send_sge=2 minimum for control PDU responses

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>
Cc: <stable@vger.kernel.org> # 3.10+
Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
drivers/infiniband/ulp/isert/ib_isert.c