From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753269AbbELKqr (ORCPT ); Tue, 12 May 2015 06:46:47 -0400 Received: from bombadil.infradead.org ([198.137.202.9]:54713 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752835AbbELKqo (ORCPT ); Tue, 12 May 2015 06:46:44 -0400 Date: Tue, 12 May 2015 12:46:22 +0200 From: Peter Zijlstra To: Steven Rostedt Cc: Ingo Molnar , Andrew Morton , Chris Metcalf , Gilad Ben Yossef , Ingo Molnar , Rik van Riel , Tejun Heo , Frederic Weisbecker , Thomas Gleixner , "Paul E. McKenney" , Christoph Lameter , "Srivatsa S. Bhat" , linux-doc@vger.kernel.org, linux-api@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 0/6] support "dataplane" mode for nohz_full Message-ID: <20150512104622.GK21418@twins.programming.kicks-ass.net> References: <1431107927-13998-1-git-send-email-cmetcalf@ezchip.com> <20150508141824.797eb0d89d514e39fd30fffe@linux-foundation.org> <20150508172210.559830a9@gandalf.local.home> <554D428E.6020702@ezchip.com> <20150508161909.308d60e21f6b83b897174276@linux-foundation.org> <20150509070538.GA9413@gmail.com> <20150511085759.71deeb64@gandalf.local.home> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150511085759.71deeb64@gandalf.local.home> 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 On Mon, May 11, 2015 at 08:57:59AM -0400, Steven Rostedt wrote: > > Please lets get NO_HZ_FULL up to par. That should be the main focus. > ACK, much of this dataplane stuff is (useful) hacks working around the fact that nohz_full just isn't complete. From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Zijlstra Subject: Re: [PATCH 0/6] support "dataplane" mode for nohz_full Date: Tue, 12 May 2015 12:46:22 +0200 Message-ID: <20150512104622.GK21418@twins.programming.kicks-ass.net> References: <1431107927-13998-1-git-send-email-cmetcalf@ezchip.com> <20150508141824.797eb0d89d514e39fd30fffe@linux-foundation.org> <20150508172210.559830a9@gandalf.local.home> <554D428E.6020702@ezchip.com> <20150508161909.308d60e21f6b83b897174276@linux-foundation.org> <20150509070538.GA9413@gmail.com> <20150511085759.71deeb64@gandalf.local.home> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <20150511085759.71deeb64-f9ZlEuEWxVcJvu8Pb33WZ0EMvNT87kid@public.gmane.org> Sender: linux-api-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Steven Rostedt Cc: Ingo Molnar , Andrew Morton , Chris Metcalf , Gilad Ben Yossef , Ingo Molnar , Rik van Riel , Tejun Heo , Frederic Weisbecker , Thomas Gleixner , "Paul E. McKenney" , Christoph Lameter , "Srivatsa S. Bhat" , linux-doc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-api-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: linux-api@vger.kernel.org On Mon, May 11, 2015 at 08:57:59AM -0400, Steven Rostedt wrote: > > Please lets get NO_HZ_FULL up to par. That should be the main focus. > ACK, much of this dataplane stuff is (useful) hacks working around the fact that nohz_full just isn't complete.