File uncore-pr606.patch of Package tuned.35791
diff --git a/tuned/plugins/plugin_intel_uncore.py b/tuned/plugins/plugin_uncore.py
similarity index 95%
rename from tuned/plugins/plugin_intel_uncore.py
rename to tuned/plugins/plugin_uncore.py
index 89f4d9b2..76af767d 100644
--- a/tuned/plugins/plugin_intel_uncore.py
+++ b/tuned/plugins/plugin_uncore.py
@@ -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.
====
"""