On Mon, Apr 28, 2014 at 12:07:31PM +0100, Daniel Lezcano wrote:
I'm really wondering if the cgroup couldn't be a good solution:
Amit pointed the conflict about the power vs performance with some applications. We want to have for example a game to run fast performance and some other application to save power.
The cgroup will allow to:
- eg. create a couple of cgroup one for performance and the other one
for power and assign the different applications to one of these group
If you mean using the cgroups similar to how Android has foreground and background groups, I think cgroups is a good way to distinguish between tasks with different performance priorities.
We can't optimize for both energy and performance at the same time, but it would allow us to only deliver high performance when a high performance task is runnable. It would give us more fine-grained control than either energy or performance for all tasks. If necessary, it would also be possible to have more than two cgroups.