lkml.org 
[lkml]   [2015]   [Oct]   [23]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Subject[PATCH v4 0/3] sched: account fair load avg consistently
Date
From: Byungchul Park <byungchul.park@lge.com>

* change from v3 to v4
- optimize - force to use rmb() once when doing migration
- optimize - not add additional variable to task_struct
- change the order of migrate_task_rq() and __set_task_cpu()

* change from v2 to v3
- consider otimization in the case of migration
- split patches to 3 to be reviewed easily

* change from v1 to v2
- make set_task_rq() do that role instead of migration callback
- make set_task_rq() do that role instead of move group callback
- remove the dependancy between last_update_time and check for migration

Byungchul Park (3):
sched/fair: make it possible to account fair load avg consistently
sched/fair: split the remove_entity_load_avg() into two functions
sched: optimize migration by forcing rmb() and updating to be called
once

kernel/sched/core.c | 10 +++---
kernel/sched/fair.c | 97 +++++++++++++++++++++++++++++++++++++++-----------
kernel/sched/sched.h | 4 +++
3 files changed, 87 insertions(+), 24 deletions(-)

--
1.7.9.5



\
 
 \ /
  Last update: 2015-10-23 18:41    [W:0.083 / U:0.116 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site