OSDN Git Service

RDMA/iw_cxgb4: Always disconnect when QP is transitioning to TERMINATE state
authorPotnuri Bharat Teja <bharat@chelsio.com>
Tue, 2 Apr 2019 09:16:11 +0000 (14:46 +0530)
committerJason Gunthorpe <jgg@mellanox.com>
Thu, 4 Apr 2019 11:29:04 +0000 (08:29 -0300)
commitd2c33370ae73105c7c7df8f7048d20653991b4cb
tree991c8e311eb3e6db643106ff6b9b58e7a04cb43b
parent0f51427bd0976fc4824ca16e73b7985f224cbbf8
RDMA/iw_cxgb4: Always disconnect when QP is transitioning to TERMINATE state

On receiving a TERM from tje peer, Host moves the QP to TERMINATE state
and then moves the adapter out of RDMA mode. After issuing a TERM, peer
issues a CLOSE and at this point of time if the connectivity between peer
and host is lost for a significant amount of time, the QP remains in
TERMINATE state.

Therefore c4iw_modify_qp() needs to initiate a close on entering terminate
state.

Signed-off-by: Potnuri Bharat Teja <bharat@chelsio.com>
Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
drivers/infiniband/hw/cxgb4/qp.c