redhat-performance / tuned

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

plugin_cpu: decrease the severity of _has_pm_qos==False #621

Closed adriaan42 closed 1 month ago

adriaan42 commented 2 months ago

The feature depends on kernel configuration (CONFIG_CPU_IDLE). While this seems to be commonly enabled on x86, we've seen ARM systems where it's disabled, and in this case it's perfectly valid for /dev/cpu_dma_latency to be missing. Since we cannot opt-out of the PM QoS feature in the cpu plugin, this case should not be an error.

yarda commented 1 month ago

LGTM, thanks.