Re: [PATCH 09/15] sched,fair: refactor enqueue/dequeue_entity

2019-09-04 Thread Vincent Guittot
On Tue, 3 Sep 2019 at 22:27, Rik van Riel wrote: > > On Tue, 2019-09-03 at 17:38 +0200, Vincent Guittot wrote: > > Hi Rik, > > > > On Thu, 22 Aug 2019 at 04:18, Rik van Riel wrote: > > > Refactor enqueue_entity, dequeue_entity, and update_load_avg, in > > > order > > > to split out the things we

Re: [PATCH 09/15] sched,fair: refactor enqueue/dequeue_entity

2019-09-03 Thread Rik van Riel
On Tue, 2019-09-03 at 17:38 +0200, Vincent Guittot wrote: > Hi Rik, > > On Thu, 22 Aug 2019 at 04:18, Rik van Riel wrote: > > Refactor enqueue_entity, dequeue_entity, and update_load_avg, in > > order > > to split out the things we still want to happen at every level in > > the > > cgroup

Re: [PATCH 09/15] sched,fair: refactor enqueue/dequeue_entity

2019-09-03 Thread Vincent Guittot
Hi Rik, On Thu, 22 Aug 2019 at 04:18, Rik van Riel wrote: > > Refactor enqueue_entity, dequeue_entity, and update_load_avg, in order > to split out the things we still want to happen at every level in the > cgroup hierarchy with a flat runqueue from the things we only need to > happen once. > >

[PATCH 09/15] sched,fair: refactor enqueue/dequeue_entity

2019-08-21 Thread Rik van Riel
Refactor enqueue_entity, dequeue_entity, and update_load_avg, in order to split out the things we still want to happen at every level in the cgroup hierarchy with a flat runqueue from the things we only need to happen once. No functional changes. Signed-off-by: Rik van Riel ---