From: Sean Hefty Date: Mon, 25 Mar 2013 21:20:33 +0000 (-0700) Subject: Call ucma_ib_init() during startup X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=b52ddf36aa04b86a26d2462400386fdd24f40c77;p=~shefty%2Flibrdmacm.git 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 Signed-off-by: Sean Hefty ---