カーネルを使って実行しましたIntel Xeon Phi 7210
。システムの起動時に使用可能な周波数ステップとシステムが使用中の場合に使用可能な周波数ステップを比較しています。私は次の2つのログを取得するために走った。CentOS 7
3.10.0-514.el7.x86_64
intel p-state
acpi cpufreq
sudo cpupower frequency-info
インテルPステータス
analyzing CPU 0:
driver: intel_pstate
CPUs which run at the same hardware frequency: 0
CPUs which need to have their frequency coordinated by software: 0
maximum transition latency: Cannot determine or is not supported.
hardware limits: 1000 MHz - 1.50 GHz
available cpufreq governors: performance powersave
current policy: frequency should be within 1.40 GHz and 1.40 GHz.
The governor "performance" may decide which speed to use
within this range.
current CPU frequency: 1.30 GHz (asserted by call to hardware)
boost state support:
Supported: yes
Active: yes
ACPI CPU周波数
analyzing CPU 0:
driver: acpi-cpufreq
CPUs which run at the same hardware frequency: 0
CPUs which need to have their frequency coordinated by software: 0
maximum transition latency: 10.0 us
hardware limits: 1000 MHz - 1.30 GHz
available frequency steps: 1.30 GHz, 1.30 GHz, 1.20 GHz, 1.10 GHz, 1000 MHz
available cpufreq governors: conservative userspace powersave ondemand performance
current policy: frequency should be within 1000 MHz and 1.30 GHz.
The governor "conservative" may decide which speed to use
within this range.
current CPU frequency: 1000 MHz (asserted by call to hardware)
boost state support:
Supported: yes
Active: yes
2つの異なるスケーリングドライバが異なるハードウェア周波数制限を表示するのはなぜですか?の場合からまでのintel p-state
周波数制限が表示され、一方にまで表示されます。1GHz
1.5GHz
acpi cpufreq
1GHz
1.3GHz
データシートによると、上記のプロセッサは1.5GHz
Turbo Boostで実行できます。これが利用できない理由ですかacpi cpufreq
?
これが起こる特別な理由はありますか?
ありがとうございます。