Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(verbs): provide query_gid_table for convenient GID operations #16

Merged
merged 2 commits into from
Sep 1, 2024

Conversation

dragonJACson
Copy link
Contributor

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.

#6

@dragonJACson
Copy link
Contributor Author

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

@dragonJACson dragonJACson requested a review from FujiZ September 1, 2024 02:15
src/verbs/address_handle.rs Outdated Show resolved Hide resolved
src/verbs/address_handle.rs Outdated Show resolved Hide resolved
src/verbs/device_context.rs Outdated Show resolved Hide resolved
src/verbs/device_context.rs Show resolved Hide resolved
src/verbs/device_context.rs Outdated Show resolved Hide resolved
src/verbs/device_context.rs Outdated Show resolved Hide resolved
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.

Signed-off-by: Luke Yue <lukedyue@gmail.com>
Signed-off-by: Luke Yue <lukedyue@gmail.com>
@dragonJACson dragonJACson merged commit 75d76a1 into main Sep 1, 2024
@dragonJACson dragonJACson deleted the dev/query_gid_table branch September 1, 2024 10:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants