From 86ed5c47cffdc1ff4da469c5cf1d359d26e4f0c1 Mon Sep 17 00:00:00 2001 From: Sean Hefty Date: Mon, 25 Mar 2013 14:20:33 -0700 Subject: [PATCH] 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. Signed-off-by: Sean Hefty -- 2.41.0