Difference between revisions of "DVFS"

From esoterum.org
Jump to: navigation, search
(Switching Overhead)
(Switching Overhead)
Line 3: Line 3:
  
 
=== Switching Overhead ===
 
=== Switching Overhead ===
 +
*[http://acpi.sourceforge.net/documentation/processor.html Getting c-state and p-state info in linux]
 +
 
*[http://www.intel.co.jp/Assets/en_US/PDF/datasheet/323369.pdf Intel Xeop Processor 5600 Series, Datasheet Volume I]. March 2010.
 
*[http://www.intel.co.jp/Assets/en_US/PDF/datasheet/323369.pdf Intel Xeop Processor 5600 Series, Datasheet Volume I]. March 2010.
 
:-p. 168: "Processor core (including shared cache) is unavailable for less than 2us during the frequency transition."
 
:-p. 168: "Processor core (including shared cache) is unavailable for less than 2us during the frequency transition."

Revision as of 02:06, 29 August 2010

DVFS, Wikipedia An article that need to be written.

Switching Overhead

-p. 168: "Processor core (including shared cache) is unavailable for less than 2us during the frequency transition."
Power consumption table for 5600 by C-state
Power consumption table for several processors at different power management C-states
-20us transition overhead for all C-states?
-Overview charts on C-State configuration details wakeup times and power consumption
-Gives wakeup times, but don't know where they came from

DVFS Project Resources

Concise references for DVFS project from 2003 using speedstep on an IBM Thinkpad
Good linux kernel reference
  • Topic: Addressing the power cost of switching overhead in DVFS processors.

Experimental Setup

DVFS Papers

Prediction and switching overhead

DVFS in Linux