RDMA learning
1. 安装环境
- 安装扩展内核模块
1 | sudo apt install linux-modules-extra-$(uname -r) |
- 安装rdma
- 运行程序
async-ucx/.github/workflows/main.yml at main · madsys-dev/async-ucx
1 | curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh |
01/service.c · wq/RDMA-EXAMPLE - 码云 - 开源中国
1 | ./async-ucx/target/debug/examples/rma |
参考
(22 封私信 / 80 条消息) 使用 C++ 20 协程封装 RDMA 操作 - 知乎
深入解析RDMA:从原理到C++实践_rdma c++-CSDN博客
使用Soft-RoCE实践RDMA_softroce-CSDN博客
RDMA-Programming/docs/编程流程.md at master · zzh-wisdom/RDMA-Programming
(22 封私信 / 80 条消息) 15. RDMA之RoCE & Soft-RoCE - 知乎
01/service.c · wq/RDMA-EXAMPLE - 码云 - 开源中国
async-ucx/.github/workflows/main.yml at main · madsys-dev/async-ucx
- Title: RDMA learning
- Author: Ethereal
- Created at: 2025-08-06 13:06:09
- Updated at: 2025-08-06 18:35:27
- Link: https://ethereal-o.github.io/2025/08/06/RDMA-learning/
- License: This work is licensed under CC BY-NC-SA 4.0.
Comments