linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] docs: admin-guide: Add information about intel_pstate active mode
@ 2023-04-27  8:37 Natesh Sharma
       [not found] ` <CACY8qCSVcLkDGWCVmZ9-fhaax7FQdY=FS4MGyy_-wo3Qc_CSig@mail.gmail.com>
  2023-05-19 14:36 ` Jonathan Corbet
  0 siblings, 2 replies; 4+ messages in thread
From: Natesh Sharma @ 2023-04-27  8:37 UTC (permalink / raw)
  To: corbet, chenhuacai, dave.hansen, geert, axboe, linux
  Cc: linux-doc, linux-kernel, Natesh Sharma

Information about intel_pstate active mode is added in the doc.
This operation mode could be used to set on the hardware when it's
not activated. Status of the mode could be checked from sysfs file
i.e., /sys/devices/system/cpu/intel_pstate/status.
The information is already available in cpu-freq/intel-pstate.txt
documentation.

Link: https://www.kernel.org/doc/Documentation/cpu-freq/intel-pstate.txt

Signed-off-by: Natesh Sharma <nsharma@redhat.com>
---
 Documentation/admin-guide/kernel-parameters.txt | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/Documentation/admin-guide/kernel-parameters.txt b/Documentation/admin-guide/kernel-parameters.txt
index bbecbd5797a3..10f3c8d1bb46 100644
--- a/Documentation/admin-guide/kernel-parameters.txt
+++ b/Documentation/admin-guide/kernel-parameters.txt
@@ -2104,6 +2104,14 @@
 			disable
 			  Do not enable intel_pstate as the default
 			  scaling driver for the supported processors
+                        active
+                          Use intel_pstate driver to bypass the scaling governors
+                          layer of cpufreq and provides it own algorithms for p-state
+                          selection. There are two P-state selection algorithms provided
+                          by intel_pstate in the active mode: powersave and performance.
+                          The way they both operate depends on whether or not the hardware
+                          managed P-states (HWP) feature has been enabled in the processor
+                          and possibly on the processor model.
 			passive
 			  Use intel_pstate as a scaling driver, but configure it
 			  to work with generic cpufreq governors (instead of
-- 
2.39.2 (Apple Git-143)


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [PATCH] docs: admin-guide: Add information about intel_pstate active mode
@ 2023-05-01  8:20 Natesh Sharma
  0 siblings, 0 replies; 4+ messages in thread
From: Natesh Sharma @ 2023-05-01  8:20 UTC (permalink / raw)
  To: corbet, chenhuacai, dave.hansen, geert, axboe, linux
  Cc: linux-doc, linux-kernel, Natesh Sharma

Information about intel_pstate active mode is added in the doc.
This operation mode could be used to set on the hardware when it's
not activated. Status of the mode could be checked from sysfs file
i.e., /sys/devices/system/cpu/intel_pstate/status.
The information is already available in cpu-freq/intel-pstate.txt
documentation.

Link: https://www.kernel.org/doc/Documentation/cpu-freq/intel-pstate.txt

Signed-off-by: Natesh Sharma <nsharma@redhat.com>
---
 Documentation/admin-guide/kernel-parameters.txt | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/Documentation/admin-guide/kernel-parameters.txt b/Documentation/admin-guide/kernel-parameters.txt
index bbecbd5797a3..10f3c8d1bb46 100644
--- a/Documentation/admin-guide/kernel-parameters.txt
+++ b/Documentation/admin-guide/kernel-parameters.txt
@@ -2104,6 +2104,14 @@
 			disable
 			  Do not enable intel_pstate as the default
 			  scaling driver for the supported processors
+                        active
+                          Use intel_pstate driver to bypass the scaling governors
+                          layer of cpufreq and provides it own algorithms for p-state
+                          selection. There are two P-state selection algorithms provided
+                          by intel_pstate in the active mode: powersave and performance.
+                          The way they both operate depends on whether or not the hardware
+                          managed P-states (HWP) feature has been enabled in the processor
+                          and possibly on the processor model.
 			passive
 			  Use intel_pstate as a scaling driver, but configure it
 			  to work with generic cpufreq governors (instead of
-- 
2.39.2 (Apple Git-143)


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] docs: admin-guide: Add information about intel_pstate active mode
       [not found] ` <CACY8qCSVcLkDGWCVmZ9-fhaax7FQdY=FS4MGyy_-wo3Qc_CSig@mail.gmail.com>
@ 2023-05-01 13:17   ` Jonathan Corbet
  0 siblings, 0 replies; 4+ messages in thread
From: Jonathan Corbet @ 2023-05-01 13:17 UTC (permalink / raw)
  To: Natesh Sharma, chenhuacai, dave.hansen, geert, axboe, linux
  Cc: linux-doc, linux-kernel

Natesh Sharma <nsharma@redhat.com> writes:

> Just a gentle reminder if the request has been missed out!

You need to wait more than four days before sending "gentle reminders" -
even when the merge window is not open, which it currently is.

Thanks,

jon

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] docs: admin-guide: Add information about intel_pstate active mode
  2023-04-27  8:37 [PATCH] docs: admin-guide: Add information about intel_pstate active mode Natesh Sharma
       [not found] ` <CACY8qCSVcLkDGWCVmZ9-fhaax7FQdY=FS4MGyy_-wo3Qc_CSig@mail.gmail.com>
@ 2023-05-19 14:36 ` Jonathan Corbet
  1 sibling, 0 replies; 4+ messages in thread
From: Jonathan Corbet @ 2023-05-19 14:36 UTC (permalink / raw)
  To: Natesh Sharma, chenhuacai, dave.hansen, geert, axboe, linux
  Cc: linux-doc, linux-kernel, Natesh Sharma

Natesh Sharma <nsharma@redhat.com> writes:

> Information about intel_pstate active mode is added in the doc.
> This operation mode could be used to set on the hardware when it's
> not activated. Status of the mode could be checked from sysfs file
> i.e., /sys/devices/system/cpu/intel_pstate/status.
> The information is already available in cpu-freq/intel-pstate.txt
> documentation.
>
> Link: https://www.kernel.org/doc/Documentation/cpu-freq/intel-pstate.txt
>
> Signed-off-by: Natesh Sharma <nsharma@redhat.com>
> ---
>  Documentation/admin-guide/kernel-parameters.txt | 8 ++++++++
>  1 file changed, 8 insertions(+)

I have applied this - after reformatting the new text to stay within 80
columns and removing the obsolete documentation link.

Thanks,

jon

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-05-19 14:36 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-04-27  8:37 [PATCH] docs: admin-guide: Add information about intel_pstate active mode Natesh Sharma
     [not found] ` <CACY8qCSVcLkDGWCVmZ9-fhaax7FQdY=FS4MGyy_-wo3Qc_CSig@mail.gmail.com>
2023-05-01 13:17   ` Jonathan Corbet
2023-05-19 14:36 ` Jonathan Corbet
  -- strict thread matches above, loose matches on Subject: below --
2023-05-01  8:20 Natesh Sharma

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).