]> git.baikalelectronics.ru Git - kernel.git/commit
RDMA/iwcm: Reject the connection when the cm_id is destroyed
authorSteve Wise <swise@opengridcomputing.com>
Wed, 9 Sep 2009 18:37:38 +0000 (11:37 -0700)
committerRoland Dreier <rolandd@cisco.com>
Wed, 9 Sep 2009 18:37:38 +0000 (11:37 -0700)
commit0f19702fa84e5bb1e238c6075eee450ba513c3bd
tree5a23970a4beb9c4aedb4c68fe2949bafc3864ba4
parentc1e1c93b423695a034901ad15db0c29b35b13f40
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>
drivers/infiniband/core/iwcm.c