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

Signed-off-by: Daniel Danzberger <[email protected]>
---
 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
[email protected]
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to