commit | 8a70f812b16ea4523938749a168817ffed232df9 | [log] [tgz] |
---|---|---|
author | Hariprasad S <hariprasad@chelsio.com> | Fri May 06 22:18:01 2016 +0530 |
committer | Doug Ledford <dledford@redhat.com> | Fri May 13 19:38:07 2016 -0400 |
tree | 243c890f2fa46eb42ef7b3e6e3c02de98df0c5de | |
parent | caa6c9f247d64f7f7c183514d71113f472124f55 [diff] |
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>