Re: [RFC PATCH v2 0/3] Rework CPU capacity asymmetry detection
From: Valentin Schneider <hidden>
Date: 2021-05-05 18:18:01
Also in:
lkml
From: Valentin Schneider <hidden>
Date: 2021-05-05 18:18:01
Also in:
lkml
On 28/04/21 10:32, Beata Michalska wrote:
v2: - Fixed style issues - Reworked accessing the cached topology data as suggested by Valentin
Other than my pedantic nitpicks: Tested-by: Valentin Schneider <redacted> Reviewed-by: Valentin Schneider <redacted> Thanks for tackling this!
Beata Michalska (3): sched/core: Introduce SD_ASYM_CPUCAPACITY_FULL sched_domain flag sched/topology: Rework CPU capacity asymmetry detection sched/doc: Update the CPU capacity asymmetry bits Documentation/scheduler/sched-capacity.rst | 6 +- Documentation/scheduler/sched-energy.rst | 2 +- include/linux/sched/sd_flags.h | 10 + kernel/sched/topology.c | 327 +++++++++++++++++++++++++---- 4 files changed, 302 insertions(+), 43 deletions(-) -- 2.7.4