linux513-tkg: Update CacULE CPU scheduler patchset, introducing merged RBD

Added related options to .cfg
This commit is contained in:
Tk-Glitch
2021-08-15 19:44:03 +02:00
parent 0cacfda577
commit 17cc9f101b
4 changed files with 1104 additions and 247 deletions

View File

@@ -167,6 +167,13 @@ _processor_opt=""
# MuQSS only - Make IRQ threading compulsory (FORCE_IRQ_THREADING) - Default is "false"
_irq_threading="false"
# CacULE only - Enable Response Driven Balancer, an experimental load balancer for CacULE
_cacule_rdb=""
# CacULE only - Load balance time period - Default is 19
# https://github.com/hamadmarri/cacule-cpu-scheduler/blob/master/patches/CacULE/RDB/rdb.patch#L56
_cacule_rdb_interval="19"
# MuQSS and PDS only - SMT (Hyperthreading) aware nice priority and policy support (SMT_NICE) - Kernel default is "true" - You can disable this on non-SMT/HT CPUs for lower overhead
_smt_nice=""