From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755599Ab0GLCUF (ORCPT ); Sun, 11 Jul 2010 22:20:05 -0400 Received: from ozlabs.org ([203.10.76.45]:47114 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755324Ab0GLCUE (ORCPT ); Sun, 11 Jul 2010 22:20:04 -0400 From: Rusty Russell To: Linus Torvalds Subject: Re: [RFC PATCH] x86-64: software IRQ masking and handling Date: Mon, 12 Jul 2010 11:49:57 +0930 User-Agent: KMail/1.13.2 (Linux/2.6.32-22-generic; KDE/4.4.2; i686; ; ) Cc: Tejun Heo , Ingo Molnar , Thomas Gleixner , "H. Peter Anvin" , Peter Zijlstra , "the arch/x86 maintainers" , lkml , Christoph Lameter , Steven Rostedt , Frederic Weisbecker References: <4C3A06E3.50402@kernel.org> In-Reply-To: MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201007121149.58129.rusty@rustcorp.com.au> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 12 Jul 2010 05:59:48 am Linus Torvalds wrote: > On Sun, Jul 11, 2010 at 11:01 AM, Tejun Heo wrote: > > > > I just got it working and it behaves pretty good on qemu. Actual > > machines can't idle but seem to work otherwise. I'll fix up idle, get > > paravirt working and try to get some perf measurements but I'll be > > mostly off next week, so it will take some time. In the meantime, > > what do you guys think? > > You need to show some real improvement on real hardware. Also, is it worth trying to implement this soft disable generically? I know at least ppc64 does it today... (Y'know, because your initial patch wasn't ambitious enough...) It might reduce the use of NMIs. But maybe not. Cheers, Rusty. PS. When did we start top-commenting and quoting the whole patch?