Re: [PATCH 0/3] DL capacity-aware fixes

From: Juri Lelli
Date: Fri Jul 08 2022 - 09:36:34 EST


Hi,

On 29/06/22 14:20, Dietmar Eggemann wrote:
> While testing cpusets on asymmetric CPU capacity systems I realized that
> the admission control, which kicks in when the cpumask of a cpuset is
> about to be changed, is not capacity-aware. [PATCH 2/3] addresses this
> issue.
>
> Overview:
>
> [PATCH 1/3] - Not part of the DL related changes but here for
> convenience : Inline helper function around
> static_branch_unlikely(&sched_asym_cpucapacity)
>
> [PATCH 2/3] - Make dl_cpuset_cpumask_can_shrink() capacity-aware.
>
> [PATCH 3/3] - Save a multiplication in dl_task_fits_capacity() by using
> already maintained dl_density.

I had a look as well and, other than Vincent's comment on 3/3, the set
looked good to me. Looking forward for v2. :)

Thanks,
Juri