diff options
-rw-r--r-- | rpc/rpc-transport/rdma/src/rdma.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rpc/rpc-transport/rdma/src/rdma.c b/rpc/rpc-transport/rdma/src/rdma.c index c70c84a3260..cc2b9090e8c 100644 --- a/rpc/rpc-transport/rdma/src/rdma.c +++ b/rpc/rpc-transport/rdma/src/rdma.c @@ -3937,6 +3937,7 @@ rdma_init (rpc_transport_t *this) rdma_options_init (this); + ibv_fork_init (); { dev_list = ibv_get_device_list (NULL); |