docs: recommend io_uring defaults and name unavailable builds - #62
Merged
Merged
Conversation
Callers were pairing SQPOLL/IOPOLL with ring count and reading a combined unsupported string. Start from one ring and read depth, and say whether the missing requirement is the crate feature, OS, or architecture.
tisonkun
added a commit
that referenced
this pull request
Sep 21, 2026
Integrate io_uring configuration guidance, shared benchmark defaults, and availability diagnostics from #62. The changes merge without conflicts with the lifecycle and I/O refactoring. Validation: cargo x check, cargo x test, cargo x lint, and Linux workspace checks with no default features and all features.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
IoEngineOptions::IoUringselections still fail withErrorKind::Unsupported; the I/O source now names the missing crate feature, OS, or architecture.IoUringOptions::default()(1 ring / 64 in-flight for read and write). Reproduce the old 4/256 topology by setting those knobs explicitly.read.max_in_flightequal to concurrent L2 gets, leave write/reclaim at library defaults, and treat SQPOLL/IOPOLL as independent advanced flags.Test plan
cargo x checkcargo x testcargo x lintcargo test --package cache2 --lib --no-default-featurescovers the missing-feature source string