[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20180518121913.GR12235@hirez.programming.kicks-ass.net>
Date: Fri, 18 May 2018 14:19:13 +0200
From: Peter Zijlstra <peterz@...radead.org>
To: Patrick Bellasi <patrick.bellasi@....com>
Cc: Vincent Guittot <vincent.guittot@...aro.org>, mingo@...nel.org,
linux-kernel@...r.kernel.org, dietmar.eggemann@....com,
Morten.Rasmussen@....com, yuyang.du@...el.com, pjt@...gle.com,
bsegall@...gle.com, "Rafael J. Wysocki" <rjw@...ysocki.net>
Subject: Re: [PATCH v3] sched/fair: update scale invariance of PELT
On Fri, May 18, 2018 at 02:08:51PM +0200, Peter Zijlstra wrote:
> However, I think we can shrink util_avg unconditionally, which would
> give us exactly the 4 byte hole we need.
There is of course the problem that we track rq util_avg as a straight
sum of entity util_avg, such that if you migrate/wake a bunch of tasks
into the rq the sum can exceed the natural bounds, although it will
settle down back to it.
If we're really worried we could try and detect overflows on the
summing and clip.
Powered by blists - more mailing lists