<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re:How to enable C-States on Xeon W-1290P in Mobile and Desktop Processors</title>
    <link>https://community.intel.com/t5/Mobile-and-Desktop-Processors/How-to-enable-C-States-on-Xeon-W-1290P/m-p/1292264#M52128</link>
    <description>&lt;P&gt;Hello naglerrr,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thank you for joining the Intel community&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;In regards to your question, we would like to encourage you to post the technical information you are looking for in the following community site:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.intel.com/t5/Embedded-Server/bd-p/emb-server-hardware-software-firmware" target="_blank"&gt;https://community.intel.com/t5/Embedded-Server/bd-p/emb-server-hardware-software-firmware&lt;/A&gt; .&lt;/P&gt;&lt;P&gt;They can help you with additional questions about Intel Xeon W Embedded Processors.&lt;/P&gt;&lt;P&gt;Also, if you already know the FAE ( Field Application Engineer ) that corresponds to you, you can contact them to gather more details.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Have a great day.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Jose A.&lt;/P&gt;&lt;P&gt;Intel Customer Support Technician&lt;/P&gt;&lt;P&gt;&lt;I&gt;For firmware updates and troubleshooting tips, visit:&lt;/I&gt;&lt;/P&gt;&lt;P&gt;&lt;I&gt;&lt;A href="https://intel.com/support/serverbios" target="_blank"&gt;https://intel.com/support/serverbios&lt;/A&gt;&lt;/I&gt;&lt;/P&gt;&lt;BR /&gt;</description>
    <pubDate>Wed, 23 Jun 2021 00:46:36 GMT</pubDate>
    <dc:creator>JoseH_Intel</dc:creator>
    <dc:date>2021-06-23T00:46:36Z</dc:date>
    <item>
      <title>How to enable C-States on Xeon W-1290P</title>
      <link>https://community.intel.com/t5/Mobile-and-Desktop-Processors/How-to-enable-C-States-on-Xeon-W-1290P/m-p/1292047#M52115</link>
      <description>&lt;P&gt;I am running a Intel 10th Gen Xeon W-1290P Comet Lake CPU]. The CPU is really similar to the normal desktop i9-10900k.&lt;/P&gt;
&lt;P&gt;The machine containing the CPU runs a Proxmox Hypervisor with Linux kernel 5.11.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="bash"&gt;root@server:~# uname -a
Linux server 5.11.21-1-pve #1 SMP PVE 5.11.21-1~bpo10 (Wed, 02 Jun 2021 11:34:45 +0200) x86_64 GNU/Linux&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Energy usage is important to me, so I tried to verify that my system uses C-States to save as much power as possible. While investigating, I found that my system does not use any C-States deeper that C3.&lt;/P&gt;
&lt;P&gt;I wanted to find out why my system does not use deeper C-Sates, such as C6, C7 and so on.&lt;/P&gt;
&lt;P&gt;Querying &lt;FONT face="courier new,courier"&gt;sysfs&lt;/FONT&gt; for the &lt;FONT face="courier new,courier"&gt;max_cstate&lt;/FONT&gt; shows a value of &lt;FONT face="courier new,courier"&gt;9&lt;/FONT&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;root@server:~# cat /sys/module/intel_idle/parameters/max_cstate
9&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Using the cpupower utility, I got some additional information on the available C-States.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;root@server:~# cpupower idle-info
CPUidle driver: intel_idle
CPUidle governor: menu
analysiere CPU 0:

