Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752787AbdLVIGH (ORCPT ); Fri, 22 Dec 2017 03:06:07 -0500 Received: from mail-io0-f178.google.com ([209.85.223.178]:41902 "EHLO mail-io0-f178.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751602AbdLVIGG (ORCPT ); Fri, 22 Dec 2017 03:06:06 -0500 X-Google-Smtp-Source: ACJfBovnQKB8lqoZp5+uTtiLE6wl2/GC42pCenl0fvmLzJPzSl0QrTcdMHDvRBL/RyHELyIq5St0dXddgYo+ENH5T8A= MIME-Version: 1.0 In-Reply-To: <20171222075934.f6yenvcb2zkf2ysd@hirez.programming.kicks-ass.net> References: <20171221102139.177253391@infradead.org> <20171221102235.088181011@infradead.org> <20171222075934.f6yenvcb2zkf2ysd@hirez.programming.kicks-ass.net> From: Vincent Guittot Date: Fri, 22 Dec 2017 09:05:45 +0100 Message-ID: Subject: Re: [RFC PATCH 2/5] sched: Add NOHZ_STATS_KICK To: Peter Zijlstra Cc: Ingo Molnar , linux-kernel , Brendan Jackman , Dietmar Eggemann , Morten Rasmussen Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 449 Lines: 10 On 22 December 2017 at 08:59, Peter Zijlstra wrote: > On Thu, Dec 21, 2017 at 05:56:32PM +0100, Vincent Guittot wrote: >> In fact, we can't only rely on the tick and newly_idle load balance to >> ensure a period update of the blocked load because they can never >> happen. > > I'm confused, why would the ilb not happen? the ilb will be kick only if tick fires which might not be the case for task that runs less than a tick