Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S262030AbVASX5D (ORCPT ); Wed, 19 Jan 2005 18:57:03 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S262044AbVASX5B (ORCPT ); Wed, 19 Jan 2005 18:57:01 -0500 Received: from ylpvm43-ext.prodigy.net ([207.115.57.74]:28072 "EHLO ylpvm43.prodigy.net") by vger.kernel.org with ESMTP id S261989AbVASXyu (ORCPT ); Wed, 19 Jan 2005 18:54:50 -0500 Date: Wed, 19 Jan 2005 15:53:03 -0800 From: Tony Lindgren To: Pavel Machek Cc: George Anzinger , john stultz , Andrea Arcangeli , Zwane Mwaikambo , Con Kolivas , Martin Schwidefsky , linux-kernel@vger.kernel.org Subject: Re: [PATCH] dynamic tick patch Message-ID: <20050119235302.GC9975@atomide.com> References: <20050119000556.GB14749@atomide.com> <20050119113642.GA1358@elf.ucw.cz> <20050119171106.GA14545@atomide.com> <20050119220637.GA7513@elf.ucw.cz> <20050119230813.GI14545@atomide.com> <20050119234608.GA28211@elf.ucw.cz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050119234608.GA28211@elf.ucw.cz> User-Agent: Mutt/1.5.6i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1961 Lines: 44 * Pavel Machek [050119 15:47]: > Hi! > > > > > > > As this patch is related to the VST/High-Res timers, there > > > > > > are probably various things that can be merged. I have not > > > > > > yet looked at what all could be merged. > > > > > > > > > > > > I'd appreciate some comments and testing! > > > > > > > > > > Good news is that it does seem to reduce number of interrupts. Bad > > > > > news is that time now runs faster (like "sleep 10" finishes in ~5 > > > > > seconds) and that I could not measure any difference in power > > > > > consumption. > > > > > > > > Thanks for trying it out. I have quite accurate time here on my > > > > systems, and sleep works as it should. I wonder what's happening on > > > > your system? If you have a chance, could you please post the results > > > > from following simple tests? > > > > > > On patched 2.6.11-rc1: > > > > > > [Heh, clock is two times too fast, perhaps that makes ntpdate fail? -- yes. > > > > > > root@amd:~# dmesg | grep -i time; for i in 1 2 3 4 5; do ntpdate -b tak.cesnet.cz && sleep 10; done ; date && sleep 10 && date; while [ 1 ]; do date; done | uniq > > > PCI: Setting latency timer of device 0000:00:11.5 to 64 > > > dyn-tick: Enabling dynamic tick timer > > > dyn-tick: Timer using dynamic tick > > > > Thanks. Looks like you're running on PIT only, I guess my patch > > currently breaks PIT (and possibly HPET) No dmesg message for " > > "Using XXX for high-res timesource". > > Okay, so I set CONFIG_HPET. CONFIG_X86_TSC was already set, I wonder > why the code did not use it? Can you try with no CONFIG_HPET and CONFIG_X86_TCS or X86_PM_TIMER? I don't have hardware with HPET, so I have not looked at it. Tony - 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/