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

Fixes needed by io_uring. #873

Merged
merged 5 commits into from Oct 10, 2023
Merged

Fixes needed by io_uring. #873

merged 5 commits into from Oct 10, 2023

Conversation

sunfishcode
Copy link
Member

  • Have the io_uring module export more types used in opcode entries.
  • Define a conversion from SocketAddr to SocketAddrAny.
  • Add comments to the fadvise implementation.

 - Have the `io_uring` module export more types used in opcode entries.
 - Define a conversion from `SocketAddr` to `SocketAddrAny`.
 - Add comments to the `fadvise` implementation.
This enables most of the epoll module without needing "alloc". It
doesn't enable `epoll_wait`, because that needs `Vec`, but this
does potentially open up a path to having a non-allocating opetion
for waiting on an epoll.
@sunfishcode sunfishcode merged commit d012bcf into main Oct 10, 2023
1 of 27 checks passed
@sunfishcode sunfishcode deleted the sunfishcode/io-uring-fixes branch October 10, 2023 15:46
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

1 participant