Skip to content

IoUring: Use IORING_ACCEPT_POLL_FIRST instead of IORING_RECVSEND_POLL…#14669

Merged
normanmaurer merged 1 commit into
4.2from
accept
Jan 15, 2025
Merged

IoUring: Use IORING_ACCEPT_POLL_FIRST instead of IORING_RECVSEND_POLL…#14669
normanmaurer merged 1 commit into
4.2from
accept

Conversation

@normanmaurer
Copy link
Copy Markdown
Member

…_FIRST for accept

Motivation:

When doing accepts we need to use IORING_ACCEPT_POLL_FIRST, but used IORING_RECVSEND_POLL_FIRST before. See https://github.com/axboe/liburing/wiki/What's-new-with-io_uring-in-6.10#improvements-for-accept

Modifications:

Replace IORING_RECVSEND_POLL_FIRST by IORING_ACCEPT_POLL_FIRST for accepts.

Result:

Use correct hint when doing accepts

@normanmaurer normanmaurer added this to the 4.2.0.RC2 milestone Jan 14, 2025
…_FIRST for accept

Motivation:

When doing accepts we need to use IORING_ACCEPT_POLL_FIRST, but used IORING_RECVSEND_POLL_FIRST before.
See https://github.com/axboe/liburing/wiki/What's-new-with-io_uring-in-6.10#improvements-for-accept

Modifications:

Replace IORING_RECVSEND_POLL_FIRST by IORING_ACCEPT_POLL_FIRST for accepts.

Result:

Use correct hint when doing accepts
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