Skip to content

Commit bb8b77f

Browse files
authored
Merge pull request #606 from sgruszka/uncore_rename
Uncore rename
2 parents c927e8b + 17cc86c commit bb8b77f

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

tuned/plugins/plugin_intel_uncore.py renamed to tuned/plugins/plugin_uncore.py

+7-4
Original file line numberDiff line numberDiff line change
@@ -14,19 +14,22 @@
1414
IS_MIN = 0
1515
IS_MAX = 1
1616

17-
class IntelUncorePlugin(hotplug.Plugin):
17+
class UncorePlugin(hotplug.Plugin):
1818
"""
19-
`intel_uncore`::
19+
`uncore`::
2020
2121
`max_freq_khz, min_freq_khz`:::
2222
Limit the maximum and minumum uncore frequency.
23+
24+
Those options are Intel specific and correspond directly to `sysfs` files
25+
exposed by Intel uncore frequency driver.
2326
====
2427
----
25-
[intel_uncore]
28+
[uncore]
2629
max_freq_khz=4000000
2730
----
2831
Using this options *TuneD* will limit maximum frequency of all uncore units
29-
in the system to 4 GHz
32+
on the Intel system to 4 GHz.
3033
====
3134
"""
3235

0 commit comments

Comments
 (0)