public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/7] sched/fair: fixes and cleanups
@ 2016-04-29 19:32 Dietmar Eggemann
  2016-04-29 19:32 ` [PATCH 1/7] sched/fair: Remove remaining power aware scheduling comments Dietmar Eggemann
                   ` (6 more replies)
  0 siblings, 7 replies; 21+ messages in thread
From: Dietmar Eggemann @ 2016-04-29 19:32 UTC (permalink / raw)
  To: Peter Zijlstra; +Cc: linux-kernel, Morten Rasmussen

This is a collection of rather loosely coupled small changes to the cfs 
scheduler related to: 

Comments (patch 1/7, 2/7):

  Remove/fix some outdated comments related to 'power aware scheduling'
  and smpnice.

Load-balance (patch 3/7 - 5/7):

  Change unit of load_above_capacity in calculate_imbalance() from
  [load] to [load/capacity]

  Refactoring logic in fix_small_imbalance() and remove
  cpu_avg_load_per_task().

Misc (patch 6/7, 7/7):

  Reorder update_sd_lb_stats() and use group_cfs_rq(se) throughout
  fair.c.

Test-results:

IVB-EP (2*10*2):

  perf stat --null --repeat 10 -- perf bench sched messaging -g 50 -l 5000

   Before:                     After:
   4.784556741 ( +- 0.99% )    4.760953662 ( +- 0.47% )

Juno (ARM64) (2B/4l*1):

  perf stat --null --repeat 10 -- perf bench sched messaging -g 20 -l 500

  Before:                     After:
  7.227439638 ( +- 0.50% )    7.151685712 ( +- 0.64% )

Dietmar Eggemann (5):
  sched/fair: Remove remaining power aware scheduling comments
  sched/fair: Fix comment in calculate_imbalance()
  sched/fair: Clean up the logic in fix_small_imbalance()
  sched/fair: Reorder code in update_sd_lb_stats()
  sched/fair: Use group_cfs_rq(se) instead of se->my_q

Morten Rasmussen (2):
  sched/fair: Correct unit of load_above_capacity
  sched/fair: Remove cpu_avg_load_per_task()

 kernel/sched/fair.c | 71 ++++++++++++++++++++---------------------------------
 1 file changed, 26 insertions(+), 45 deletions(-)

-- 
1.9.1

^ permalink raw reply	[flat|nested] 21+ messages in thread

end of thread, other threads:[~2016-05-31  6:32 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-29 19:32 [PATCH 0/7] sched/fair: fixes and cleanups Dietmar Eggemann
2016-04-29 19:32 ` [PATCH 1/7] sched/fair: Remove remaining power aware scheduling comments Dietmar Eggemann
2016-05-05  9:42   ` [tip:sched/core] sched/fair: Remove stale " tip-bot for Dietmar Eggemann
2016-04-29 19:32 ` [PATCH 2/7] sched/fair: Fix comment in calculate_imbalance() Dietmar Eggemann
2016-05-05  9:42   ` [tip:sched/core] " tip-bot for Dietmar Eggemann
2016-04-29 19:32 ` [PATCH 3/7] sched/fair: Correct unit of load_above_capacity Dietmar Eggemann
2016-05-03 10:52   ` Peter Zijlstra
2016-05-03 14:56     ` Morten Rasmussen
2016-05-12 10:31   ` [tip:sched/core] " tip-bot for Morten Rasmussen
2016-05-12 21:48     ` Yuyang Du
2016-05-13  8:22       ` Vincent Guittot
2016-05-19 15:36         ` Morten Rasmussen
2016-05-20  8:17           ` Vincent Guittot
2016-05-23 20:24           ` Yuyang Du
2016-05-30 22:35             ` Yuyang Du
2016-04-29 19:32 ` [PATCH 4/7] sched/fair: Clean up the logic in fix_small_imbalance() Dietmar Eggemann
2016-05-03 10:12   ` Peter Zijlstra
2016-05-03 16:53     ` Dietmar Eggemann
2016-04-29 19:32 ` [PATCH 5/7] sched/fair: Remove cpu_avg_load_per_task() Dietmar Eggemann
2016-04-29 19:32 ` [PATCH 6/7] sched/fair: Reorder code in update_sd_lb_stats() Dietmar Eggemann
2016-04-29 19:32 ` [PATCH 7/7] sched/fair: Use group_cfs_rq(se) instead of se->my_q Dietmar Eggemann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox