Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753391Ab3CUVGg (ORCPT ); Thu, 21 Mar 2013 17:06:36 -0400 Received: from mail-la0-f49.google.com ([209.85.215.49]:37615 "EHLO mail-la0-f49.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753220Ab3CUVGf (ORCPT ); Thu, 21 Mar 2013 17:06:35 -0400 MIME-Version: 1.0 In-Reply-To: <0000013d8ec2b268-851c8d6d-c4d1-42fb-b0e1-e1b90de7d911-000000@email.amazonses.com> References: <1363636794.15703.32@driftwood> <20130318222548.GG3656@linux.vnet.ibm.com> <1363822338.6345.33.camel@gandalf.local.home> <20130320235545.GL3637@linux.vnet.ibm.com> <0000013d8db514e4-bf492080-82c9-412a-90b8-54ddc1463e4b-000000@email.amazonses.com> <20130321171518.GW3637@linux.vnet.ibm.com> <0000013d8e3f58ce-0f6ea95f-780a-49c1-a633-5aa0cf3e5040-000000@email.amazonses.com> <20130321185821.GF3637@linux.vnet.ibm.com> <0000013d8e8d24fd-d2931c45-2722-46d1-8b47-2ef11e21096d-000000@email.amazonses.com> <0000013d8ec2b268-851c8d6d-c4d1-42fb-b0e1-e1b90de7d911-000000@email.amazonses.com> Date: Thu, 21 Mar 2013 22:06:33 +0100 Message-ID: Subject: Re: [PATCH] nohz1: Documentation From: Frederic Weisbecker To: Christoph Lameter Cc: "Paul E. McKenney" , Steven Rostedt , Rob Landley , linux-kernel@vger.kernel.org, josh@joshtriplett.org, zhong@linux.vnet.ibm.com, khilman@linaro.org, geoff@infradead.org, tglx@linutronix.de Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 866 Lines: 19 2013/3/21 Christoph Lameter : > On Thu, 21 Mar 2013, Frederic Weisbecker wrote: > >> Sure, for now just don't use SCHED_FIFO and you will have a much more >> extended dynticks coverage. > > Ah. Ok. Important information. That would mean no tick for the 2 second > intervals between the vm stats etc. Much much better than now where we > have a tick 1000 times per second. I can't guarantee no tick, there can be many reasons for the tick to happen. But if you don't run SCHED_FIFO, the pending kernel thread can execute quickly and give back the CPU for your task alone, then the tick can shut down again. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/