tuned icon indicating copy to clipboard operation
tuned copied to clipboard

Adding pm_qos_resume_latency_us option for cpu plugin.

Open CZerta opened this issue 2 years ago • 3 comments

Resolves: rhbz#2118786

Signed-off-by: Jan Zerdik [email protected]

CZerta avatar Dec 05 '22 12:12 CZerta

@joemario Should we disable dynamic tuning similarly as it is dissabled with force_latency option?

CZerta avatar Dec 05 '22 12:12 CZerta

@joemario Should we disable dynamic tuning similarly as it is dissabled with force_latency option?

Dynamic tuning is disabled in RHEL. If enabled, it dynamically changes the global PM QoS according to the CPU load. I think it should work per CPU plugin instance. I.e. instead of the global PM QoS each plugin instance should dynamically change the PM QoS just for the CPUs in the instance. If the PM QoS is set explicitly for the instance, the instance shouldn't perform the dynamic tuning.

yarda avatar Dec 06 '22 00:12 yarda

Thank you Jaroslav for the info on dynamic tuning. I was unaware of those details.

joemario avatar Dec 06 '22 18:12 joemario