Re: [PATCH v3 5/7] sched/fair: Employ capacity_greater() throughout load_balance()

2021-03-31 Thread Chandra Sekhar Lingutla
Hi Valentin, The reduced margin is helping our platforms, Please feel free to add my tested-by tag: Tested-by:  Lingutla Chandrasekhar On 3/11/2021 5:35 PM, Valentin Schneider wrote: While at it, replace group_smaller_{min, max}_cpu_capacity() with comparisons of the source group's min/max

[PATCH v3 5/7] sched/fair: Employ capacity_greater() throughout load_balance()

2021-03-11 Thread Valentin Schneider
While at it, replace group_smaller_{min, max}_cpu_capacity() with comparisons of the source group's min/max capacity and the destination CPU's capacity. Reviewed-by: Qais Yousef Signed-off-by: Valentin Schneider --- kernel/sched/fair.c | 33 - 1 file changed, 4 i