Skip to content

IoUring: Use IORING_SETUP_CQE_MIXED by default if possible#15780

Merged
normanmaurer merged 1 commit into
4.2from
mixed_default
Oct 22, 2025
Merged

IoUring: Use IORING_SETUP_CQE_MIXED by default if possible#15780
normanmaurer merged 1 commit into
4.2from
mixed_default

Conversation

@normanmaurer
Copy link
Copy Markdown
Member

Motivation:

We need to support large CQE for some IO and we can do this easily by using IORING_SETUP_CQE_MIXED by default.

Modification:

Use IORING_SETUP_CQE_MIXED by default if supported

Result:

Be able to support more IO ops and be more future proof.

Motivation:

We need to support large CQE for some IO and we can do this easily by using IORING_SETUP_CQE_MIXED by default.

Modification:

Use IORING_SETUP_CQE_MIXED by default if supported

Result:

Be able to support more IO ops and be more future proof.
@normanmaurer normanmaurer added this to the 4.2.8.Final milestone Oct 22, 2025
@normanmaurer normanmaurer merged commit 72675c2 into 4.2 Oct 22, 2025
18 of 20 checks passed
@normanmaurer normanmaurer deleted the mixed_default branch October 22, 2025 15:19
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