Number of idle states: 4
Available idle states: POLL C1_ACPI C2_ACPI C3_ACPI
POLL:
Flags/Description: CPUIDLE CORE POLL IDLE
Latency: 0
Usage: 1012041
Duration: 3293515
C1_ACPI:
Flags/Description: ACPI FFH MWAIT 0x0
Latency: 1
Usage: 1340146
Duration: 215843217
C2_ACPI:
Flags/Description: ACPI FFH MWAIT 0x33
Latency: 151
Usage: 949495
Duration: 949112994
C3_ACPI:
Flags/Description: ACPI FFH MWAIT 0x60
Latency: 1034
Usage: 315636
Duration: 1552349782&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Running &lt;FONT face="courier new,courier"&gt;cpupower idle-info&lt;/FONT&gt;&amp;nbsp;clearly shows, that &lt;FONT face="courier new,courier"&gt;intel_idle&lt;/FONT&gt; is used as the idle driver. Strangely, it also shows that my system only supports 4 idle states, and they are named &lt;FONT face="courier new,courier"&gt;C1_ACPI&lt;/FONT&gt;, &lt;FONT face="courier new,courier"&gt;C2_ACPI&lt;/FONT&gt;, ... instead of &lt;FONT face="courier new,courier"&gt;C1&lt;/FONT&gt;, &lt;FONT face="courier new,courier"&gt;C2&lt;/FONT&gt; and so on.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I also verified that my system uses &lt;FONT face="courier new,courier"&gt;intel_pstate&lt;/FONT&gt;&amp;nbsp;as the scaling driver.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="bash"&gt;root@server:~# cpupower frequency-info
analysiere CPU 0:
driver: intel_pstate
Folgende CPUs laufen mit der gleichen Hardware-Taktfrequenz: 0
Die Taktfrequenz folgender CPUs werden per Software koordiniert: 0
Maximale Dauer eines Taktfrequenzwechsels: Cannot determine or is not supported.
Hardwarebedingte Grenzen der Taktfrequenz: 800 MHz - 5.30 GHz
mÃ¶gliche Regler: performance powersave
momentane Taktik: die Frequenz soll innerhalb 800 MHz und 5.30 GHz.
liegen. Der Regler "powersave" kann frei entscheiden,
welche Taktfrequenz innerhalb dieser Grenze verwendet wird.
current CPU frequency: Unable to call hardware
current CPU frequency: 4.90 GHz (asserted by call to kernel)
boost state support:
Supported: yes
Active: yes&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Why is my system not supporting deeper C-States, like C6? Is there anything I can do to change this? Why are the C-States named &lt;FONT face="courier new,courier"&gt;C3_ACPI&lt;/FONT&gt; instead of &lt;FONT face="courier new,courier"&gt;C3&lt;/FONT&gt; on my system?&lt;/P&gt;</description>
      <pubDate>Tue, 22 Jun 2021 11:32:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Mobile-and-Desktop-Processors/How-to-enable-C-States-on-Xeon-W-1290P/m-p/1292047#M52115</guid>
      <dc:creator>naglerrr</dc:creator>
      <dc:date>2021-06-22T11:32:00Z</dc:date>
    </item>
    <item>
      <title>Re:How to enable C-States on Xeon W-1290P</title>
      <link>https://community.intel.com/t5/Mobile-and-Desktop-Processors/How-to-enable-C-States-on-Xeon-W-1290P/m-p/1292264#M52128</link>
      <description>&lt;P&gt;Hello naglerrr,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thank you for joining the Intel community&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;In regards to your question, we would like to encourage you to post the technical information you are looking for in the following community site:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.intel.com/t5/Embedded-Server/bd-p/emb-server-hardware-software-firmware" target="_blank"&gt;https://community.intel.com/t5/Embedded-Server/bd-p/emb-server-hardware-software-firmware&lt;/A&gt; .&lt;/P&gt;&lt;P&gt;They can help you with additional questions about Intel Xeon W Embedded Processors.&lt;/P&gt;&lt;P&gt;Also, if you already know the FAE ( Field Application Engineer ) that corresponds to you, you can contact them to gather more details.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Have a great day.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Jose A.&lt;/P&gt;&lt;P&gt;Intel Customer Support Technician&lt;/P&gt;&lt;P&gt;&lt;I&gt;For firmware updates and troubleshooting tips, visit:&lt;/I&gt;&lt;/P&gt;&lt;P&gt;&lt;I&gt;&lt;A href="https://intel.com/support/serverbios" target="_blank"&gt;https://intel.com/support/serverbios&lt;/A&gt;&lt;/I&gt;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 23 Jun 2021 00:46:36 GMT</pubDate>
      <guid>https://community.intel.com/t5/Mobile-and-Desktop-Processors/How-to-enable-C-States-on-Xeon-W-1290P/m-p/1292264#M52128</guid>
      <dc:creator>JoseH_Intel</dc:creator>
      <dc:date>2021-06-23T00:46:36Z</dc:date>
    </item>
  </channel>
</rss>

