]> git.openfabrics.org - ~shefty/rdma-dev.git/commit
rdma/cm: Allow enabling reuseaddr in any state
authorSean Hefty <sean.hefty@intel.com>
Tue, 22 Jan 2013 00:10:59 +0000 (16:10 -0800)
committerSean Hefty <sean.hefty@intel.com>
Thu, 23 May 2013 23:43:41 +0000 (16:43 -0700)
commit9021422fdedae2d431836453b642472b84467100
tree6c74c42f3672d17a99d0507e21a78d23fa5d9816
parent389dd48af08343a4b5b86d7d80e61561b923b946
rdma/cm: 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>
drivers/infiniband/core/cma.c