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] Initialize socket handles to be readable and writable #499

Merged
merged 1 commit into from
Apr 8, 2022

Conversation

boryspoplawski
Copy link
Contributor

@boryspoplawski boryspoplawski commented Apr 6, 2022

Description of the changes

This is a temporary fix - rewrite of the whole subsystem is WIP. Hopefully we don't break anything with this...

Fixes #469, fixes #489


This change is Reviewable

@dimakuv
Copy link

dimakuv commented Apr 6, 2022

Jenkins, test this please (previous run was successful, just testing some more)

mkow
mkow previously approved these changes Apr 7, 2022
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 1 of 1 files at r1, all commit messages.
Reviewable status: all files reviewed, all discussions resolved, not enough approvals from maintainers (1 more required), not enough approvals from different teams (1 more required, approved so far: ITL)

@boryspoplawski
Copy link
Contributor Author

Jenkins, test this please (previous run was successful, just testing some more)

Copy link

@dimakuv dimakuv left a comment

Choose a reason for hiding this comment

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

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

dimakuv
dimakuv previously approved these changes Apr 7, 2022
Copy link

@dimakuv dimakuv left a comment

Choose a reason for hiding this comment

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

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

a discussion (no related file):
I tested all examples from https://github.com/gramineproject/examples, except OpenVINO (it downloads too much stuff, I decided to skip it since it shouldn't use sockets anyway). All examples pass fine.

I suggest to wait for other feedback until the end of the day, and if everything is fine, then merge.


@dimakuv dimakuv dismissed stale reviews from mkow and themself via 2f00609 April 8, 2022 06:18
Copy link

@dimakuv dimakuv left a comment

Choose a reason for hiding this comment

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

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

dimakuv
dimakuv previously approved these changes Apr 8, 2022
Copy link

@dimakuv dimakuv left a comment

Choose a reason for hiding this comment

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

Reviewable status: all files reviewed, all discussions resolved, not enough approvals from maintainers (1 more required)

a discussion (no related file):

Previously, dimakuv (Dmitrii Kuvaiskii) wrote…

I tested all examples from https://github.com/gramineproject/examples, except OpenVINO (it downloads too much stuff, I decided to skip it since it shouldn't use sockets anyway). All examples pass fine.

I suggest to wait for other feedback until the end of the day, and if everything is fine, then merge.

The PR was tested against a wide set of workloads yesterday, they all passed. This PR is ready for merge.


Signed-off-by: Borys Popławski <borysp@invisiblethingslab.com>
Copy link

@dimakuv dimakuv left a comment

Choose a reason for hiding this comment

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

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

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.

Reviewable status: :shipit: complete! all files reviewed, all discussions resolved

@mkow mkow merged commit 3f1601f into master Apr 8, 2022
@mkow mkow deleted the borys/rw_sock branch April 8, 2022 08:52
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.

issue with epoll_wait EAGAIN while accept()
3 participants