하드웨어 주파수 단계 크기 - Intel P-State 및 ACPI CPUFREQ

하드웨어 주파수 단계 크기 - Intel P-State 및 ACPI CPUFREQ

커널을 사용하여 실행 했습니다 Intel Xeon Phi 7210. 시스템이 부팅될 때 사용 가능한 주파수 단계와 시스템이 사용 중일 때 사용 가능한 주파수 단계를 비교하고 있습니다. 나는 다음 두 개의 로그를 얻기 위해 달려갔습니다.CentOS 73.10.0-514.el7.x86_64intel p-stateacpi cpufreqsudo 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

두 개의 서로 다른 스케일링 드라이버가 서로 다른 하드웨어 주파수 제한을 표시하는 이유는 무엇입니까? 의 경우 에서 까지 intel p-state의 주파수 제한이 표시되고 , 반면에 까지 표시됩니다 .1GHz1.5GHzacpi cpufreq1GHz1.3GHz

데이터시트에 따르면 위 프로세서는 1.5GHzTurbo Boost에서 실행될 수 있습니다. 이것이 사용할 수 없는 이유입니까 acpi cpufreq?

이런 일이 발생하는 특별한 이유가 있나요?

감사해요.

관련 정보