commit | cb58160e72244a23f4e0cf4d6f81ffbd131fcd51 | [log] [tgz] |
---|---|---|
author | Steve Wise <swise@opengridcomputing.com> | Wed Sep 09 11:37:38 2009 -0700 |
committer | Roland Dreier <rolandd@cisco.com> | Wed Sep 09 11:37:38 2009 -0700 |
tree | 5a23970a4beb9c4aedb4c68fe2949bafc3864ba4 | |
parent | e6cc0fd1e31cfe48e207de78742ccdf301369bf3 [diff] |
RDMA/iwcm: Reject the connection when the cm_id is destroyed If the cm_id of a connect request is destroyed prior to the ULP accepting or rejecting the connection, then the provider never cleans up the connection. The iwcm should explicitly reject these connections if the cm_id is destroyed. Signed-off-by: Steve Wise <swise@opengridcomputing.com> Signed-off-by: Roland Dreier <rolandd@cisco.com>