]> git.openfabrics.org - ~shefty/librdmacm.git/commit
Retrieve SGID after calling rdma_bind_addr
authorSean Hefty <sean.hefty@intel.com>
Thu, 14 Nov 2013 23:52:48 +0000 (15:52 -0800)
committerSean Hefty <sean.hefty@intel.com>
Fri, 15 Nov 2013 00:37:59 +0000 (16:37 -0800)
commit567cd42e37fcefd1a2c5f6690b81004e799f83d0
tree8fc970730152ac5de123d700ac6d8d1cac172c26
parente57928b701ded6c5417b5ac0c153a239bf947612
Retrieve SGID after calling rdma_bind_addr

A change was made to rdma_bind_addr when AF_IB is enabled
to only retrieve the resulting bound address.  Previously,
rdma_bind_addr would retrieve the corresponding SGID as
well.  This breaks some apps which were checking the
SGID after binding to an IP address.  Revert to the
previous behavior of also retrieving the SGID after
calling rdma_bind_addr.

Signed-off-by: Sean Hefty <sean.hefty@intel.com>
src/cma.c