Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S261350AbVESXeZ (ORCPT ); Thu, 19 May 2005 19:34:25 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S261338AbVESXcs (ORCPT ); Thu, 19 May 2005 19:32:48 -0400 Received: from e33.co.us.ibm.com ([32.97.110.131]:51947 "EHLO e33.co.us.ibm.com") by vger.kernel.org with ESMTP id S261350AbVESX3W (ORCPT ); Thu, 19 May 2005 19:29:22 -0400 Date: Thu, 19 May 2005 16:29:16 -0700 From: Nishanth Aravamudan To: john stultz Cc: lkml , Tim Schmielau , George Anzinger , albert@users.sourceforge.net, Ulrich Windl , Christoph Lameter , Dominik Brodowski , David Mosberger , Andi Kleen , paulus@samba.org, schwidefsky@de.ibm.com, keith maanthey , Chris McDermott , Max Asbock , mahuja@us.ibm.com, Darren Hart , "Darrick J. Wong" , Anton Blanchard , donf@us.ibm.com, mpm@selenic.com, benh@kernel.crashing.org Subject: Re: [RFC][PATCH 0/4] new timeofday-based soft-timer subsystem Message-ID: <20050519232916.GC2673@us.ibm.com> References: <1116029796.26454.2.camel@cog.beaverton.ibm.com> <20050517233300.GE2735@us.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050517233300.GE2735@us.ibm.com> X-Operating-System: Linux 2.6.12-rc4 (i686) User-Agent: Mutt/1.5.9i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2032 Lines: 62 On 17.05.2005 [16:33:00 -0700], Nishanth Aravamudan wrote: > On 13.05.2005 [17:16:35 -0700], john stultz wrote: > > All, > > This patch implements the architecture independent portion of the new > > time of day subsystem. For a brief description on the rework, see here: > > http://lwn.net/Articles/120850/ (Many thanks to the LWN team for that > > easy to understand writeup!) > > > > I intend this to be the last RFC release and to submit this patch to > > Andrew for for testing near the end of this month. So please, if you > > have any complaints, suggestions, or blocking issues, let me know. > > I have been working closely with John to re-work the soft-timer subsytem > to use the new timeofday() subsystem. The following patches attempts to > begin this process. I would greatly appreciate any comments. > I will try to get some current benchmark differentials posted tomorrow. > The previous patch I released showed little difference between mainline, > John's timeofday rework and my soft-timer rework in kernbench. Hrm, "tomorrow" became "two days from now," but here they are, kernbench comparisons (in percent relative to mainline) for x86 and x86_64, 10 iterations each. The x86_64 machine is a 2-way 2.0 GHz with 3.5 GB of RAM. The x86 machine is 16-way (32 with HT) 1.4 GHz Xeon with 15 GB of RAM. x86 Elapsed User System CPU 2.6.12-rc4: 100% 100% 100% 100% 2.6.12-rc4 + John's patch: 100.3% 100% 99.8% 99.6% 2.6.12-rc4 + John's patch + my patch: 102.1% 101% 100% 98% x86_64 Elapsed User System CPU 2.6.12-rc4: 100% 100% 100% 100% 2.6.12-rc4 + John's patch: 99.5% 99.5% 99.1% 99.9% 2.6.12-rc4 + John's patch + my patch: 99.7% 99.7% 99.5% 100% ---- All in all, pretty consistent across the board. Thanks, Nish - 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/