nati_x86_64_defconfig: enable BFQ I/O scheduler#104
Merged
bstreiff merged 1 commit intoni:nilrt/master/6.0from Feb 8, 2023
Merged
Conversation
Enable the BFQ (Budget Fair Queueing) I/O scheduler (CONFIG_IOSCHED_BFQ). BFQ guarantees a high system and application responsiveness, and a low latency for time-sensitive applications. Details in Documentation/block/bfq-iosched.rst Having this I/O scheduler available and select-able at run-time allows for better real-time system tuning. It also has the side benefit of avoiding I/O errors due to CPU starvation under heavy real-time loads which in turn can lead to file systems being re-mounted read-only (see linked bug). Natinst-AZDO-ID: 2249169 Signed-off-by: Gratian Crisan <gratian.crisan@ni.com>
bstreiff
approved these changes
Feb 8, 2023
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.
Enable the BFQ (Budget Fair Queueing) I/O scheduler (CONFIG_IOSCHED_BFQ). BFQ guarantees a high system and application responsiveness, and a low latency for time-sensitive applications. Details in Documentation/block/bfq-iosched.rst
Having this I/O scheduler available and select-able at run-time allows for better real-time system tuning. It also has the side benefit of avoiding I/O errors due to CPU starvation under heavy real-time loads which in turn can lead to file systems being re-mounted read-only (see linked bug).
Natinst-AZDO-ID: 2249169
Signed-off-by: Gratian Crisan gratian.crisan@ni.com
Note to reviewers
This is a straight cherry-pick of the 5.15 PR #102 into
nilrt/master/6.0.I've validated that the defconfig is regenerated correctly (via make savedefconfig etc.)