WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

Re: [Xen-devel] [RFC] [PATCH] use "reliable" tsc properly when available

To: Dan Magenheimer <dan.magenheimer@xxxxxxxxxx>, "Xen-Devel (E-mail)" <xen-devel@xxxxxxxxxxxxxxxxxxx>
Subject: Re: [Xen-devel] [RFC] [PATCH] use "reliable" tsc properly when available, but verify
From: Keir Fraser <keir.fraser@xxxxxxxxxxxxx>
Date: Mon, 28 Sep 2009 22:01:27 +0100
Cc:
Delivery-date: Mon, 28 Sep 2009 14:02:02 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <2dfff4cc-866b-406f-b964-5ec95714a2d7@default>
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
Thread-index: AcpAeQr2vU5z3PLHS7SvQkhD0izWqQABc0xb
Thread-topic: [Xen-devel] [RFC] [PATCH] use "reliable" tsc properly when available, but verify
User-agent: Microsoft-Entourage/12.20.0.090605
On 28/09/2009 21:19, "Dan Magenheimer" <dan.magenheimer@xxxxxxxxxx> wrote:

> So we trust but verify... if the cpuid bit is set
> we assume a reliable tsc, but use the Linux boottime
> check_tsc_warp algorithm to periodically verify that
> the tsc hasn't skewed.  If it has, we fall back to Xen
> managing (and periodically writing) the TSC.
> 
> The check_tsc_warp algorithm is CPU-intensive, so
> we test it on a decaying schedule, at 1sec, 2sec,
> 4sec, 8sec, 16sec, 32sec, etc.

Surely it should be sufficient to check TSCs for consistency across all CPUs
periodically, and against the chosen platform timer, and ensure none are
drifting? An operation which would not require us to loop for 2ms and would
provide rather more useful information than an ad-hoc multi-CPU
race-to-update-a-shared-variable-an-arbitrary-and-large-number-of-times.

I wouldn't take anything like this algorithm.

 -- Keir



_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel