aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ipq40xx
diff options
context:
space:
mode:
authorTony Ambardar <itugrok@yahoo.com>2023-04-24 22:28:44 -0700
committerTony Ambardar <itugrok@yahoo.com>2023-05-03 10:26:17 -0700
commit3d66f551611de37b88182c64efa091298a9e7f2c (patch)
tree9186ba669b95da45e15d7e20f3d1e3f9b1ce742d /target/linux/ipq40xx
parent3980dfcd05741bd650d0e3d0938bfd071ffa7824 (diff)
downloadupstream-3d66f551611de37b88182c64efa091298a9e7f2c.tar.gz
upstream-3d66f551611de37b88182c64efa091298a9e7f2c.tar.bz2
upstream-3d66f551611de37b88182c64efa091298a9e7f2c.zip
kernel: improve handling of CONFIG_IO_URING
Kernel setting CONFIG_IO_URING supports high-performance I/O for file access and servers, generally for more performant platforms, and adds ~45 KB to kernel sizes. The need for this on less "beefy" devices is questionable, as is the size cost considering many platforms have kernel size limits which require tricky repartitioning if outgrown. The size cost is also large relative to the ~180 KB bump expected between major OpenWRT kernel releases. No OpenWrt packages have hard dependencies on this; samba4 and mariadb can take advantage if available (+KERNEL_IO_URING:liburing) but otherwise build and work fine. Since CONFIG_IO_URING is already managed via the KERNEL_IO_URING setting in Config-kernel.in (default Y), remove it from those target configs which unconditionally enable it, and update the defaults to enable it conditionally only on more powerful 64-bit x86 and arm devices. It may still be manually enabled as needed for high-performance custom builds. Signed-off-by: Tony Ambardar <itugrok@yahoo.com>
Diffstat (limited to 'target/linux/ipq40xx')
-rw-r--r--target/linux/ipq40xx/config-5.151
1 files changed, 0 insertions, 1 deletions
diff --git a/target/linux/ipq40xx/config-5.15 b/target/linux/ipq40xx/config-5.15
index 88029caf76..d5bde55178 100644
--- a/target/linux/ipq40xx/config-5.15
+++ b/target/linux/ipq40xx/config-5.15
@@ -210,7 +210,6 @@ CONFIG_INITRAMFS_SOURCE=""
# CONFIG_IOMMU_IO_PGTABLE_ARMV7S is not set
# CONFIG_IOMMU_IO_PGTABLE_LPAE is not set
CONFIG_IOMMU_SUPPORT=y
-CONFIG_IO_URING=y
# CONFIG_IPQ_APSS_PLL is not set
CONFIG_IPQ_GCC_4019=y
# CONFIG_IPQ_GCC_6018 is not set