Re: [PATCH 1/3] sched/fair: Add tg_load_contrib cfs_rq decay checking
From: Odin Ugedal <hidden>
Date: 2021-05-27 12:40:52
Also in:
lkml
From: Odin Ugedal <hidden>
Date: 2021-05-27 12:40:52
Also in:
lkml
For 1st problem, the way we were updating load_avg and load_sum, we were losing the sync between both value
Yeah, that would be a natural way to fix that.
In fact, the update was already there but not always called (see the patchset i just sent)
Yeah, that was my exact point. Odin