Re: [PATCH 2/6] sched/fair: remove unused parameter of update_nohz_stats

2021-02-09 Thread Vincent Guittot
On Tue, 9 Feb 2021 at 14:45, Dietmar Eggemann wrote: > > On 05/02/2021 12:48, Vincent Guittot wrote: > > idle load balance is the only user of update_nohz_stats and doesn't use > > force parameter. Remove it > > Wasn't the 'force=true' from ilb eclipsing the jiffy resolution rate > limiting

Re: [PATCH 2/6] sched/fair: remove unused parameter of update_nohz_stats

2021-02-09 Thread Dietmar Eggemann
On 05/02/2021 12:48, Vincent Guittot wrote: > idle load balance is the only user of update_nohz_stats and doesn't use > force parameter. Remove it Wasn't the 'force=true' from ilb eclipsing the jiffy resolution rate limiting '!time_after(jiffies, rq->last_blocked_load_update_tick)' of

[PATCH 2/6] sched/fair: remove unused parameter of update_nohz_stats

2021-02-05 Thread Vincent Guittot
idle load balance is the only user of update_nohz_stats and doesn't use force parameter. Remove it Signed-off-by: Vincent Guittot --- kernel/sched/fair.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/kernel/sched/fair.c b/kernel/sched/fair.c index