]> git.baikalelectronics.ru Git - kernel.git/commit
RDMA/iw_cxgb4: in process_timeout() don't move ep state to ABORTING
authorHariprasad S <hariprasad@chelsio.com>
Fri, 6 May 2016 16:48:01 +0000 (22:18 +0530)
committerDoug Ledford <dledford@redhat.com>
Fri, 13 May 2016 23:38:07 +0000 (19:38 -0400)
commit708a78fde63cd1b9168716a735c746332066e7e2
tree243c890f2fa46eb42ef7b3e6e3c02de98df0c5de
parentf209640b914feb3aa5c0f442984e568dcb6e4f7a
RDMA/iw_cxgb4: in process_timeout() don't move ep state to ABORTING

Moving the state to ABORTING causes the ep to get stuck because
c4iw_ep_timeout() thinks the ABORT has already been done. So leave the
state alone and let c4iw_ep_disconnect() do the right thing given the
ep state.

Signed-off-by: Steve Wise <swise@opengridcomputing.com>
Signed-off-by: Hariprasad Shenai <hariprasad@chelsio.com>
Signed-off-by: Doug Ledford <dledford@redhat.com>
drivers/infiniband/hw/cxgb4/cm.c