redhat-performance / tuned

Tuning Profile Delivery Mechanism for Linux
GNU General Public License v2.0
814 stars 178 forks source link

plugin_cpu: Support cstate settings of pm_qos_resume_latency_us #587

Closed zacikpa closed 8 months ago

zacikpa commented 8 months ago

The force_latency option already supports using C-state IDs/names. This commit extends the support to the pm_qos_resume_latency_us option, together with the ability to set fallback values (including the special "n/a" value which disables all C-states).

Resolves: RHEL-21129

yarda commented 8 months ago

Thanks, LGTM.