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.
@sunfishcode sunfishcode force-pushed the sunfishcode/io-uring-fixes branch from d3b1bf4 to bc24a0b Compare October 10, 2023 03:05
@sunfishcode sunfishcode force-pushed the sunfishcode/io-uring-fixes branch from 74cf2cf to e6806da Compare October 10, 2023 03:20
@sunfishcode sunfishcode force-pushed the sunfishcode/io-uring-fixes branch from e6806da to d6baf6a Compare October 10, 2023 03:22
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 force-pushed the sunfishcode/io-uring-fixes branch from d348f34 to b756598 Compare October 10, 2023 15:46
@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.

1 participant