2023-04-06 15:54:06

by Dietmar Eggemann

[permalink] [raw]
Subject: [PATCH 0/1] sched: Consider CPU contention in frequency & load-balance busiest CPU selection

This is the implementation of the idea to factor in root cfs_rq
runnable_avg as a way to consider CPU contention for CPU frequency and
`migrate_util` type load-balance busiest CPU selection.

Discussion happened under:
https://lkml.kernel.org/r/[email protected]

Dietmar Eggemann (1):
sched: Consider CPU contention in frequency & load-balance busiest CPU
selection

kernel/sched/cpufreq_schedutil.c | 3 ++-
kernel/sched/fair.c | 2 +-
kernel/sched/sched.h | 19 +++++++++++++++++++
3 files changed, 22 insertions(+), 2 deletions(-)

--
2.25.1