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(verbs): provide query_gid_table for convenient GID operations #16

Closed dragonJACson closed 2 months ago

dragonJACson commented 2 months ago

To keep compatibility, we would scan sysfs to get gid table when there is no ibv_query_gid_table symbol in libibverbs, just as what they do in the libibverbs original C implementation.

https://github.com/RDMA-Rust/sideway/issues/6

dragonJACson commented 2 months ago

Would you please try test_qp now? It should be able to modify qp to RTR and RTS successfully. @FujiZ