From: Steve Wise Date: Mon, 25 Jun 2007 17:46:00 +0000 (-0500) Subject: RDMA/cxgb3: Don't abort after failures sending the mpa reply X-Git-Tag: v2.6.23-rc1~1085^2~38 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ecc2f0060fa7ff2fc53864ee19e370e5ddd47d5e;p=pandora-kernel.git RDMA/cxgb3: Don't abort after failures sending the mpa reply This bug results in an abort request being sent down _after_ the tid has been released. If the tid happens to have been reused, then the subsequent generation of the tid gets incorrectly aborted. The thread running iwch_accecpt_cr() must not abort a connection if an error is returned after being awakened. If any errors did occur while iwch_accept_cr() is blocked, then the connection has already been aborted on the thread processing the error. Signed-off-by: Steve Wise Signed-off-by: Roland Dreier --- Reading git-diff-tree failed