RDMA-Rust / sideway

A better wrapper for using RDMA programming APIs in Rust flavor
Mozilla Public License 2.0
2 stars 0 forks source link

feat(qp): implement modify on QueuePair #12

Closed FujiZ closed 2 months ago

FujiZ commented 2 months ago

Construct QueuePairAttribute using builder pattern and modify the QP through QueuePair::modify().

dragonJACson commented 2 months ago

Should we merge the MR after modifying qp to RTS works or just merge this and fix it later?

FujiZ commented 2 months ago

Should we merge the MR after modifying qp to RTS works or just merge this and fix it later?

I think it is okay to merge this first; I would attribute the modify qp error to the lack of grh setter in RoCE environment