RDMA learning

Ethereal Lv5

1. 安装环境

  1. 安装扩展内核模块
1
sudo apt install linux-modules-extra-$(uname -r)
  1. 安装rdma

RDMA:Soft-RoCE 环境搭建实验

  1. 运行程序

async-ucx/.github/workflows/main.yml at main · madsys-dev/async-ucx

1
2
3
4
5
6
7
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
. "$HOME/.cargo/env"
sudo apt-get -y install pkg-config gcc g++ autoconf
sudo apt-get -y install clang
sudo apt-get -y install ucx-utils libucx-dev
cargo build --all-features --all-targets
cargo test --all-features

01/service.c · wq/RDMA-EXAMPLE - 码云 - 开源中国

1
2
./async-ucx/target/debug/examples/rma
./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

RDMA:Soft-RoCE 环境搭建实验

(22 封私信 / 80 条消息) 15. RDMA之RoCE & Soft-RoCE - 知乎

01/service.c · wq/RDMA-EXAMPLE - 码云 - 开源中国

RDMA+UCX_openucx-CSDN博客

async-ucx/.github/workflows/main.yml at main · madsys-dev/async-ucx

丐版RDMA环境搭建(SoftRoCE) | 魔趣典藏阁

No rdma_rxe · Issue #57 · SoftRoCE/rxe-dev

cargo build - Cargo 手册 中文版

openucx/ucx: Unified Communication X (mailing list - https://elist.ornl.gov/mailman/listinfo/ucx-group)

async-ucx/examples/rma.rs 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
On this page
RDMA learning