Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751217AbVLICSQ (ORCPT ); Thu, 8 Dec 2005 21:18:16 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751245AbVLICSQ (ORCPT ); Thu, 8 Dec 2005 21:18:16 -0500 Received: from adelphi.physics.adelaide.edu.au ([129.127.102.1]:48327 "EHLO adelphi.physics.adelaide.edu.au") by vger.kernel.org with ESMTP id S1751217AbVLICSQ (ORCPT ); Thu, 8 Dec 2005 21:18:16 -0500 From: Jonathan Woithe Message-Id: <200512090219.jB92JxtV006757@auster.physics.adelaide.edu.au> Subject: Re: 2.6.14-rt21: slow-running clock To: johnstul@us.ibm.com (john stultz) Date: Fri, 9 Dec 2005 12:49:59 +1030 (CST) Cc: jwoithe@physics.adelaide.edu.au (Jonathan Woithe), linux-kernel@vger.kernel.org In-Reply-To: <1134094281.27601.11.camel@cog.beaverton.ibm.com> from "john stultz" at Dec 08, 2005 06:11:20 PM X-Mailer: ELM [version 2.5 PL6] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 3343 Lines: 63 > > > > > > I'm also wondering whether this might be related to one other thing I > > > > > > noticed a week or so back (also reported to the list, but thus far no > > > > > > followups). If I enabled the (new) "High resolution timers" feature (as > > > > > > distinct from HPET), things like /usr/bin/sleep run for far longer than > > > > > > they should irrespective of machine load. For example, "sleep 1" from bash > > > > > > actually delays 38 seconds, not 1 second as expected. > > > > > > > > > > Does disabling the "High resolution timers" feature change the behavior > > > > > all? > > > > > > > > I should clarify. Everything I've given you thus far has been with the > > > > "high resolution timers" feature disabled. Two or so weeks ago I tried > > > > enabling it and that's when "sleep 1" took 38 seconds to complete. > > > > Disabling "high resoltion timers" at least made "sleep 1" behave somewhat > > > > saner. I don't know if having the high res timers enabled affects the > > > > accuracy of the system clock however. I'll test this tonight. > > > > Some further information. Today I enabled the Hi res timer option in > > 2.6.14-rt21 with a resolution of 10000ns and did a full recompile. Under > > this kernel "sleep 1" did the right thing. The slowdown in the c3tsc > > clocksource and its selection ahead of more capable timers was still the > > same in this kernel - in other words, enabling the hi res timer does not > > change things. > > > > I then changed the resolution to 1000ns (the default) and recompiled. This > > is the setting I used previously, but this time around "sleep 1" behaved > > itself (c3tsc still ran slow though). Thus for the moment it seems that the > > sleep misbehaviour may have been due to some transient problem with the > > configure system. I'll test again once we've sorted out the c3tsc thing, > > but it seems possible at this stage that the long "sleep" thing is not a bug > > as such. > > Ok, I went digging further and found the c3tsc selection is correct on > your hardware. I'm just too used to my own laptop where the TSC varies > with cpu speed and we lower the rating value. So that should be ok. Ok, good. That leaves the c3tsc slowdown as the only outstanding issue at this stage. > I'm now working on why we mis-compensate the c3tsc clocksource in the > -RT tree. No problem. Let me know when you have something to test or need further info. > As for the "sleep 1" bit, I'm not sure yet. This behavior does not > change with the clocksources does it? That I can't be sure of - I didn't know about the clock source selection at the time I observed it. As mentioned above, the tests I did this morning with the hi res timer enabled did not exhibit the problem even though tests about 2 weeks ago showed that enabling the hi res timer caused "sleep 1" to sleep for 38 seconds (other "sleep" calls were similarly too long). For now I'm happy to wait until the c3tsc thing is fixed; once that's out of the way I'll then retest everything to see if the sleep problem is reproducable. Regards jonathan - 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/