lkml.org 
[lkml]   [2022]   [Sep]   [22]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
SubjectRE: [PATCH] ACPI: processor_idle: Skip dummy wait for processors based on the Zen microarchitecture
Date
[Public]



> -----Original Message-----
> From: Dave Hansen <dave.hansen@intel.com>
> Sent: Thursday, September 22, 2022 12:02
> To: Nayak, K Prateek <KPrateek.Nayak@amd.com>; linux-
> kernel@vger.kernel.org
> Cc: rafael@kernel.org; lenb@kernel.org; linux-acpi@vger.kernel.org; linux-
> pm@vger.kernel.org; dave.hansen@linux.intel.com; bp@alien8.de;
> tglx@linutronix.de; andi@lisas.de; puwen@hygon.cn; Limonciello, Mario
> <Mario.Limonciello@amd.com>; peterz@infradead.org;
> rui.zhang@intel.com; gpiccoli@igalia.com; daniel.lezcano@linaro.org;
> Narayan, Ananth <Ananth.Narayan@amd.com>; Shenoy, Gautham Ranjal
> <gautham.shenoy@amd.com>; Ong, Calvin <Calvin.Ong@amd.com>;
> stable@vger.kernel.org; regressions@lists.linux.dev
> Subject: Re: [PATCH] ACPI: processor_idle: Skip dummy wait for processors
> based on the Zen microarchitecture
>
> On 9/22/22 09:54, K Prateek Nayak wrote:
> >
> > On 9/22/2022 10:14 PM, Dave Hansen wrote:
> >> On 9/20/22 23:36, K Prateek Nayak wrote:
> >>> Cc: stable@vger.kernel.org
> >>> Cc: regressions@lists.linux.dev
> >> *Is* this a regression?
> > On second thought, it is not a regression.
> > Will remove the tag on v2.
>
> What were you planning for v2?
>
> Rafael suggested something like the attached patch. It's not nearly as
> fragile as the Zen check you proposed earlier.
>
> Any testing or corrections on the commentary would be appreciated.

This seems reasonable to me. Appreciate the suggestion.

Some small nits:
1) You reference inb() specifically in the commit message, but the code that is skipped is
actually inl().

2) The title says to limit it to old intel systems, but nothing about this actually enforces that.
It actually is limited to all Intel systems, but effectively won't be used on anything but new
ones because of intel_idle.

As an idea for #2 you could check for CONFIG_INTEL_IDLE in the Intel case and
if it's not defined show a pr_notice_once() type of message trying to tell people to use
Intel Idle instead for better performance.
\
 
 \ /
  Last update: 2022-09-22 19:49    [W:0.129 / U:0.288 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site