Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751572Ab3EMJXN (ORCPT ); Mon, 13 May 2013 05:23:13 -0400 Received: from e28smtp02.in.ibm.com ([122.248.162.2]:49606 "EHLO e28smtp02.in.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750951Ab3EMJXM (ORCPT ); Mon, 13 May 2013 05:23:12 -0400 Message-ID: <1368436970.2618.48.camel@ThinkPad-T5421> Subject: Re: [RFC PATCH v3 0/5] powerpc: Support context tracking for Power pSeries From: Li Zhong To: Benjamin Herrenschmidt Cc: linux-kernel@vger.kernel.org, linuxppc-dev@lists.ozlabs.org, paulmck@linux.vnet.ibm.com, fweisbec@gmail.com, paulus@samba.org, michael@ellerman.id.au, Anton Blanchard Date: Mon, 13 May 2013 17:22:50 +0800 In-Reply-To: <1368435563.19924.28.camel@pasglop> References: <1368422493-9831-1-git-send-email-zhong@linux.vnet.ibm.com> <1368424306.19924.20.camel@pasglop> <1368432193.2618.30.camel@ThinkPad-T5421> <1368435563.19924.28.camel@pasglop> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.2.3-0ubuntu6 Content-Transfer-Encoding: 7bit Mime-Version: 1.0 X-TM-AS-MML: No X-Content-Scanned: Fidelis XPS MAILER x-cbid: 13051309-5816-0000-0000-000007F4B15E Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1086 Lines: 32 On Mon, 2013-05-13 at 18:59 +1000, Benjamin Herrenschmidt wrote: > On Mon, 2013-05-13 at 16:03 +0800, Li Zhong wrote: > > > > To my understanding, it is used to enable RCU user extended quiescent > > state, so RCU on that cpu doesn't need scheduler ticks. And together > > with some other code(already in 3.10), we are able to remove the ticks > > in some cases (e.g. only 1 task running on the cpu, with some other > > limitations). > > Ok, sounds interesting. Once you fix the little cosmetic issue, I don't > see any reason not to merge them as it's basically wiring up an existing > feature (in that regard the patches are pretty straightforward) and I > assume the overhead is only there when you enable it. Thanks for your support, Ben. Yes, there should be no overhead if not enabled. Thanks, Zhong > > Cheers, > Ben. > > -- 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/