mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
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:
@@ -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
|
||||
|
||||
#
|
||||
|
||||
@@ -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
|
||||
|
||||
#
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user