From: Faisal Latif Date: Tue, 23 Jun 2009 05:53:28 +0000 (-0700) Subject: RDMA/nes: Fix FIN state handling under error conditions X-Git-Tag: v2.6.31-rc1~31^2^5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=68237a0ff84503270373c39229be83e865ea08d4;p=pandora-kernel.git RDMA/nes: Fix FIN state handling under error conditions During cluster testing, one QP was not closed, as FIN is not handled properly when its rexmit count expires or in some cases when RST is is received after sending FIN. The reason is that the cm_id does not get decremented under these conditions. Signed-off-by: Faisal Latif Signed-off-by: Roland Dreier --- Reading git-diff-tree failed