Re: [PATCH 0/6 v7] sched: reflect sched_entity move into task_group's load

2016-11-12 Thread Vincent Guittot
On 10 November 2016 at 18:04, Dietmar Eggemann wrote: > On 08/11/16 09:53, Vincent Guittot wrote: >> Ensure that the move of a sched_entity will be reflected in load and >> utilization of the task_group hierarchy. >> >> When a sched_entity moves between groups or CPUs,

Re: [PATCH 0/6 v7] sched: reflect sched_entity move into task_group's load

2016-11-12 Thread Vincent Guittot
On 10 November 2016 at 18:04, Dietmar Eggemann wrote: > On 08/11/16 09:53, Vincent Guittot wrote: >> Ensure that the move of a sched_entity will be reflected in load and >> utilization of the task_group hierarchy. >> >> When a sched_entity moves between groups or CPUs, load and utilization >> of

Re: [PATCH 0/6 v7] sched: reflect sched_entity move into task_group's load

2016-11-10 Thread Dietmar Eggemann
On 08/11/16 09:53, Vincent Guittot wrote: > Ensure that the move of a sched_entity will be reflected in load and > utilization of the task_group hierarchy. > > When a sched_entity moves between groups or CPUs, load and utilization > of cfs_rq don't reflect the changes immediately but converge to

Re: [PATCH 0/6 v7] sched: reflect sched_entity move into task_group's load

2016-11-10 Thread Dietmar Eggemann
On 08/11/16 09:53, Vincent Guittot wrote: > Ensure that the move of a sched_entity will be reflected in load and > utilization of the task_group hierarchy. > > When a sched_entity moves between groups or CPUs, load and utilization > of cfs_rq don't reflect the changes immediately but converge to

[PATCH 0/6 v7] sched: reflect sched_entity move into task_group's load

2016-11-08 Thread Vincent Guittot
Ensure that the move of a sched_entity will be reflected in load and utilization of the task_group hierarchy. When a sched_entity moves between groups or CPUs, load and utilization of cfs_rq don't reflect the changes immediately but converge to new values. As a result, the metrics are no more

[PATCH 0/6 v7] sched: reflect sched_entity move into task_group's load

2016-11-08 Thread Vincent Guittot
Ensure that the move of a sched_entity will be reflected in load and utilization of the task_group hierarchy. When a sched_entity moves between groups or CPUs, load and utilization of cfs_rq don't reflect the changes immediately but converge to new values. As a result, the metrics are no more