[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20180427093025.q4e6nb4kttgrg6nt@vireshk-i7>
Date: Fri, 27 Apr 2018 15:00:25 +0530
From: Viresh Kumar <viresh.kumar@...aro.org>
To: Dietmar Eggemann <dietmar.eggemann@....com>
Cc: Ingo Molnar <mingo@...hat.com>,
Peter Zijlstra <peterz@...radead.org>,
Vincent Guittot <vincent.guittot@...aro.org>,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH 2/2] sched/fair: Avoid calling sync_entity_load_avg()
unnecessarily
Hi Dietmar,
On 27-04-18, 10:30, Dietmar Eggemann wrote:
> I would suggest we leave the call to sync_entity_load_avg() in the slow path
> of strf() so that we're not forced to call it in
> find_energy_efficient_cpu().
Well, that's what I did in the very first attempt:
https://lkml.kernel.org/r/20180425051509.aohopadqw7q5urbd@vireshk-i7
But then I realized that based on the current state of code, its
better to move it to find_idlest_cpu() instead.
I would be fine with sending the above patch instead (if Peter
agrees). Though it should be trivial to move it back to strq() in the
patch where you are adding call to find_energy_efficient_cpu().
I am fine with both the options though.
--
viresh
Powered by blists - more mailing lists