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

support for ZeroCopy Send #1560

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

microcai
Copy link

two changes:

  1. use IORING_OP_SENDMSG_ZC instead of IORING_OP_SENDMSG for sending.
  2. support for multislot completion notify.

the proactor nature in asio is very suitable for zero-copy send. since
the buffer is assumed to be valid until operation complete.

the only drawback is kernel requirement but this is not an issue. people
tent to upgrade their kernel to take advantage of io-uring anyway.

two changes:

1. use IORING_OP_SENDMSG_ZC instead of IORING_OP_SENDMSG for sending.
2. support for multislot completion notify.

the proactor nature in asio is very suitable for zero-copy send. since
the buffer is assumed to be valid until operation complete.

the only drawback is kernel requirement but this is not an issue. people
tent to upgrade their kernel to take advantage of io-uring anyway.
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