[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH] xen: always set the sched clock as unstable
At 15:59 +0100 on 16 Apr (1334591984), David Vrabel wrote: > On 16/04/12 12:32, Jan Beulich wrote: > >>>> On 13.04.12 at 20:20, David Vrabel <david.vrabel@xxxxxxxxxx> wrote: > >> From: David Vrabel <david.vrabel@xxxxxxxxxx> > >> > >> The sched clock was considered stable based on the capabilities of the > >> underlying hardware. This does not make sense for Xen PV guests as: > >> a) the hardware TSC is not used directly as the clock source; and b) > >> guests may migrate to hosts with different hardware capabilities. > >> > >> It is not clear to me whether the Xen clock source is supposed to be > >> stable and whether it should be stable across migration. For a clock > >> source to be stable it must be: a) monotonic; c) synchronized across > >> CPUs; and c) constant rate. > > Tim, Thomas, can you comment on the above paragraph? Is it correct? How synchronized does it need to be? The adjustment of the rate happens independently on different CPUs so you might be able to see small differences if once CPU has made the adjustment but another hasn't yet. That aside, on platforms where the real TSC is stable, AFAIK the xen PV time will be too, _except_ across migration. I have no idea whether Xen exports sufficient information to the guest for it to be able to tell whether this is the case, though -- it needs to know not only that the hardware is stable, but thet _Xen_ thinks it's stable. Across migration, the PV time might not be monotonic (because it's always the wallclock time on the current host, not a VM-specific attribute). Which is not to say that the linux-side code couldn't make it monotonic, at least for small differences between hosts. Tim. _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |