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=47c8914009e8854b89d015de99eca7b102b9ea69;p=~shefty%2Flibrdmacm.git Call ucma_ib_init() during startup Commit 272c3cc024d0e5854cbafa6c2f1e8560398a68d7 removed automatic calls to ucma_ib_init(). It was added back for rsocket calls, but not for the older rdma_cm calls. The result is that ibacm support ends up being disabled. Fix this by calling ucma_ib_init() where needed. This problem was reported by Jens Domke Signed-off-by: Sean Hefty ---