[OpenWrt-Devel] [PATCH] config-kernel: export kernels blkio cgroup configs.

Daniel Danzberger daniel at dd-wrt.com
Thu Feb 14 16:51:19 EST 2019


These options can enable the blkio.weight + blkio.throttle cgroups.

Signed-off-by: Daniel Danzberger <daniel at dd-wrt.com>
---
 config/Config-kernel.in | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/config/Config-kernel.in b/config/Config-kernel.in
index f38cc792dd..c89e1f9f2e 100644
--- a/config/Config-kernel.in
+++ b/config/Config-kernel.in
@@ -519,6 +519,18 @@ if KERNEL_CGROUPS
 		  CONFIG_CFQ_GROUP_IOSCHED=y; for enabling throttling policy, set
 		  CONFIG_BLK_DEV_THROTTLING=y.
 
+	config KERNEL_CFQ_GROUP_IOSCHED
+		bool "Block IO controller cgroup blkio.weigtht"
+		default n
+
+	config KERNEL_BLK_DEV_THROTTLING
+		bool "Block IO controller cgroup blkio.throttle"
+		default n
+
+	config KERNEL_BLK_DEV_THROTTLING_LOW
+		bool "Block IO controller cgroup blkio.throttle low limit interface support"
+		default n
+
 	config KERNEL_DEBUG_BLK_CGROUP
 		bool "Enable Block IO controller debugging"
 		default n
-- 
2.20.1


_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel



More information about the openwrt-devel mailing list