btyouth / rdma-examples

Infiniband RDMA Examples using libibverbs and librdmacm for learning purposes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RDMA Examples

RDMA example programs I wrote while learning RDMA over Infiniband. Using libibverbs api and RDMA Connection Manager (RDMA_CM) api

Examples

Name Description Connection Mode APIs
echo Clients sends string, server echoes it back Reliable Connection CM + send/receive

About

Infiniband RDMA Examples using libibverbs and librdmacm for learning purposes

License:MIT License


Languages

Language:C 96.7%Language:Makefile 3.3%