commit | 3492856e33da734501f2bdd8656cbfdf61f60330 | [log] [tgz] |
---|---|---|
author | Sean Hefty <sean.hefty@intel.com> | Tue Mar 06 11:58:32 2007 -0800 |
committer | Roland Dreier <rolandd@cisco.com> | Tue Mar 06 14:58:11 2007 -0800 |
tree | e885421fe21182c5f3cffb816883985894251bc5 | |
parent | e64518f3736971f22d5c22a6bab40891d2db337f [diff] |
RDMA/ucma: Avoid sending reject if backlog is full Change the returned error code to ENOMEM if the connection event backlog is full. This prevents the ib_cm from issuing a reject on the connection, which can allow retries to succeed. Signed-off-by: Sean Hefty <sean.hefty@intel.com> Signed-off-by: Roland Dreier <rolandd@cisco.com>