commit | 68237a0ff84503270373c39229be83e865ea08d4 | [log] [tgz] |
---|---|---|
author | Faisal Latif <faisal.latif@intel.com> | Mon Jun 22 22:53:28 2009 -0700 |
committer | Roland Dreier <rolandd@cisco.com> | Mon Jun 22 22:53:28 2009 -0700 |
tree | 70cea4414290c7799704f0beea6cb3894036d380 | |
parent | 66388d67a0d7bf39735650de54e42064d1af8b62 [diff] |
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 <faisal.latif@intel.com> Signed-off-by: Roland Dreier <rolandd@cisco.com>