[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <4F8D3778020000780007E63A@nat28.tlf.novell.com>
Date: Tue, 17 Apr 2012 08:27:20 +0100
From: "Jan Beulich" <JBeulich@...e.com>
To: "Dan Magenheimer" <dan.magenheimer@...cle.com>
Cc: "David Vrabel" <david.vrabel@...rix.com>,
"Thomas Gleixner" <tglx@...utronix.de>,
"xen-devel" <xen-devel@...ts.xen.org>,
"Konrad Wilk" <konrad.wilk@...cle.com>,
<linux-kernel@...r.kernel.org>, "Tim(Xen.org)" <tim@....org>,
"Sheng Yang" <sheng@...ker.org>
Subject: RE: [Xen-devel] [PATCH] xen: always set the sched clock as
unstable
>>> On 16.04.12 at 19:22, Dan Magenheimer <dan.magenheimer@...cle.com> wrote:
> In upstream (and recent pv-ops) kernels, is there any need for there
> to be a difference between HVM and PV in the clocksource chosen? The
Yes, because RDTSC interception for PV guests is slow (using #GP
and requiring instruction decode).
> pvclock algorithm was necessary for PV when non-TSC hardware clocks
> were privileged and the only non-privileged hardware clock (TSC)
> was badly broken in hardware and for migration/save/restore.
> With TSC now working and stable, and now that we are making changes
> in the upstream kernel that work for both PV and HVM, is it
> time to drop pvclock (at least as the default for PV)?
>
> Certainly if an old (non-pv-ops) kernel is broken, something like
> David's patch might be an acceptable workaround. I'm just arguing
> against perpetuating pvclock-as-the-only-xen-clock upstream.
Afaict, the only uniformly reliable clocksource for PV guests is the
virtual one which pvclock builds upon. Raw TSC is definitely not an
option on NUMA systems (and PV guests aren't aware of the
NUMAness of the underlying system).
Jan
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists