Skip to content

ORG-MARS/RDMA-example-application

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

RDMA-example-application

Writing RDMA applications on Linux Example programs by Roland Dreier.

source: http://www.digitalvampire.org/rdma-tutorial-2007/notes.pdf

#use

please make sure you have rdma and libibverbs library.

##compiler client :

$ cc -o client client.c -lrdmacm -libverbs

server :

$ cc -o server server.c -lrdmacm

##run server :

$ ./server

client : ( syntax: client [servername] [val1] [val2] )

$./client 192.168.1.2 123 567

123 + 567 = 690

About

Writing RDMA applications on Linux Example programs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 100.0%