]> git.openfabrics.org - ~shefty/librdmacm.git/commit
Call ucma_ib_init() during startup
authorSean Hefty <sean.hefty@intel.com>
Mon, 25 Mar 2013 21:20:33 +0000 (14:20 -0700)
committerSean Hefty <sean.hefty@intel.com>
Mon, 25 Mar 2013 21:20:33 +0000 (14:20 -0700)
commitb52ddf36aa04b86a26d2462400386fdd24f40c77
tree03e0d857be2abeca4aaf50a1c372dc983b1332dc
parente57928b701ded6c5417b5ac0c153a239bf947612
Call ucma_ib_init() during startup

ucma_ib_init() was removed from ucma_init() to avoid
recursive callback issues when using the librspreload
library over rsockets.  Although rsockets calls ucma_ib_init,
other pieces of the code do not.  The result is that
ibacm ends up being disabled unless rsockets has been
used.  Fix this by calling ucma_ib_init() where needed.

This problem was reported by Jens Domke
<domke.j.aa@m.titech.ac.jp>

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