On Tue, Apr 02, 2019 at 02:46:11PM +0530, Potnuri Bharat Teja wrote: > On receiving a TERM from 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@xxxxxxxxxxx> > --- > drivers/infiniband/hw/cxgb4/qp.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) Applied to for-next Thanks, Jason