commit | d998ccce020e2cfcf11c6b57503532930ede2894 | [log] [tgz] |
---|---|---|
author | Sean Hefty <sean.hefty@intel.com> | Mon May 21 17:38:02 2007 -0700 |
committer | Roland Dreier <rolandd@cisco.com> | Tue May 29 16:07:09 2007 -0700 |
tree | ee9756ab7c9bf087dc47ecd43c1e3a4c439a26c5 | |
parent | ec56dc0b7f6c3fec20bbc2e98ff1a06edf2fc9b9 [diff] |
IB/cm: Fix stale connection detection The ib_cm can incorrectly detect a stale connection (a new connection request for a QPN that is already connected) as a duplicate connection request. Separate the handling of potential duplicate REQs from stale connections. Signed-off-by: Sean Hefty <sean.hefty@intel.com> Signed-off-by: Roland Dreier <rolandd@cisco.com>