Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932327AbbELJ01 (ORCPT ); Tue, 12 May 2015 05:26:27 -0400 Received: from casper.infradead.org ([85.118.1.10]:34839 "EHLO casper.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932157AbbELJ0X (ORCPT ); Tue, 12 May 2015 05:26:23 -0400 Date: Tue, 12 May 2015 11:26:07 +0200 From: Peter Zijlstra To: Chris Metcalf Cc: Gilad Ben Yossef , Steven Rostedt , Ingo Molnar , Andrew Morton , Rik van Riel , Tejun Heo , Frederic Weisbecker , Thomas Gleixner , "Paul E. McKenney" , Christoph Lameter , "Srivatsa S. Bhat" , linux-kernel@vger.kernel.org Subject: Re: [PATCH 2/6] nohz: dataplane: allow tick to be fully disabled for dataplane Message-ID: <20150512092607.GE21418@twins.programming.kicks-ass.net> References: <1431107927-13998-1-git-send-email-cmetcalf@ezchip.com> <1431107927-13998-3-git-send-email-cmetcalf@ezchip.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1431107927-13998-3-git-send-email-cmetcalf@ezchip.com> 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: 1346 Lines: 30 On Fri, May 08, 2015 at 01:58:43PM -0400, Chris Metcalf wrote: > While the current fallback to 1-second tick is still helpful for > maintaining completely correct kernel semantics, processes using > prctl(PR_SET_DATAPLANE) semantics place a higher priority on running > completely tickless, so don't bound the time_delta for such processes. > > This was previously discussed in > > https://lkml.org/lkml/2014/10/31/364 > > and Thomas Gleixner observed that vruntime, load balancing data, > load accounting, and other things might be impacted. Frederic > Weisbecker similarly observed that allowing the tick to be indefinitely > deferred just meant that no one would ever fix the underlying bugs. > However it's at least true that the mode proposed in this patch can > only be enabled on an isolcpus core, which may limit how important > it is to maintain scheduler data correctly, for example. So how is making this available going to help people fix the actual problem? There is nothing fundamentally impossible about fixing this proper, its just a lot of hard work. NAK on this, do it right. -- 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/