Re: [RFC PATCH 4/6] sched/dl: Improve capacity-aware wakeup

From: Juri Lelli
Date: Wed May 08 2019 - 09:11:28 EST


On 08/05/19 14:47, luca abeni wrote:

[...]

> Notice that all this logic is used only to select one of the idle cores
> (instead of picking the first idle core, we select the less powerful
> core on which the task "fits").
>
> So, running_bw does not provide any useful information, in this case;
> maybe this_bw can be more useful.

Ah, indeed.

However, what happens when cores are all busy? Can load balancing
decisions based on deadline values only break capacity awareness? (I
understand this is an RFC, so a "yes, something we need to look at" is
OK :-)