From mboxrd@z Thu Jan 1 00:00:00 1970 From: Robin Holt Date: Wed, 07 Jan 2009 09:43:28 +0000 Subject: Re: [PATCH] configure HAVE_UNSTABLE_SCHED_CLOCK for SGI_SN systems Message-Id: <20090107094328.GD3850@sgi.com> List-Id: References: <20090106162741.GA7991@sgi.com> <57C9024A16AD2D4C97DC78E552063EA35CB95575@orsmsx505.amr.corp.intel.com> <20090106201950.GA3850@sgi.com> <57C9024A16AD2D4C97DC78E552063EA35CB955B4@orsmsx505.amr.corp.intel.com> <1231275441.11687.110.camel@twins> <20090106225054.GB3850@sgi.com> <1231283763.11687.135.camel@twins> <20090107030030.GH3390@wotan.suse.de> <1231313289.11687.172.camel@twins> In-Reply-To: <1231313289.11687.172.camel@twins> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Peter Zijlstra Cc: Nick Piggin , Robin Holt , "Luck, Tony" , Dimitri Sivanich , "linux-ia64@vger.kernel.org" , Greg KH , "linux-kernel@vger.kernel.org" , Gregory Haskins , Tony Luck On Wed, Jan 07, 2009 at 08:28:09AM +0100, Peter Zijlstra wrote: > That's basically what the HAVE_UNSTABLE_SCHED_CLOCK code does. It takes > a tick timestamp and tries to improve on that by using strict per cpu > sched_clock() deltas. > > What we do to obtain remote time, is basically calculate local time and > pull remote time fwd if that was behind. But what happens when the remote clock then takes a single tick and pulls forward a different remote clock by both your tick and its tick. Multiply that by 4096 and I am starting to feel that time is likely to go racing forward in a really random fashion. > While doing that, it filters out any backward motion and large fwd leaps > so as to stay no worse than a jiffie clock.