[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20160712111408.GT8415@codeblueprint.co.uk>
Date: Tue, 12 Jul 2016 12:14:08 +0100
From: Matt Fleming <matt@...eblueprint.co.uk>
To: Dietmar Eggemann <dietmar.eggemann@....com>
Cc: Mike Galbraith <umgwanakikbuti@...il.com>,
Peter Zijlstra <peterz@...radead.org>,
Yuyang Du <yuyang.du@...el.com>,
LKML <linux-kernel@...r.kernel.org>,
Mel Gorman <mgorman@...hsingularity.net>
Subject: Re: [rfc patch] sched/fair: Use instantaneous load for fork/exec
balancing
On Mon, 11 Jul, at 09:58:52AM, Dietmar Eggemann wrote:
> This difference in the initial se->avg.load_avg value [0 or 1024] has an
> influence in wake_affine() [weight = p->se.avg.load_avg;] for the wakeup
> handling of the hackbench tasks in the 'send/receive data' phase.
The way I was running hackbench made it very susceptible to changes in
fork behaviour, i.e. running it with a small number of loops.
> There are a couple of patches on tip/sched/core which might change the
> behaviour of this: fork path, no double attach_entity_load_avg for new
> task, no remove_entity_load_avg for new task, changes in effective_load ...
Indeed they do! Things are much improved when running the latest
tip/sched/core, thanks for the pointer.
Powered by blists - more mailing lists