[PATCH 0/2] sched/fair: feec()/scale_rt_capacity() improvements

From: Pierre Gondois
Date: Fri Aug 19 2022 - 11:33:58 EST


This patch-set aims to improve:
- find_energy_efficient_cpu() by removing max_spare_cap_cpu from
the candidate CPUs if prev_cpu is already the CPU with the
maximum spared capacity.
- scale_rt_capacity() by using irq scaling on RT and DL rq signals
and removing irq signal from the available remaining capacity.

Pierre Gondois (2):
sched/fair: Check if prev_cpu has highest spare cap in feec()
sched/fair: Use IRQ scaling for all sched classes

kernel/sched/fair.c | 32 +++++++++++++++++++-------------
1 file changed, 19 insertions(+), 13 deletions(-)

--
2.25.1