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

[Xen-devel] Re: pvclock in userland (reprise)

To: Dan Magenheimer <dan.magenheimer@xxxxxxxxxx>
Subject: [Xen-devel] Re: pvclock in userland (reprise)
From: Jeremy Fitzhardinge <jeremy@xxxxxxxx>
Date: Thu, 17 Sep 2009 13:13:03 -0700
Cc: "Dugger, Donald D" <donald.d.dugger@xxxxxxxxx>, "Xen-Devel \(E-mail\)" <xen-devel@xxxxxxxxxxxxxxxxxxx>, Jan Beulich <JBeulich@xxxxxxxxxx>, Keir Fraser <keir.fraser@xxxxxxxxxxxxx>, "Nakajima, Jun" <jun.nakajima@xxxxxxxxx>
Delivery-date: Thu, 17 Sep 2009 13:13:29 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <33876a99-8f95-454d-a1f0-a52dcfcda40b@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>
References: <33876a99-8f95-454d-a1f0-a52dcfcda40b@default>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.1) Gecko/20090814 Fedora/3.0-2.6.b3.fc11 Lightning/1.0pre Thunderbird/3.0b3
On 09/17/09 12:45, Dan Magenheimer wrote:
> Well, as I've said all along, a driver in a dynamically loadable
> module is OK.  Whether sensible or not, customers don't seem to
> care about that, they only care if you change the kernel bits
> that gets loaded.
>   

A loadable driver wouldn't be able to claim fixmap slots or anything
like that, but, yes, it could present an mmapable device.

>> Once you're making kernel changes then you can update the pvclock
>> mechanism to use the xen clock algorithm, obviating the need for
>> usermode ABI changes.
>>     
> Is that working yet (fast vsyscall under Xen)? >:-)
>   

It's just a matter of someone spending some time on it.  My frustration
with the pvtsc scheme is that its incredibly niche and is only going to
serve a very small number of users; a similar amount of effort spent on
a vsyscall solution will have a much larger payoff.

>> However, if its really the case that the tsc is guaranteed 
>> synchronized,
>> then the guest can determine that for itself by looking at 
>> cpuid and/or
>> /proc/cpuinfo (and presumably doing some sanity checking) and 
>> then just
>> directly use rdtsc, with no need to change either Xen or the kernel.
>>     
> That's exactly what the app is doing when on bare metal.
>   

Sure.  And they still need to deal with discontinuities resulting from
suspend/resume on bare-metal, so dealing with discontinuities caused by
migration is no different.  And on bare metal it would need to compute
the tsc frequency for itself, so it doesn't really need Xen support for
that either.

> But in virtual unless it gets some kind of notification on
> migration (which would be cool, but would also require
> kernel changes?), it can't determine the appropriate
> scaling factor and offset, or that they need to change.
>   

Well, they have access to xenbus, so they could get the tsc parameters
that way, along with notifications about changes.  It wouldn't be
completely synchronous, but you'd need to implement the pvclock
algorithm to do that.  But as I say, it has to cope with all this on
bare metal anyway, so it doesn't really need anything from Xen.

> (The userland pvclock algorithm would need to keep
> a version indicator just like the kernel pvclock does.)
> So that's what the userland-accessible shared page
> is needed for.
>   

Sure.  The mechanism is the same as you'd need to do vsyscall.

    J

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