lkml.org 
[lkml]   [2018]   [Oct]   [26]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Subject[PATCH v5 0/2] sched/fair: update scale invariance of PELT
Date
This new version of the scale invariance patchset adds an important change
compare to v3 and before. It still scales the time to reflect the
amount of work that has been done during the elapsed running time but this is
now done at rq level instead of per entity and rt/dl/cfs_rq. The main
advantage is that it is done once per clock update and we don't need to
maintain per sched_avg's stolen_idle_time anymore. This also ensure that
all pelt signals will be always synced for a rq.

The 1st patch makes available rq_of() helper function for pelt.c file and
the 2nd patch implements the new scaling algorithm

Changes since v4:
- Fix compile issue for !SMP raised by kbuild test robot
- Fix lost_idle_time update raised by Pavan

Vincent Guittot (2):
sched/fair: move rq_of helper function
sched/fair: update scale invariance of PELT

kernel/sched/core.c | 1 +
kernel/sched/deadline.c | 6 +--
kernel/sched/fair.c | 38 +++++++----------
kernel/sched/pelt.c | 23 +++++-----
kernel/sched/pelt.h | 109 ++++++++++++++++++++++++++++++++++++++++++++++++
kernel/sched/rt.c | 6 +--
kernel/sched/sched.h | 21 +++++++++-
7 files changed, 164 insertions(+), 40 deletions(-)

--
2.7.4

\
 
 \ /
  Last update: 2018-10-26 18:12    [W:0.129 / U:0.124 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site