Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1471626
| From | Yuyang Du <yuyang.du@intel.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v1 01/10] sched/fair: Chance LOAD_AVG_MAX_N from 345 to 347 |
| Date | 2016-08-29 10:10 +0200 |
| Message-ID | <sbpNM-4Om-43@gated-at.bofh.it> (permalink) |
| References | <s4GA2-f8-9@gated-at.bofh.it> <s4HPs-16w-23@gated-at.bofh.it> <s9IUx-4Cp-15@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Wed, Aug 24, 2016 at 06:01:32PM +0200, Vincent Guittot wrote: > > diff --git a/kernel/sched/fair.c b/kernel/sched/fair.c > > index 4088eed..997297b 100644 > > --- a/kernel/sched/fair.c > > +++ b/kernel/sched/fair.c > > @@ -666,7 +666,7 @@ static unsigned long task_h_load(struct task_struct *p); > > */ > > #define LOAD_AVG_PERIOD 32 > > #define LOAD_AVG_MAX 47742 /* maximum possible load avg */ > > -#define LOAD_AVG_MAX_N 345 /* number of full periods to produce LOAD_AVG_MAX */ > > +#define LOAD_AVG_MAX_N 347 /* number of full periods to produce LOAD_AVG_MAX */ > > Acked-by: Vincent Guittot <vincent.guitto@linar.org> Thanks, Vincent.
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
Re: [PATCH v1 01/10] sched/fair: Chance LOAD_AVG_MAX_N from 345 to 347 Yuyang Du <yuyang.du@intel.com> - 2016-08-29 10:10 +0200
csiph-web