From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755695Ab2GFOxo (ORCPT ); Fri, 6 Jul 2012 10:53:44 -0400 Received: from merlin.infradead.org ([205.233.59.134]:38764 "EHLO merlin.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753607Ab2GFOxn convert rfc822-to-8bit (ORCPT ); Fri, 6 Jul 2012 10:53:43 -0400 Message-ID: <1341586388.7709.51.camel@twins> Subject: Re: [PATCH 03/16] sched: aggregate load contributed by task entities on parenting cfs_rq From: Peter Zijlstra To: Paul Turner Cc: linux-kernel@vger.kernel.org, Venki Pallipadi , Srivatsa Vaddagiri , Vincent Guittot , Nikunj A Dadhania , Mike Galbraith , Kamalesh Babulal , Ben Segall , Ingo Molnar , "Paul E. McKenney" , Morten Rasmussen , Vaidyanathan Srinivasan Date: Fri, 06 Jul 2012 16:53:08 +0200 In-Reply-To: <1341415726.19870.0.camel@laptop> References: <20120628022413.30496.32798.stgit@kitami.mtv.corp.google.com> <20120628022414.30496.73426.stgit@kitami.mtv.corp.google.com> <1341415726.19870.0.camel@laptop> Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7BIT X-Mailer: Evolution 3.2.2- Mime-Version: 1.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 2012-07-04 at 17:28 +0200, Peter Zijlstra wrote: > On Wed, 2012-06-27 at 19:24 -0700, Paul Turner wrote: > > For a given task t, we can compute its contribution to load as: > > task_load(t) = runnable_avg(t) * weight(t) > > > > On a parenting cfs_rq we can then aggregate > > runnable_load(cfs_rq) = \Sum task_load(t), for all runnable children t > > > > Maintain this bottom up, with task entities adding their contributed load to > > the parenting cfs_rq sum. When a task entities load changes we add the same > > delta to the maintained sum. > > > > Signed-off-by: Paul Turner > > Signed-off-by: Ben Segall > > A lot of patches have this funny sob trail.. Ben never send me these > patches, so uhm. ? > > Should that be Reviewed-by, or what is the deal with those? Ben could you clarify what your exact contribution was? Ingo, supposing Ben is co-author and wrote a significant part of the patch, what are we supposed to do with these tags?