From 33d59938eb23b79965c0c0af8cda3ad3132c11cc Mon Sep 17 00:00:00 2001 From: Dennis Potter Date: Tue, 7 Aug 2018 17:36:29 +0200 Subject: [PATCH] Added one more comment line on custom librdmacm --- lib/nodes/infiniband.c | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/lib/nodes/infiniband.c b/lib/nodes/infiniband.c index 04754564b..91e0b1fbf 100644 --- a/lib/nodes/infiniband.c +++ b/lib/nodes/infiniband.c @@ -450,8 +450,12 @@ static void ib_create_bind_id(struct node *n) * struct rdma_cm_id **id, void *context, * enum rdma_port_space ps, enum ibv_qp_type qp_type); * - * 4. ./build.sh - * 5. cd build && sudo make install + * 4. Edit librdmacm/librdmacm.map and add a new line with: + * + * rdma_create_id2 + * + * 5. ./build.sh + * 6. cd build && sudo make install * */ #ifdef RDMA_CMA_H_CUSTOM