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

add support for io_uring latest features #2

Open
romange opened this issue Jun 26, 2022 · 1 comment
Open

add support for io_uring latest features #2

romange opened this issue Jun 26, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@romange
Copy link
Owner

romange commented Jun 26, 2022

  1. io_uring_register_ring_fd
  2. direct descriptors for sockets
  3. IORING_RECVSEND_POLL_FIRST / IORING_CQE_F_SOCK_NONEMPTY
  4. io_uring_register_buf_ring
  5. io_uring_prep_msg_ring to replace eventfd in WakeRing if possible.

For reference: https://kernel.dk/axboe-kr2022.pdf

@romange romange added the enhancement New feature or request label Jun 26, 2022
@romange
Copy link
Owner Author

romange commented Mar 26, 2023

also IORING_SETUP_SINGLE_ISSUER IORING_SETUP_TASKRUN_FLAG

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant