Skip to content
Commit bf020840 authored by Dietmar Eggemann's avatar Dietmar Eggemann Committed by Ionela Voinescu
Browse files

sched/deadline: Return best-fit CPUs in global CPU DL mgmt for asymmetric CPU capacities



Instead of returning all fitting CPUs for a task, only return those with
the minimal CPU (original) capacity.
This potentially leaves CPUs with higher (original) capacity for more
demanding (i.e. higher dl_density) tasks and so can avoid migrations due
to the fact that there won't be any fitting CPUs free (from DL
perspective) when those tasks get enqueued.

This patch reworks the idea initially presented in:

Signed-off-by: Dietmar Eggemann's avatarDietmar Eggemann <dietmar.eggemann@arm.com>
parent 1d828894
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment