ImmortalWrt/target/linux/bcm53xx
Tony Ambardar 3d66f55161 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>
2023-05-03 10:26:17 -07:00
..
base-files bcm53xx: Add D-Link DWL-8610AP board settings 2023-02-26 22:22:48 +01:00
files/arch/arm/boot/compressed bcm53xx: move bcm47xx_sprom driver to 4.4 specific directory 2017-02-06 10:18:20 +01:00
generic bcm53xx: add generic subtarget 2019-09-02 22:38:47 +02:00
image bcm53xx: Add support for D-Link DWL-8610AP 2023-02-26 22:22:48 +01:00
patches-5.10 kernel: bump 5.10 to 5.10.179 2023-04-30 00:01:12 +02:00
patches-5.15 kernel: add bcma/ssb fallback SPROM support 2023-04-23 12:18:35 +02:00
profiles target: use SPDX license identifiers on Makefiles 2021-02-10 15:47:18 +01:00
config-5.10 kernel: improve handling of CONFIG_IO_URING 2023-05-03 10:26:17 -07:00
config-5.15 kernel: improve handling of CONFIG_IO_URING 2023-05-03 10:26:17 -07:00
Makefile bcm53xx: switch to Kernel 5.15 by default 2023-04-10 23:13:12 +02:00
modules.mk bcm53xx: fix kmod-i2c-bcm-iproc for kernel 5.10 2021-08-31 11:41:04 +02:00