From: Suleiman Souhlal <ssouhlal@freebsd.org>
To: Sean Christopherson <seanjc@google.com>
Cc: Steven Rostedt <rostedt@goodmis.org>,
LKML <linux-kernel@vger.kernel.org>,
kvm@vger.kernel.org, Paolo Bonzini <pbonzini@redhat.com>,
Thomas Gleixner <tglx@linutronix.de>,
"x86@kernel.org" <x86@kernel.org>,
Joel Fernandes <joel@joelfernandes.org>,
Vineeth Pillai <vineeth@bitbyteword.org>,
Borislav Petkov <bp@alien8.de>,
Anna-Maria Behnsen <anna-maria@linutronix.de>,
Peter Zijlstra <peterz@infradead.org>,
Viresh Kumar <viresh.kumar@linaro.org>,
Frederic Weisbecker <fweisbec@gmail.com>,
suleiman@google.com
Subject: Re: [RFC][PATCH] KVM: Remove HIGH_RES_TIMERS dependency
Date: Wed, 4 Sep 2024 07:35:06 +0000 [thread overview]
Message-ID: <ZtgNqv1r7S738osp@freefall.freebsd.org> (raw)
In-Reply-To: <Zs97wp2-vIRjgk-e@google.com>
On Wed, Aug 28, 2024 at 12:34:26PM -0700, Sean Christopherson wrote:
> On Wed, Aug 21, 2024, Steven Rostedt wrote:
> > From: Steven Rostedt <rostedt@goodmis.org>
> >
> > Commit 92b5265d38f6a ("KVM: Depend on HIGH_RES_TIMERS") added a dependency
> > to high resolution timers with the comment:
> >
> > KVM lapic timer and tsc deadline timer based on hrtimer,
> > setting a leftmost node to rb tree and then do hrtimer reprogram.
> > If hrtimer not configured as high resolution, hrtimer_enqueue_reprogram
> > do nothing and then make kvm lapic timer and tsc deadline timer fail.
> >
> > That was back in 2012, where hrtimer_start_range_ns() would do the
> > reprogramming with hrtimer_enqueue_reprogram(). But as that was a nop with
> > high resolution timers disabled, this did not work. But a lot has changed
> > in the last 12 years.
> >
> > For example, commit 49a2a07514a3a ("hrtimer: Kick lowres dynticks targets on
> > timer enqueue") modifies __hrtimer_start_range_ns() to work with low res
> > timers. There's been lots of other changes that make low res work.
> >
> > I added this change to my main server that runs all my VMs (my mail
> > server, my web server, my ssh server) and disabled HIGH_RES_TIMERS and the
> > system has been running just fine for over a month.
> >
> > ChromeOS has tested this before as well, and it hasn't seen any issues with
> > running KVM with high res timers disabled.
>
> Can you provide some background on why this is desirable, and what the effective
> tradeoffs are? Mostly so that future users have some chance of making an
> informed decision. Realistically, anyone running with HIGH_RES_TIMERS=n is likely
> already aware of the tradeoffs, but it'd be nice to capture the info here.
We have found that disabling HR timers saves power without degrading
the user experience too much.
>
> > Signed-off-by: Steven Rostedt (Google) <rostedt@goodmis.org>
> > ---
> > arch/x86/kvm/Kconfig | 1 -
> > 1 file changed, 1 deletion(-)
> >
> > diff --git a/arch/x86/kvm/Kconfig b/arch/x86/kvm/Kconfig
> > index 472a1537b7a9..c65127e796a9 100644
> > --- a/arch/x86/kvm/Kconfig
> > +++ b/arch/x86/kvm/Kconfig
> > @@ -19,7 +19,6 @@ if VIRTUALIZATION
> >
> > config KVM
> > tristate "Kernel-based Virtual Machine (KVM) support"
> > - depends on HIGH_RES_TIMERS
>
> I did some very basic testing and nothing exploded on me either. So long as
> nothing in the host catches fire, I don't see a good reason to make high resolution
> timers a hard requirement.
>
> My only concern is that this could, at least in theory, result in people
> unintentionally breaking their setups, but that seems quite unlikely.
>
> One thought would be to require the user to enable EXPERT in order to break the
> HIGH_RES_TIMERS dependency. In practice, I doubt that will be much of a deterrent
> since (IIRC) many distros ship with EXPERT=y. But it would at least document that
> using KVM x86 without HIGH_RES_TIMERS may come with caveats. E.g.
>
> depends on HIGH_RES_TIMERS || EXPERT
This sounds like a good compromise.
-- Suleiman
next prev parent reply other threads:[~2024-09-04 7:35 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-08-21 13:51 [RFC][PATCH] KVM: Remove HIGH_RES_TIMERS dependency Steven Rostedt
2024-08-28 19:34 ` Sean Christopherson
2024-09-04 7:35 ` Suleiman Souhlal [this message]
2024-09-04 13:25 ` Paolo Bonzini
2024-09-05 7:23 ` Suleiman Souhlal
2024-09-05 16:19 ` Paolo Bonzini
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=ZtgNqv1r7S738osp@freefall.freebsd.org \
--to=ssouhlal@freebsd.org \
--cc=anna-maria@linutronix.de \
--cc=bp@alien8.de \
--cc=fweisbec@gmail.com \
--cc=joel@joelfernandes.org \
--cc=kvm@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=pbonzini@redhat.com \
--cc=peterz@infradead.org \
--cc=rostedt@goodmis.org \
--cc=seanjc@google.com \
--cc=suleiman@google.com \
--cc=tglx@linutronix.de \
--cc=vineeth@bitbyteword.org \
--cc=viresh.kumar@linaro.org \
--cc=x86@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox