FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

JackChuang/RDMA-example-application: Writing RDMA applications on Linux Example programs · GitHub

 
 

Latest commit

 

History

10 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

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

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages


Back | FazBrowse Home | New Git URL