Skip to content

Commit

Permalink
Merge pull request #606 from sgruszka/uncore_rename
Browse files Browse the repository at this point in the history
Uncore rename
  • Loading branch information
yarda authored Feb 22, 2024
2 parents c927e8b + 17cc86c commit bb8b77f
Showing 1 changed file with 7 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,22 @@
IS_MIN = 0
IS_MAX = 1

class IntelUncorePlugin(hotplug.Plugin):
class UncorePlugin(hotplug.Plugin):
"""
`intel_uncore`::
`uncore`::
`max_freq_khz, min_freq_khz`:::
Limit the maximum and minumum uncore frequency.
Those options are Intel specific and correspond directly to `sysfs` files
exposed by Intel uncore frequency driver.
====
----
[intel_uncore]
[uncore]
max_freq_khz=4000000
----
Using this options *TuneD* will limit maximum frequency of all uncore units
in the system to 4 GHz
on the Intel system to 4 GHz.
====
"""

Expand Down

0 comments on commit bb8b77f

Please sign in to comment.