<?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 DVFS capabilities in latest Intel processors in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/DVFS-capabilities-in-latest-Intel-processors/m-p/949582#M19201</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I would like to know whether we can change the frequency of the intel multi-core processors individually. I have&amp;nbsp;Intel Core2Duo CPU T5750 which has 2 cores. When I run cpufreq-info in Linux I get to know that both the cores will run in the same hardware frequency. Please find cpufreq-info output below(Relevant data shown)&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;$ cpufreq-info&lt;/STRONG&gt; &lt;BR /&gt;*******************&lt;BR /&gt;analyzing CPU 0:&lt;BR /&gt; driver: acpi-cpufreq&lt;BR /&gt; &lt;STRONG&gt;CPUs which run at the same hardware frequency: 0 1&lt;/STRONG&gt;&lt;BR /&gt; CPUs which need to have their frequency coordinated by software: 0&lt;BR /&gt; maximum transition latency: 10.0 us.&lt;BR /&gt; hardware limits: 1000 MHz - 2.00 GHz&lt;BR /&gt; available frequency steps: 2.00 GHz, 1.67 GHz, 1.33 GHz, 1000 MHz&lt;BR /&gt;********************&lt;/P&gt;
&lt;P&gt;********************&lt;BR /&gt;analyzing CPU 1:&lt;BR /&gt; driver: acpi-cpufreq&lt;BR /&gt; &lt;STRONG&gt;CPUs which run at the same hardware frequency: 0 1&lt;/STRONG&gt;&lt;BR /&gt; CPUs which need to have their frequency coordinated by software: 1&lt;BR /&gt; maximum transition latency: 10.0 us.&lt;BR /&gt; hardware limits: 1000 MHz - 2.00 GHz&lt;BR /&gt; available frequency steps: 2.00 GHz, 1.67 GHz, 1.33 GHz, 1000 MHz&lt;/P&gt;
&lt;P&gt;Hence by above output I expect both cores to vary its frequency in a synchronous fashion.&lt;/P&gt;
&lt;P&gt;But when I tried to check the frequency of each core by using the information in /proc/cpuinfo, I see that the cores are varying its frequency individually. The command I used and its output are below:&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;$&amp;nbsp;while true; do grep -e "cpu MHz" /proc/cpuinfo; echo "===";sleep 0.1; done&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;cpu MHz : 1000.000&lt;BR /&gt;cpu MHz : 1000.000&lt;BR /&gt;===&lt;BR /&gt;&lt;STRONG&gt;cpu MHz : 2000.000&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;cpu MHz : 1000.000&lt;/STRONG&gt;&lt;BR /&gt;===&lt;BR /&gt;cpu MHz : 1000.000&lt;BR /&gt;cpu MHz : 1000.000&lt;BR /&gt;===&lt;BR /&gt;cpu MHz : 1000.000&lt;BR /&gt;cpu MHz : 1000.000&lt;BR /&gt;===&lt;BR /&gt;&lt;STRONG&gt;cpu MHz : 1000.000&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;cpu MHz : 2000.000&lt;/STRONG&gt;&lt;BR /&gt;===&lt;BR /&gt;cpu MHz : 1000.000&lt;BR /&gt;cpu MHz : 1000.000&lt;BR /&gt;===&lt;BR /&gt;******************&lt;/P&gt;
&lt;P&gt;******************&lt;/P&gt;
&lt;P&gt;The above output can be more neatly obtained using watch command as below:&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;$&amp;nbsp;watch -n 0.1 grep \"cpu MHz\" /proc/cpuinfo&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;My questions are:&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;1) Can someone explain why the cores change the frequency individually even though the cpurfreq-info says that both the cores run at the same hardware frequency? Am I missing something?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;STRONG&gt;2) Does latest intel multi-core chips have per-core DVFS? Kindly let me know.&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;3) Can voltage and frequency can be changed independent of each other in latest multicore processors using EIST (Enhanced Intel Speed Step Technology)?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Kindly let me know your comments...&lt;/P&gt;
&lt;P&gt;Thanks for your time,&lt;/P&gt;
&lt;P&gt;Karthik.V.M.&lt;/P&gt;</description>
    <pubDate>Sun, 05 May 2013 22:04:12 GMT</pubDate>
    <dc:creator>Karthik_Vadambacheri</dc:creator>
    <dc:date>2013-05-05T22:04:12Z</dc:date>
    <item>
      <title>DVFS capabilities in latest Intel processors</title>
      <link>https://community.intel.com/t5/Software-Archive/DVFS-capabilities-in-latest-Intel-processors/m-p/949582#M19201</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I would like to know whether we can change the frequency of the intel multi-core processors individually. I have&amp;nbsp;Intel Core2Duo CPU T5750 which has 2 cores. When I run cpufreq-info in Linux I get to know that both the cores will run in the same hardware frequency. Please find cpufreq-info output below(Relevant data shown)&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;$ cpufreq-info&lt;/STRONG&gt; &lt;BR /&gt;*******************&lt;BR /&gt;analyzing CPU 0:&lt;BR /&gt; driver: acpi-cpufreq&lt;BR /&gt; &lt;STRONG&gt;CPUs which run at the same hardware frequency: 0 1&lt;/STRONG&gt;&lt;BR /&gt; CPUs which need to have their frequency coordinated by software: 0&lt;BR /&gt; maximum transition latency: 10.0 us.&lt;BR /&gt; hardware limits: 1000 MHz - 2.00 GHz&lt;BR /&gt; available frequency steps: 2.00 GHz, 1.67 GHz, 1.33 GHz, 1000 MHz&lt;BR /&gt;********************&lt;/P&gt;
