Using Info from User Space?
Using Info from User Space?
Posted Nov 3, 2013 5:09 UTC (Sun) by dlang (guest, #313)In reply to: Using Info from User Space? by raven667
Parent article: The power-aware scheduling mini-summit
the kernel can't know if the user would rather finish faster at the cost of more power or to save power even if it takes longer to finish unless the user tells the kernel somehow, so it's not just as simple as 'userspace determines the work to be done and the kernel schedules it in the most efficient manner' because 'most efficient' is not a well defined term.
The other issue is that the user may want the system to remain at higher speeds even when idle to reduce the latency when new work arrives.
