/rdma-example

RDMA programming examples using Soft-RoCE

Primary LanguageCGNU General Public License v3.0GPL-3.0

rdma-example

RDMA programming examples using Soft-RoCE.

Prerequest

rdma-core: https://github.com/linux-rdma/rdma-core

Build

$ mkdir build && cd build
$ cmake ..
$ make

RoCE Setup

$ ./setup_roce.sh

Examples

rc_send_recv.c:

RC QP, Send/Receive, Poll CQE, Pure libibverbs