Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752949AbdLVH4w (ORCPT ); Fri, 22 Dec 2017 02:56:52 -0500 Received: from bombadil.infradead.org ([65.50.211.133]:51520 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751104AbdLVH4v (ORCPT ); Fri, 22 Dec 2017 02:56:51 -0500 Date: Fri, 22 Dec 2017 08:56:43 +0100 From: Peter Zijlstra To: Vincent Guittot Cc: Ingo Molnar , linux-kernel , Brendan Jackman , Dietmar Eggemann , Morten Rasmussen Subject: Re: [RFC PATCH 2/5] sched: Add NOHZ_STATS_KICK Message-ID: <20171222075643.zrdsayvcpovysnre@hirez.programming.kicks-ass.net> References: <20171221102139.177253391@infradead.org> <20171221102235.088181011@infradead.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: NeoMutt/20170609 (1.8.3) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 606 Lines: 17 On Thu, Dec 21, 2017 at 05:23:27PM +0100, Vincent Guittot wrote: > Hi Peter, > > I think that part of the proposal is missing. > > One goal of the patchset was to kick an update of the stats of idle > cpu when a task wake up on a cpu but the statistic has not been > updated for a while. > > That's why there where a call to nohz_kick_needed in the proposal to > kick ilb but only for updating blocked load and not a full idle load > balance > > I can't find this call any more in your patchset Yeah, I took it out because it didn't make sense to me. If you're waking to a stale CPU, you're too late.