]> git.openfabrics.org - ~shefty/librdmacm.git/commit
librdmacm: Re-enable ibacm support
authorSean Hefty <sean.hefty@intel.com>
Fri, 17 Aug 2012 23:41:04 +0000 (16:41 -0700)
committerSean Hefty <sean.hefty@intel.com>
Fri, 17 Aug 2012 23:41:04 +0000 (16:41 -0700)
commit607c5d246ac8bf9ab9276f45a946b765dd2648cb
tree15d584ee23e38f450359c3caea511818f5bf14c0
parent8a5515f7d6d3f715693147fb032978c7d1931df1
librdmacm: Re-enable ibacm support

Commit 272c3cc024d0e5854cbafa6c2f1e8560398a68d7, "Delay ACM
connection until resolving an address", removed the call to
ucma_ib_init without adding it back in the correct location.
As a result, the librdmacm no longer uses ibacm.  Fix this
by adding the initialization call when resolving an address.

Signed-off-by: Sean Hefty <sean.hefty@intel.com>