LWN.net Logo

Rethinking power-aware scheduling

Rethinking power-aware scheduling

Posted Jan 12, 2012 23:16 UTC (Thu) by dlang (✭ supporter ✭, #313)
In reply to: Rethinking power-aware scheduling by jzbiciak
Parent article: Rethinking power-aware scheduling

you can't abstract all of this out, for several of these things there are performance implications to how you distribute the work across the cores that you have, and only the scheduler should be involved in that discussion. this is mostly factors around shared resources (cores for hyperthreading, FPU for bulldozer, memory I/O for NUMA, etc)

but the governor can know that if it shuts down some cores it can increase the clock on the remaining cores, and as a result it may choose to shut down some cores even if the remaining cores couldn't _quite_ handle the expected load at the current clock speed.


(Log in to post comments)

Copyright © 2013, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds