- 浏览编程手册
RDMA Aware Networks Programming User Mannual - 上面的例子已经有好心人搬到了Github上RDMA-EXAMPLE
- 找了一台ARM64机器准备开始,不知道支不支持
- 执行下面的命令:
unzip RDMA-EXAMPLE-master.zip cd RDMA-EXAMPLE-master make #发现make不行 me@ubuntu:~/RDMA-EXAMPLE-master/01$ make cc service.c -o service -g -libverbs service.c:31:10: fatal error: infiniband/verbs.h: No such file or directory #include <infiniband/verbs.h> ^~~~~~~~~~~~~~~~~~~~ compilation terminated. Makefile:2: recipe for t
使用RDMA ibverbs 编程
最新推荐文章于 2025-07-16 10:53:52 发布