Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755619AbbGFRSo (ORCPT ); Mon, 6 Jul 2015 13:18:44 -0400 Received: from www.linutronix.de ([62.245.132.108]:56497 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753248AbbGFRSl (ORCPT ); Mon, 6 Jul 2015 13:18:41 -0400 Date: Mon, 6 Jul 2015 19:18:22 +0200 (CEST) From: Thomas Gleixner To: Frederic Weisbecker cc: Vatika Harlalka , Peter Zijlstra , preeti@linux.vnet.ibm.com, mingo@redhat.com, rafael.j.wysocki@intel.com, schwidefsky@de.ibm.com, paulmck@linux.vnet.ibm.com, linux-kernel@vger.kernel.org, cl@linux.com, cmetcalf@ezchip.com, bitbucket@online.de Subject: Re: [PATCH RESEND] nohz: Affining unpinned timers In-Reply-To: <20150706165405.GD4981@lerouge> Message-ID: References: <20150623083133.GA587@vatika-Inspiron-3443> <20150706165405.GD4981@lerouge> User-Agent: Alpine 2.11 (DEB 23 2013-08-11) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Linutronix-Spam-Score: -1.0 X-Linutronix-Spam-Level: - X-Linutronix-Spam-Status: No , -1.0 points, 5.0 required, ALL_TRUSTED=-1,SHORTCIRCUIT=-0.0001 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1196 Lines: 28 On Mon, 6 Jul 2015, Frederic Weisbecker wrote: > I hope everybody received the patch because there is a ";" after each address :-) > > On Tue, Jun 23, 2015 at 02:01:33PM +0530, Vatika Harlalka wrote: > > The problem addressed in this patch is about affining unpinned timers. > > Adaptive or Full Dynticks CPUs should not be disturbed by unnecessary > > jitter due to firing of such timers on them. > > This patch will affine timers to online CPUs which are not Full Dynticks > > in FULL_NOHZ configured systems. It will not bring about functional > > changes if NOHZ_FULL is not configured, because is_housekeeping_cpu() > > always returns true in CONFIG_NO_HZ_FULL=n. > > > > Signed-off by: Vatika Harlalka > > The patch looks good to me. Peter, Thomas, are you ok with it too? By some definition of OK. The overhead of this is growing and growing. We really need to make this a pull not a push model. Thanks, tglx -- 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/