Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752672AbbHMPFy (ORCPT ); Thu, 13 Aug 2015 11:05:54 -0400 Received: from casper.infradead.org ([85.118.1.10]:58434 "EHLO casper.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752298AbbHMPFx (ORCPT ); Thu, 13 Aug 2015 11:05:53 -0400 Date: Thu, 13 Aug 2015 17:05:45 +0200 From: Peter Zijlstra To: Frederic Weisbecker Cc: Vatika Harlalka , mingo@redhat.com, tglx@linutronix.de, rafael.j.wysocki@intel.com, schwidefsky@de.ibm.com, linux-kernel@vger.kernel.org, preetium@andrew.cmu.edu, preeti.murthy@gmail.com Subject: Re: [PATCH 0/2] nohz_full: Offload task_tick to remote housekeeping cpus for nohz_full cpus Message-ID: <20150813150545.GD16853@twins.programming.kicks-ass.net> References: <20150813122223.GC16853@twins.programming.kicks-ass.net> <20150813124401.GA29958@lerouge> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150813124401.GA29958@lerouge> User-Agent: Mutt/1.5.21 (2012-12-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1539 Lines: 31 On Thu, Aug 13, 2015 at 02:44:02PM +0200, Frederic Weisbecker wrote: > On Thu, Aug 13, 2015 at 02:22:23PM +0200, Peter Zijlstra wrote: > > On Thu, Aug 13, 2015 at 02:55:36PM +0530, Vatika Harlalka wrote: > > > This patchset is for offloading task_tick() to a remote housekeeping > > > cpu. The larger aim is to stop ticks on nohz_full cpus. For this, extra > > > work must be done by housekeeping cpus. So, task_tick is called from a > > > delayed workqueue for nohz_full cpus and the work is requeued every second > > > for those nohz_full cpus whose ticks are stopped while they are busy. In > > > the rest of the cases it will lead to redundant accounting. To facilitate > > > this, a new function tick_nohz_remote_tick_stopped is added to indicate > > > whether ticks are stopped on a remote cpu. > > > Tick related code in core.c is moved to tick.c > > > > *sigh* of course you didn't read what I've written on this topic.. > > What is it? Note Vatika wrote this after my suggestion, so if there is an issue, > I'm likely the responsible :-) But I don't recall you opposed to this solution. *sigh* of course you _could_ all use Google yourselves. Re-read: https://patches.linaro.org/28290/ I see nothing like the stuff I asked for in here, on top it creates the stupid tick.c file. -- 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/