Interrupt coalescing - #40
Open
ak0rz wants to merge 2 commits into
Open
Conversation
Collaborator
|
A few tests keep exploding, I've tried multiple times so I guess not a false positive? |
Implements interrupt coalescing with configurable interval to relieve syscall churn on libvhost and QEMU/KVM side while trading off some latency. By default coalescing interval is not set (0), effectively restoring existing behavior. Signed-off-by: Andrey Korzinev <ak@nebius.com>
ak0rz
force-pushed
the
interrupt-coalescing
branch
from
March 17, 2026 19:06
381875a to
623227c
Compare
Contributor
Author
|
@d-tatianin sorry for the delay. Thanks to @budevg, now tests are passing :) |
|
Hi!
|
Contributor
|
Also we probably need to add tests for it since currently the interrupt coalescing option is never enabled in ut |
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.
Implements interrupt coalescing with configurable interval to relieve syscall churn on libvhost and QEMU/KVM side while trading off some latency.
By default coalescing interval is not set (0), effectively restoring existing behavior.
With virtiofs shortcut (immediate response in
do_read/do_write), 1vhd_run_queuethread - 250k IOPS (aarch64)Same with 10 us coalescing - 316k IOPS