1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

Added one more comment line on custom librdmacm

This commit is contained in:
Dennis Potter 2018-08-07 17:36:29 +02:00
parent b7a4b9d7c8
commit 33d59938eb

View file

@ -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