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

fix rdma completions polling (#449) #458

Merged
merged 1 commit into from
Feb 16, 2024

Conversation

budevg
Copy link
Collaborator

@budevg budevg commented Feb 15, 2024

We need to empty the completion queue otherwise when using EWaitMode::Poll we
might not get additional notification on the event channel and the remaining
completions won't be consumed.

We need to empty the completion queue otherwise when using EWaitMode::Poll we
might not get additional notification on the event channel and the remaining
completions won't be consumed.
Copy link
Contributor

Note

This is an automated comment that will be appended during run.

🟢 default-linux-x86-64-relwithdebinfo: all tests PASSED for commit a7a3c8b.

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
1518 1518 0 0 0 0

@budevg budevg merged commit 7468c77 into stable-23-3 Feb 16, 2024
6 checks passed
@budevg budevg deleted the users/evgenybud/merge-23-3-v1 branch February 16, 2024 10:31
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.

3 participants