Re: [PATCH v3 03/10] sched/fair: remove meaningless imbalance calculation

2019-10-01 Thread Vincent Guittot
On Tue, 1 Oct 2019 at 19:12, Valentin Schneider wrote: > > On 19/09/2019 08:33, Vincent Guittot wrote: > > clean up load_balance and remove meaningless calculation and fields before > > adding new algorithm. > > > > Signed-off-by: Vincent Guittot > > We'll probably want to squash the removal of f

Re: [PATCH v3 03/10] sched/fair: remove meaningless imbalance calculation

2019-10-01 Thread Valentin Schneider
On 19/09/2019 08:33, Vincent Guittot wrote: > clean up load_balance and remove meaningless calculation and fields before > adding new algorithm. > > Signed-off-by: Vincent Guittot We'll probably want to squash the removal of fix_small_imbalance() in the actual rework (patch 04) to not make this

Re: [PATCH v3 03/10] sched/fair: remove meaningless imbalance calculation

2019-09-27 Thread Rik van Riel
On Thu, 2019-09-19 at 09:33 +0200, Vincent Guittot wrote: > clean up load_balance and remove meaningless calculation and fields > before > adding new algorithm. > > Signed-off-by: Vincent Guittot Yay. Acked-by: Rik van Riel -- All Rights Reversed. signature.asc Description: This is a digit

[PATCH v3 03/10] sched/fair: remove meaningless imbalance calculation

2019-09-19 Thread Vincent Guittot
clean up load_balance and remove meaningless calculation and fields before adding new algorithm. Signed-off-by: Vincent Guittot --- kernel/sched/fair.c | 105 +--- 1 file changed, 1 insertion(+), 104 deletions(-) diff --git a/kernel/sched/fair.c b