All of lore.kernel.org
 help / color / mirror / Atom feed
From: Joel Fernandes <joel@joelfernandes.org>
To: Alison Chaiken <achaiken@aurora.tech>
Cc: rcu@vger.kernel.org
Subject: Re: About dynamic switch to offload/nocb on non-server Intel machines
Date: Fri, 8 Jul 2022 18:16:18 +0000	[thread overview]
Message-ID: <Ysh0cof8YKtyt8cO@google.com> (raw)
In-Reply-To: <CAFzL-7t5pUZwS2NO0gYnkJ8tgjP5-KaJCs_sdbXfZRF06LzgjQ@mail.gmail.com>

Alison, Nice to hear from you!

> On Fri, Jul 8, 2022 at 10:19 AM Joel Fernandes <joel@joelfernandes.org> wrote:
> >
> > Dear Paul and Frederic,
> >
> > Len Brown on CC provided a good idea in a meeting on using intel_pstate to
> > detect if device is a server or a consumer device.
> 
> 
> Robots are neither a server nor a consumer device.   Please let's not
> force industrial users of RT to choose between two inapt sets of
> configuration options.

I see your point.

> > Can we perhaps use this to trigger the offload/nocb mechanisms on consumer
> > devices / distros? I was thinking the dynamic offload and the "one kernel"
> > work that Frederic did can be trigger from such detection.
> >
> > It is true userspace can do the trigger, but maybe it is better to not leave
> > it to userspace so we'd save power on bad userspaces.
> >
> > Come to think of it, this can even be done at boot time if we can read the
> > below state early enough:
> >
> > > intel_pstate.c demonstrates how to detect a server when ACPI is present:
> > >
> > >
> > >
> > > #ifdef CONFIG_ACPI
> > >
> > >
> > >
> > > static bool intel_pstate_acpi_pm_profile_server(void)
> > >
> > > {
> > >
> > >         if (acpi_gbl_FADT.preferred_profile =3D=3D PM_ENTERPRISE_SERVER |=
> > |
> > >
> > >             acpi_gbl_FADT.preferred_profile =3D=3D PM_PERFORMANCE_SERVER)
> > >
> > >                 return true;
> > >
> > >
> > >
> > >         return false;
> > >
> > > }
> > >
> 
> 
> Robotics applications often rely on fairly "big iron" that is
> configured with CONFIG_CPU_FREQ_GOV_PERFORMANCE=y.   Servers and
> robotics are quite different use cases, so setting configuration that
> would be useful for servers whenever the CPU_FREQ_GOV_PERFORMANCE is
> selected would create a headache for many users.

Fair enough, I had to ask...

thanks,

 - Joel

> Best wishes,
> Alison Chaiken
> Aurora Innovation
> 
> 
> *That was a joke.

  reply	other threads:[~2022-07-08 18:16 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-08 17:19 About dynamic switch to offload/nocb on non-server Intel machines Joel Fernandes
     [not found] ` <CAFzL-7uaWeS6_UR_OYzfkBb34pbLVOeyr3mwWozonqd_ViyV0Q@mail.gmail.com>
2022-07-08 17:40   ` Alison Chaiken
2022-07-08 18:16     ` Joel Fernandes [this message]
2022-07-08 18:29     ` Paul E. McKenney

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=Ysh0cof8YKtyt8cO@google.com \
    --to=joel@joelfernandes.org \
    --cc=achaiken@aurora.tech \
    --cc=rcu@vger.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.