RDMA-Tutorial icon indicating copy to clipboard operation
RDMA-Tutorial copied to clipboard

A tutorial on RDMA based programming using code examples

Results 6 RDMA-Tutorial issues
Sort by recently updated
recently updated
newest added

Hi, sir, after I enter the command `./rdma-tutorial lsy 1234`, I'll get a `segmentation fault` error output, any help?

Error https://github.com/jcxue/RDMA-Tutorial/commit/d7dd63e2faa9c5bccd154fc66ed6b6780900cf57#r33301093 https://github.com/jcxue/RDMA-Tutorial/commit/f73736ed7a7d496f9acfc899e5d1997e791718ed#r33301075 Warning -Werror https://github.com/jcxue/RDMA-Tutorial/commit/f73736ed7a7d496f9acfc899e5d1997e791718ed#r33301112 https://github.com/jcxue/RDMA-Tutorial/commit/f73736ed7a7d496f9acfc899e5d1997e791718ed#r33301115 https://github.com/jcxue/RDMA-Tutorial/commit/f73736ed7a7d496f9acfc899e5d1997e791718ed#r33301135

In example2, i want to use multi-thread transporting, so i modify the value of the num_threads,but when i run the project in the command line, nothing output in the command...

when i use "make" to compile the project, the command line shows an error "setup_ib.o: undefined reference to symbol 'ibv_free_device_list@@IBVERBS_1.1'". when i add "-libverbs" in Makefile, the error disappear.

Currently I'm able to get the RDMA Write-Only operation to work, but not the RDMA Fetch&Add operation. I have used `ibv_modify_qp()` on the server to modify the access properties of...