]> git.baikalelectronics.ru Git - kernel.git/commit
iw_cxgb4: stop MPA_REPLY timer when disconnecting
authorSteve Wise <swise@opengridcomputing.com>
Fri, 29 Jul 2016 15:38:44 +0000 (08:38 -0700)
committerDoug Ledford <dledford@redhat.com>
Tue, 2 Aug 2016 17:15:17 +0000 (13:15 -0400)
commite6c5aa4168d84590722eabbb49211fe8d00516ad
tree0b297072f4f3c2378cf552fbfefc768075dcabd0
parenta467da3f9a01d927137345a93f7cdde04ddc7d0c
iw_cxgb4: stop MPA_REPLY timer when disconnecting

There exists a race where the application can setup a connection
and then disconnect it before iw_cxgb4 processes the fw4_ack
message.  For passive side connections, the fw4_ack message is
used to know when to stop the ep timer for MPA_REPLY messages.

If the application disconnects before the fw4_ack is handled then
c4iw_ep_disconnect() needs to clean up the timer state and stop the
timer before restarting it for the disconnect timer.  Failure to do this
results in a "timer already started" message and a premature stopping
of the disconnect timer.

Fixes: 7004916 ("RDMA/iw_cxgb4: stop_ep_timer() after MPA negotiation")
Signed-off-by: Steve Wise <swise@opengridcomputing.com>
Signed-off-by: Doug Ledford <dledford@redhat.com>
drivers/infiniband/hw/cxgb4/cm.c