Re: [PATCH 6/7] sched: Make sched entity usage tracking scale-invariant

2014-10-02 Thread Peter Zijlstra
On Tue, Sep 23, 2014 at 02:35:03PM +0100, Morten Rasmussen wrote: > On Mon, Sep 22, 2014 at 06:13:46PM +0100, bseg...@google.com wrote: > > Morten Rasmussen writes: > > > > > Apply scale-invariance correction factor to usage tracking as well. > > > > It seems like it would make more sense to ord

Re: [PATCH 6/7] sched: Make sched entity usage tracking scale-invariant

2014-09-23 Thread Morten Rasmussen
On Mon, Sep 22, 2014 at 06:13:46PM +0100, bseg...@google.com wrote: > Morten Rasmussen writes: > > > Apply scale-invariance correction factor to usage tracking as well. > > It seems like it would make more sense to order the patches as first the > usage tracking and then all of the scale-invaria

Re: [PATCH 6/7] sched: Make sched entity usage tracking scale-invariant

2014-09-22 Thread bsegall
Morten Rasmussen writes: > Apply scale-invariance correction factor to usage tracking as well. It seems like it would make more sense to order the patches as first the usage tracking and then all of the scale-invariance together, or perhaps to just fold this into the usage tracking patch. > > cc