Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753745AbbKWIM4 (ORCPT ); Mon, 23 Nov 2015 03:12:56 -0500 Received: from mga11.intel.com ([192.55.52.93]:57259 "EHLO mga11.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753646AbbKWIMy (ORCPT ); Mon, 23 Nov 2015 03:12:54 -0500 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.20,336,1444719600"; d="scan'208";a="858535" Date: Mon, 23 Nov 2015 08:25:43 +0800 From: Yuyang Du To: mingo@kernel.org, peterz@infradead.org, linux-kernel@vger.kernel.org Cc: bsegall@google.com, pjt@google.com, morten.rasmussen@arm.com, vincent.guittot@linaro.org, dietmar.eggemann@arm.com, lizefan@huawei.com, umgwanakikbuti@gmail.com Subject: Re: [PATCH v2 0/6] sched/fair: Clean up sched metric definitions Message-ID: <20151123002543.GA9523@intel.com> References: <1445469888-14661-1-git-send-email-yuyang.du@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1445469888-14661-1-git-send-email-yuyang.du@intel.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1605 Lines: 46 Hi Peter and Ingo, A reminder of this patch searies, in case you forget. Thanks, Yuyang On Thu, Oct 22, 2015 at 07:24:42AM +0800, Yuyang Du wrote: > Hi Peter and Ingo, > > As discussed recently, the sched metrics need a little bit cleanup. This > series of patches attempt to do that: refactor, rename, remove... > > Thanks a lot to Ben, Morten, Dietmar, Vincent, and others who provided > valuable comments. > > v2 changes: > - Rename SCHED_RESOLUTION_SHIFT to SCHED_FIXEDPOINT_SHIFT, thanks to Peter > - Fix bugs in calculate_imbalance(), thanks to Vincent > - Fix "#if 0" for increased kernel load > > Thanks, > Yuyang > > Yuyang Du (6): > sched/fair: Generalize the load/util averages resolution definition > sched/fair: Remove SCHED_LOAD_SHIFT and SCHED_LOAD_SCALE > sched/fair: Add introduction to the sched load avg metrics > sched/fair: Remove scale_load_down() for load_avg > sched/fair: Rename scale_load() and scale_load_down() > sched/fair: Remove unconditionally inactive code > > include/linux/sched.h | 81 +++++++++++++++++++++++++++++++++++++++++++-------- > init/Kconfig | 16 ++++++++++ > kernel/sched/core.c | 8 ++--- > kernel/sched/fair.c | 33 ++++++++++----------- > kernel/sched/sched.h | 52 +++++++++++++++------------------ > 5 files changed, 127 insertions(+), 63 deletions(-) > > -- > 2.1.4 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/