summaryrefslogtreecommitdiff
path: root/isprime
diff options
context:
space:
mode:
Diffstat (limited to 'isprime')
0 files changed, 0 insertions, 0 deletions
authorHariprasad S <hariprasad@chelsio.com>2016-05-06 22:17:59 +0530
committerDoug Ledford <dledford@redhat.com>2016-05-13 19:38:06 -0400
commite4b76a2a2619e95deb1ae2b088c0aa4f24a0bbee (patch)
tree368507be6cf834bc0019f046fb8abc2dacd2540c
parentda1cecdffc13494bef012d598ed3dc1ed9572204 (diff)
RDMA/iw_cxgb4: stop_ep_timer() after MPA negotiation
->Stop the ep timer after MPA negotiation so that the arp failures during send_mpa_reply/reject will be handled by process_timeout() after the ep timer expires. ->Added case MPA_REP_SENT in process_timeout(). ->For MPA reject, c4iw_ep_disconnect tries to start an already started timer, which leads to warning message "timer already started". -> In case of mpa reject stop the timer and call send_mpa_reject(). -> Added new ep flag STOP_MPA_TIMER to tell fw4_ack() to stop the timer only for send_mpa_reply(), which is set in c4iw_accept_cr(). Signed-off-by: Steve Wise <swise@opengridcomputing.com> Signed-off-by: Hariprasad Shenai <hariprasad@chelsio.com> Signed-off-by: Doug Ledford <dledford@redhat.com>
Diffstat