Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Tue, 13 Aug 2002 19:27:16 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Tue, 13 Aug 2002 19:26:13 -0400 Received: from [195.223.140.120] ([195.223.140.120]:25880 "EHLO penguin.e-mind.com") by vger.kernel.org with ESMTP id ; Tue, 13 Aug 2002 19:25:43 -0400 Date: Wed, 14 Aug 2002 01:30:07 +0200 From: Andrea Arcangeli To: Andrew Theurer Cc: Linus Torvalds , "Martin J. Bligh" , Alan Cox , linux-kernel Subject: Re: [PATCH] NUMA-Q disable irqbalance Message-ID: <20020813233007.GV14394@dualathlon.random> References: <200208131729.50127.habanero@us.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200208131729.50127.habanero@us.ibm.com> User-Agent: Mutt/1.3.27i X-GnuPG-Key-URL: http://e-mind.com/~andrea/aa.gnupg.asc X-PGP-Key-URL: http://e-mind.com/~andrea/aa.asc Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1418 Lines: 35 On Tue, Aug 13, 2002 at 05:29:50PM -0500, Andrew Theurer wrote: > > 2.4.19-rc3aa3: > > > > No Balance Ingo IRQ Balance Andrea IRQ Balance > > 794 Mbps 787 Mbps 792 Mbps > > > > With hyperthreading: > > > > No Balance Ingo IRQ Balance Andrea IRQ Balance > > 773 Mbps 798 Mbps 809 Mbps thanks again for running the above benchmarks. > version is a little less aggressive and has less overhead, something I'd > prefer in 2.5. Second that of course, btw, the detailed explanataion of the changes I did while merging it can be found on lse-tech. it is also possible HZ/50 is too high frequency still, I didn't run any extensive test on the reprogramming frequency. I would suggest to try with HZ/10 too (so every 100msec instead of every 20msec). BTW, the very same algorithm should also be shared by alpha, alpha never had hardware irq balancing support, it's like a p4, and we do static routing distribution choosed by the kernel at boot which is been pretty good so far (better than mainline 2.4 on a p4 smp) but the irqblanace algorithm should be better there too. Andrea - 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/