&lt;P&gt;********************&lt;BR /&gt;analyzing CPU 1:&lt;BR /&gt; driver: acpi-cpufreq&lt;BR /&gt; &lt;STRONG&gt;CPUs which run at the same hardware frequency: 0 1&lt;/STRONG&gt;&lt;BR /&gt; CPUs which need to have their frequency coordinated by software: 1&lt;BR /&gt; maximum transition latency: 10.0 us.&lt;BR /&gt; hardware limits: 1000 MHz - 2.00 GHz&lt;BR /&gt; available frequency steps: 2.00 GHz, 1.67 GHz, 1.33 GHz, 1000 MHz&lt;/P&gt;
&lt;P&gt;Hence by above output I expect both cores to vary its frequency in a synchronous fashion.&lt;/P&gt;
&lt;P&gt;But when I tried to check the frequency of each core by using the information in /proc/cpuinfo, I see that the cores are varying its frequency individually. The command I used and its output are below:&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;$&amp;nbsp;while true; do grep -e "cpu MHz" /proc/cpuinfo; echo "===";sleep 0.1; done&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;cpu MHz : 1000.000&lt;BR /&gt;cpu MHz : 1000.000&lt;BR /&gt;===&lt;BR /&gt;&lt;STRONG&gt;cpu MHz : 2000.000&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;cpu MHz : 1000.000&lt;/STRONG&gt;&lt;BR /&gt;===&lt;BR /&gt;cpu MHz : 1000.000&lt;BR /&gt;cpu MHz : 1000.000&lt;BR /&gt;===&lt;BR /&gt;cpu MHz : 1000.000&lt;BR /&gt;cpu MHz : 1000.000&lt;BR /&gt;===&lt;BR /&gt;&lt;STRONG&gt;cpu MHz : 1000.000&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;cpu MHz : 2000.000&lt;/STRONG&gt;&lt;BR /&gt;===&lt;BR /&gt;cpu MHz : 1000.000&lt;BR /&gt;cpu MHz : 1000.000&lt;BR /&gt;===&lt;BR /&gt;******************&lt;/P&gt;
&lt;P&gt;******************&lt;/P&gt;
&lt;P&gt;The above output can be more neatly obtained using watch command as below:&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;$&amp;nbsp;watch -n 0.1 grep \"cpu MHz\" /proc/cpuinfo&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;My questions are:&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;1) Can someone explain why the cores change the frequency individually even though the cpurfreq-info says that both the cores run at the same hardware frequency? Am I missing something?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;STRONG&gt;2) Does latest intel multi-core chips have per-core DVFS? Kindly let me know.&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;3) Can voltage and frequency can be changed independent of each other in latest multicore processors using EIST (Enhanced Intel Speed Step Technology)?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Kindly let me know your comments...&lt;/P&gt;
&lt;P&gt;Thanks for your time,&lt;/P&gt;
&lt;P&gt;Karthik.V.M.&lt;/P&gt;</description>
      <pubDate>Sun, 05 May 2013 22:04:12 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/DVFS-capabilities-in-latest-Intel-processors/m-p/949582#M19201</guid>
      <dc:creator>Karthik_Vadambacheri</dc:creator>
      <dc:date>2013-05-05T22:04:12Z</dc:date>
    </item>
    <item>
      <title>Hi Karthik,</title>
      <link>https://community.intel.com/t5/Software-Archive/DVFS-capabilities-in-latest-Intel-processors/m-p/949583#M19202</link>
      <description>&lt;P&gt;Hi Karthik,&lt;/P&gt;
&lt;P&gt;You may want to repost this on the Community for processors here: &lt;A href="http://communities.intel.com/community/tech/processors"&gt;http://communities.intel.com/community/tech/processors&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Regards, Hal G&lt;/P&gt;
&lt;P&gt;Intel(R) Developer Zone Support&lt;/P&gt;
&lt;P&gt;&lt;A href="http://software.intel.com/"&gt;http://software.intel.com&lt;/A&gt;&lt;BR /&gt;*Other names and brands may be claimed as the property of others.&lt;/P&gt;</description>
      <pubDate>Wed, 08 May 2013 16:11:47 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/DVFS-capabilities-in-latest-Intel-processors/m-p/949583#M19202</guid>
      <dc:creator>Harold_G_Intel</dc:creator>
      <dc:date>2013-05-08T16:11:47Z</dc:date>
    </item>
    <item>
      <title>Hi Hal,</title>
      <link>https://community.intel.com/t5/Software-Archive/DVFS-capabilities-in-latest-Intel-processors/m-p/949584#M19203</link>
      <description>&lt;P&gt;Hi Hal,&lt;/P&gt;
&lt;P&gt;Thanks a lot for your assistance. I will repost it there.&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;karthik&lt;/P&gt;</description>
      <pubDate>Fri, 10 May 2013 00:31:30 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/DVFS-capabilities-in-latest-Intel-processors/m-p/949584#M19203</guid>
      <dc:creator>Karthik_Vadambacheri</dc:creator>
      <dc:date>2013-05-10T00:31:30Z</dc:date>
    </item>
  </channel>
</rss>

