commit | c8dea2f9f078395ebac7c92aeb919f02ff3fca88 | [log] [tgz] |
---|---|---|
author | Sean Hefty <sean.hefty@intel.com> | Wed May 29 10:09:08 2013 -0700 |
committer | Roland Dreier <roland@purestorage.com> | Thu Jun 20 13:08:01 2013 -0700 |
tree | b58838819bc28a904549e96e5a58127aea39b0fb | |
parent | 8d36eb01da5d371feffa280e501377b5c450f5a5 [diff] |
RDMA/cma: Allow enabling reuseaddr in any state The rdma_cm only allows setting reuseaddr if the corresponding rdma_cm_id is in the idle state. Allow setting this value in other states. This brings the behavior more inline with sockets. Signed-off-by: Sean Hefty <sean.hefty@intel.com> Signed-off-by: Roland Dreier <roland@purestorage.com>