Skip to content
Commit 3cfd6514 authored by Dietmar Eggemann's avatar Dietmar Eggemann Committed by Deepak Kumar Mishra
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.

Migrations due to the fact that there won't be any fitting free CPUs
(from DL perspective) available the moment those tasks get enqueued
could be avoided this way.

This patch reworks the idea initially presented in:

https://lkml.kernel.org/r/20190506044836.2914-7-luca.abeni@santannapisa.it



Signed-off-by: Dietmar Eggemann's avatarDietmar Eggemann <dietmar.eggemann@arm.com>
parent a0bb48ba
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