Replies: 2 comments 1 reply
-
I have tried using async-rdma crate to implement rpc of sealfs, but the performance of async-rdma in Soft-RoCE was lower than rpc based in TCP. And it comes to encounter some implicit problem in much currency rpc. If you are interested in it, you can see the branch.
|
Beta Was this translation helpful? Give feedback.
-
The remote end can only passively receive data, so a large block of memory is used as the receive buffer. The local end: The second option: |
Beta Was this translation helpful? Give feedback.
-
Development Progress
https://github.com/mond77/ibv
Communication paradigm
Instead of server-bypass or server-reply paradigm, we could design a new RDMA paradigm that fits for RPC of sealfs.
Related reference papers:
Learning RDMA
Beta Was this translation helpful? Give feedback.
All reactions