[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20121115164730.17426.36051.stgit@preeti.in.ibm.com>
Date: Thu, 15 Nov 2012 22:23:52 +0530
From: Preeti U Murthy <preeti@...ux.vnet.ibm.com>
To: paulmck@...ux.vnet.ibm.com, vincent.guittot@...aro.org,
a.p.zijlstra@...llo.nl, viresh.kumar@...aro.org,
linux-kernel@...r.kernel.org, amit.kucheria@...aro.org,
Morten.Rasmussen@....com, paul.mckenney@...aro.org,
akpm@...ux-foundation.org, svaidy@...ux.vnet.ibm.com,
arjan@...ux.intel.com, mingo@...nel.org, pjt@...gle.com
Cc: venki@...gle.com, robin.randhawa@....com,
linaro-dev@...ts.linaro.org, suresh.b.siddha@...el.com,
mjg59@...f.ucam.org, deepthi@...ux.vnet.ibm.com,
srivatsa.bhat@...ux.vnet.ibm.com, Arvind.Chauhan@....com,
linux-arm-kernel@...ts.infradead.org
Subject: [RFC v2 PATCH 0/2] sched: Integrating Per-entity-load-tracking with
the core scheduler
This approach aims to retain the current behavior of load balancer with the
change being only in the metric consumed during load balancing,
without unnecessary introduction of new variables.This RFC has been posted to
evaluate its design;to see if this is the right way to go about introducing
per-entity-load-tracking metric for the consumers of the same; in this
specific case,the load balancer.Once the design has been approved off,I can
go around to testing it.
The patch has been based out of tip-master:HEAD at commit 8a1d31c703d
Subject:Merge branch 'x86/urgent'
Grateful to Peter Zijlstra and Ingo Molnar for their valuable feedback on v1
of the RFC which was the foundation for this version.
PATCH[1/2] Aims at enabling usage of Per-Entity-Load-Tracking for load balacing
PATCH[2/2] The crux of the patchset lies here.
---
Preeti U Murthy (2):
sched: Revert temporary FAIR_GROUP_SCHED dependency for load-tracking
sched: Use Per-Entity-Load-Tracking metric for load balancing
include/linux/sched.h | 9 +-----
kernel/sched/core.c | 19 +++++-------
kernel/sched/fair.c | 76 +++++++++++++++++++++----------------------------
kernel/sched/sched.h | 9 +-----
4 files changed, 43 insertions(+), 70 deletions(-)
--
Preeti U Murthy
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists