Skip to content

fix scaling_min_freq to the max allowed freq value (2.3 Ghz)

Ibirisol Fontes requested to merge ibirisol.fontes/100g-dtns:patch-1 into master

Got an error setting scaling_min_freq to the previous value, to change it to the correct value (min equal to max) is needed to get max value from cpuinfo_max_freq file (after we have changed performance profile).

The check was done with the below command:

# cpupower frequency-info --hwlimits
analyzing CPU 0:
  hardware limits: 1000 MHz - 2.30 GHz
# cat /sys/devices/system/cpu/cpu*/cpufreq/cpuinfo_max_freq

Merge request reports