RDMA编程实例

1,RDMA verbs Multicast

Code for Multicast Using RDMA_CM(Remote directory memory access_connect management) and IBV Verbs;

  Multicast Code Example;

/*

*BUILD Command

*gcc -g -Wall -D_GNU_SOURCE -g -O2 -o examples/mckey.c -libverbs -lrdmaca

*

*

*/
原文地址:https://www.cnblogs.com/ruiy/p/3592133.html