From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S967224AbcA1PhD (ORCPT ); Thu, 28 Jan 2016 10:37:03 -0500 Received: from mail-wm0-f48.google.com ([74.125.82.48]:36003 "EHLO mail-wm0-f48.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S967035AbcA1Pgt (ORCPT ); Thu, 28 Jan 2016 10:36:49 -0500 Date: Thu, 28 Jan 2016 16:36:46 +0100 From: Frederic Weisbecker To: Christoph Lameter Cc: Michal Hocko , Mike Galbraith , Peter Zijlstra , LKML Subject: Re: fast path cycle muncher (vmstat: make vmstat_updater deferrable again and shut down on idle) Message-ID: <20160128153644.GA25866@lerouge> References: <20160125174224.GH23934@dhcp22.suse.cz> <20160125201319.GA19020@dhcp22.suse.cz> <1453833078.3534.59.camel@gmail.com> <1453833939.3534.68.camel@gmail.com> <1453864347.3622.10.camel@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Jan 27, 2016 at 10:28:48AM -0600, Christoph Lameter wrote: > On Wed, 27 Jan 2016, Mike Galbraith wrote: > > > > Since we (the NOHZ people) care mostly about NOHZ then lets restrict > > > that to the NOHZ mode. Then it should not affect your load. > > > > Tons of folks do have NO_HZ enabled (including me). Isn't there a spot > > somewhere in NO_HZ_FULL code where it can take up residence? (one with > > a tad lower maximum call frequency would be good, a nohz_full cpu isn't > > necessarily being used for pure compute exclusively) > > Frederic, any idea on where to put quiet_vmstat()? I guess those who want this also want task isolation, right? And Chris integrates it in his patchset.