diff options
author | Nicolas Vollmar <nvo@scaling.ch> | 2024-09-11 09:13:11 +0200 |
---|---|---|
committer | Nicolas Vollmar <nvo@scaling.ch> | 2024-09-11 12:58:15 +0200 |
commit | 333672bee041f0f2b8e1b698a8eb2108694ad812 (patch) | |
tree | 2d1322e977c153f4fb1bbe5c019f373b8baa6957 /interface-definitions/system_option.xml.in | |
parent | 4bbd5c7c13f7ea72ba40813db0e6258ecf0a59f7 (diff) | |
download | vyos-1x-333672bee041f0f2b8e1b698a8eb2108694ad812.tar.gz vyos-1x-333672bee041f0f2b8e1b698a8eb2108694ad812.zip |
T6703: Adds option to configure AMD pstate driver
Diffstat (limited to 'interface-definitions/system_option.xml.in')
-rw-r--r-- | interface-definitions/system_option.xml.in | 20 |
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> |