Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1468849 > unrolled thread

Re: [PATCH] sched/fair: Fix fixed point arithmetic width for shares and effective load

Started byPeter Zijlstra <peterz@infradead.org>
First post2016-08-23 23:00 +0200
Last post2016-08-23 23:00 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: [PATCH] sched/fair: Fix fixed point arithmetic width for shares  and effective load Peter Zijlstra <peterz@infradead.org> - 2016-08-23 23:00 +0200

#1468849 — Re: [PATCH] sched/fair: Fix fixed point arithmetic width for shares and effective load

FromPeter Zijlstra <peterz@infradead.org>
Date2016-08-23 23:00 +0200
SubjectRe: [PATCH] sched/fair: Fix fixed point arithmetic width for shares and effective load
Message-ID<s9qXE-H7-9@gated-at.bofh.it>
On Tue, Aug 23, 2016 at 01:40:01PM -0700, Paul Turner wrote:
> Independent of this patch:
>   When we initially introduced load scaling, it was ~uniform on every
> value.  Most of the current pain has come from, and will continue to
> come from, that with v2 of the load-tracking this is no longer the
> case.  We have a massive number of scaled and unscaled inputs floating
> around, many of them derived values (e.g. source_load above) which
> require chasing.
> 
> I propose we simplify this.

Yes please... I had been thinking of trying to use sparse to give the
different FP scales different types, but gave up real quick on that. 

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web