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

[LibOS] Add post_poll() callback to network sockets #1844

Merged
merged 1 commit into from Apr 15, 2024

Conversation

dimakuv
Copy link
Contributor

@dimakuv dimakuv commented Apr 15, 2024

Description of the changes

Commit "[LibOS] Add secure implementation of eventfd" introduced a post_poll() callback which can be used to trigger additional events on specific events returned from select/poll/epoll. This commit refactors the LibOS code such that sockets-specific handling of EINPROGRESS is moved from select/poll/epoll code into this post_poll() callback.

How to test this PR?

CI must pass.


This change is Reviewable

Commit "[LibOS] Add secure implementation of eventfd" introduced a
`post_poll()` callback which can be used to trigger additional events on
specific events returned from select/poll/epoll. This commit refactors
the LibOS code such that sockets-specific handling of EINPROGRESS is
moved from select/poll/epoll code into this `post_poll()` callback.

Signed-off-by: Dmitrii Kuvaiskii <dmitrii.kuvaiskii@intel.com>
Base automatically changed from dimakuv/secure-eventfd-single-process to master April 15, 2024 13:41
Copy link
Member

@mkow mkow left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewed 3 of 3 files at r1, all commit messages.
Reviewable status: all files reviewed, all discussions resolved, not enough approvals from maintainers (1 more required)

Copy link
Contributor

@kailun-qin kailun-qin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewed 3 of 3 files at r1, all commit messages.
Reviewable status: :shipit: complete! all files reviewed, all discussions resolved

@mkow mkow merged commit c59c041 into master Apr 15, 2024
18 of 20 checks passed
@mkow mkow deleted the dimakuv/socket-post-poll-inprogress branch April 15, 2024 22:26
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.

None yet

3 participants