Skip to content

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
@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.

2 participants