Skip to content

Commit 294a79c

Browse files
committed
nati_x86_64_defconfig: enable BFQ I/O scheduler
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>
1 parent 2f722ca commit 294a79c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

arch/x86/configs/nati_x86_64_defconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ CONFIG_MODULES=y
5959
CONFIG_MODULE_UNLOAD=y
6060
CONFIG_MODVERSIONS=y
6161
CONFIG_BLK_DEV_INTEGRITY=y
62+
CONFIG_IOSCHED_BFQ=y
6263
# CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set
6364
# CONFIG_SLUB_CPU_PARTIAL is not set
6465
# CONFIG_COMPAT_BRK is not set

0 commit comments

Comments
 (0)