docs(design): per-file vs shared io_uring ring bench plan (#1410)#3882
Merged
Conversation
Adds a documentation-only design note quantifying the cost of the current per-file io_uring topology against a session-level shared ring on a 100K small-file flood, with a 30% p99 tail-latency reduction pass/fail bar.
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
docs/design/io-uring-shared-ring-bench.md(118 lines) covering issue Add xtask branding command and correct CI CLI test target #1410.crates/fast_io/src/io_uring/), the session-level shared-ring + tag-based completion design, the 100K x 4 KB bench harness plan, the Linux setup (cgroup memory cap, CPU pin, kernel >= 6.1), and the 30% p99 tail-latency reduction pass/fail bar.docs/design/iouring-session-ring-pool.md(Add xtask docs command for documentation validation #1408 / Document oc release branding and enforce README validation #1409) anddocs/design/io-uring-submission-modes-bench-plan.md(Fix platform lookup usage in CLI #1626).Test plan
crates/fast_io/src/io_uring/resolve on master.