Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751685AbeACJQX (ORCPT + 1 other); Wed, 3 Jan 2018 04:16:23 -0500 Received: from mail-io0-f174.google.com ([209.85.223.174]:44813 "EHLO mail-io0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751245AbeACJQV (ORCPT ); Wed, 3 Jan 2018 04:16:21 -0500 X-Google-Smtp-Source: ACJfBoujYd1K0jGC4Sjta0V6Ly9yBJ1a0XAoZekHAsIxs9M6ifJkn2AtZNA4iB3CgmtmZgpUNNzZvSZs4QELYgsaLro= MIME-Version: 1.0 In-Reply-To: <20171222204247.kyc6ugyyu3ei7zhs@hirez.programming.kicks-ass.net> References: <20171221102139.177253391@infradead.org> <20171221102235.088181011@infradead.org> <20171222075934.f6yenvcb2zkf2ysd@hirez.programming.kicks-ass.net> <20171222082915.4lcb7xyyooqyjpia@hirez.programming.kicks-ass.net> <20171222091221.ow5vn3ydx3hj4nht@hirez.programming.kicks-ass.net> <20171222185629.lysjebfifgdwvvhu@hirez.programming.kicks-ass.net> <20171222204247.kyc6ugyyu3ei7zhs@hirez.programming.kicks-ass.net> From: Vincent Guittot Date: Wed, 3 Jan 2018 10:16:00 +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 Return-Path: Hi Peter, On 22 December 2017 at 21:42, Peter Zijlstra wrote: > On Fri, Dec 22, 2017 at 07:56:29PM +0100, Peter Zijlstra wrote: >> Right; but I figured we'd try and do it 'right' and see how horrible it >> is before we try and do funny things. > > So now it should have a 32ms tick for up to .5s when the system goes > completely idle. > > No idea how bad that is.. I have tested your branch but the timer doesn't seem to fire correctly because i can still see blocked load in the use case i have run. I haven't found the reason yet