summaryrefslogtreecommitdiff
path: root/interface-definitions
diff options
context:
space:
mode:
authorNicolas Vollmar <nvo@scaling.ch>2024-09-11 09:13:11 +0200
committerMergify <37929162+mergify[bot]@users.noreply.github.com>2024-09-12 19:01:29 +0000
commiteb0afe0902abb96a846beb05894a48862d5d2c91 (patch)
tree1e4e474eb033ee0fd150f28e109a92bf9d653a80 /interface-definitions
parent205d957d092ade5708cc2182381864c04e4c0aff (diff)
downloadvyos-1x-eb0afe0902abb96a846beb05894a48862d5d2c91.tar.gz
vyos-1x-eb0afe0902abb96a846beb05894a48862d5d2c91.zip
T6703: Adds option to configure AMD pstate driver
(cherry picked from commit 333672bee041f0f2b8e1b698a8eb2108694ad812)
Diffstat (limited to 'interface-definitions')
-rw-r--r--interface-definitions/system_option.xml.in20
1 files changed, 20 insertions, 0 deletions
diff --git a/interface-definitions/system_option.xml.in b/interface-definitions/system_option.xml.in
index e78a53552..d15e391f5 100644
--- a/interface-definitions/system_option.xml.in
+++ b/interface-definitions/system_option.xml.in
@@ -49,6 +49,26 @@
<valueless/>
</properties>
</leafNode>
+ <leafNode name="amd-pstate-driver">
+ <properties>
+ <help>Enables and configures pstate driver for AMD Ryzen and Epyc CPUs</help>
+ <completionHelp>
+ <list>active passive guided</list>
+ </completionHelp>
+ <valueHelp>
+ <format>active</format>
+ <description>This is the low-level firmware control mode based on the profile set and the system governor has no effect</description>
+ </valueHelp>
+ <valueHelp>
+ <format>passive</format>
+ <description>The driver allows the system governor to manage CPU frequency while providing available performance states</description>
+ </valueHelp>
+ <valueHelp>
+ <format>guided</format>
+ <description>The driver allows to set desired performance levels and the firmware selects a performance level in this range and fitting to the current workload</description>
+ </valueHelp>
+ </properties>
+ </leafNode>
<node name="debug">
<properties>
<help>Dynamic debugging for kernel module</help>