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


Groups > linux.kernel > #1275108 > unrolled thread

Re: [PATCH v2 0/6] sched/fair: Clean up sched metric definitions

Started byYuyang Du <yuyang.du@intel.com>
First post2015-11-23 09:20 +0100
Last post2015-11-23 09:20 +0100
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 v2 0/6] sched/fair: Clean up sched metric definitions Yuyang Du <yuyang.du@intel.com> - 2015-11-23 09:20 +0100

#1275108 — Re: [PATCH v2 0/6] sched/fair: Clean up sched metric definitions

FromYuyang Du <yuyang.du@intel.com>
Date2015-11-23 09:20 +0100
SubjectRe: [PATCH v2 0/6] sched/fair: Clean up sched metric definitions
Message-ID<qxUvV-7DO-23@gated-at.bofh.it>
Hi Peter and Ingo,

A reminder of this patch searies, in case you forget.

Thanks,
Yuyang

On Thu, Oct 22, 2015 at 07:24:42AM +0800, Yuyang Du wrote:
> Hi Peter and Ingo,
> 
> As discussed recently, the sched metrics need a little bit cleanup. This
> series of patches attempt to do that: refactor, rename, remove...
> 
> Thanks a lot to Ben, Morten, Dietmar, Vincent, and others who provided
> valuable comments.
> 
> v2 changes:
> - Rename SCHED_RESOLUTION_SHIFT to SCHED_FIXEDPOINT_SHIFT, thanks to Peter
> - Fix bugs in calculate_imbalance(), thanks to Vincent
> - Fix "#if 0" for increased kernel load
> 
> Thanks,
> Yuyang
> 
> Yuyang Du (6):
>   sched/fair: Generalize the load/util averages resolution definition
>   sched/fair: Remove SCHED_LOAD_SHIFT and SCHED_LOAD_SCALE
>   sched/fair: Add introduction to the sched load avg metrics
>   sched/fair: Remove scale_load_down() for load_avg
>   sched/fair: Rename scale_load() and scale_load_down()
>   sched/fair: Remove unconditionally inactive code
> 
>  include/linux/sched.h | 81 +++++++++++++++++++++++++++++++++++++++++++--------
>  init/Kconfig          | 16 ++++++++++
>  kernel/sched/core.c   |  8 ++---
>  kernel/sched/fair.c   | 33 ++++++++++-----------
>  kernel/sched/sched.h  | 52 +++++++++++++++------------------
>  5 files changed, 127 insertions(+), 63 deletions(-)
> 
> -- 
> 2.1.4
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web