kernel: Enable IO uring

This is a feature more and more tools start using now and will help to
keep performance of the OS up.

This was enabled on riscv64 already.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer
2024-10-14 09:00:21 +00:00
parent b71fe1a1e7
commit 522632655c
4 changed files with 8 additions and 2 deletions

View File

@@ -234,7 +234,7 @@ CONFIG_TIMERFD=y
CONFIG_EVENTFD=y
CONFIG_SHMEM=y
CONFIG_AIO=y
# CONFIG_IO_URING is not set
CONFIG_IO_URING=y
CONFIG_ADVISE_SYSCALLS=y
CONFIG_MEMBARRIER=y
CONFIG_KALLSYMS=y
@@ -8045,6 +8045,7 @@ CONFIG_NLS_UTF8=m
CONFIG_NLS_UCS2_UTILS=m
# CONFIG_DLM is not set
# CONFIG_UNICODE is not set
CONFIG_IO_WQ=y
# end of File systems
#

View File

@@ -253,7 +253,7 @@ CONFIG_TIMERFD=y
CONFIG_EVENTFD=y
CONFIG_SHMEM=y
CONFIG_AIO=y
# CONFIG_IO_URING is not set
CONFIG_IO_URING=y
CONFIG_ADVISE_SYSCALLS=y
CONFIG_MEMBARRIER=y
CONFIG_KALLSYMS=y
@@ -7226,6 +7226,7 @@ CONFIG_NLS_UCS2_UTILS=m
CONFIG_DLM=m
# CONFIG_DLM_DEBUG is not set
# CONFIG_UNICODE is not set
CONFIG_IO_WQ=y
# end of File systems
#

View File

@@ -8934,6 +8934,8 @@ etc/modprobe.d/ipv6.conf
#lib/modules/KVER/build/include/config/IONIC
#lib/modules/KVER/build/include/config/IOSCHED_BFQ
#lib/modules/KVER/build/include/config/IO_STRICT_DEVMEM
#lib/modules/KVER/build/include/config/IO_URING
#lib/modules/KVER/build/include/config/IO_WQ
#lib/modules/KVER/build/include/config/IP6_NF_FILTER
#lib/modules/KVER/build/include/config/IP6_NF_IPTABLES
#lib/modules/KVER/build/include/config/IP6_NF_MANGLE

View File

@@ -8711,6 +8711,8 @@ etc/modprobe.d/ipv6.conf
#lib/modules/KVER/build/include/config/IOSF_MBI
#lib/modules/KVER/build/include/config/IO_DELAY_0X80
#lib/modules/KVER/build/include/config/IO_STRICT_DEVMEM
#lib/modules/KVER/build/include/config/IO_URING
#lib/modules/KVER/build/include/config/IO_WQ
#lib/modules/KVER/build/include/config/IP5XXX_POWER
#lib/modules/KVER/build/include/config/IP6_NF_FILTER
#lib/modules/KVER/build/include/config/IP6_NF_IPTABLES