From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.2 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id AF237C433DF for ; Fri, 29 May 2020 16:06:08 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 7E2FB2075A for ; Fri, 29 May 2020 16:06:08 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728092AbgE2QGD (ORCPT ); Fri, 29 May 2020 12:06:03 -0400 Received: from foss.arm.com ([217.140.110.172]:38738 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726803AbgE2QGD (ORCPT ); Fri, 29 May 2020 12:06:03 -0400 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 653E21063; Fri, 29 May 2020 09:06:02 -0700 (PDT) Received: from e107158-lin (e107158-lin.cambridge.arm.com [10.1.195.21]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id B07923F718; Fri, 29 May 2020 09:05:59 -0700 (PDT) Date: Fri, 29 May 2020 17:05:57 +0100 From: Qais Yousef To: Mel Gorman Cc: Peter Zijlstra , Ingo Molnar , Randy Dunlap , Jonathan Corbet , Juri Lelli , Vincent Guittot , Dietmar Eggemann , Steven Rostedt , Ben Segall , Luis Chamberlain , Kees Cook , Iurii Zaikin , Quentin Perret , Valentin Schneider , Patrick Bellasi , Pavan Kondeti , linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org Subject: Re: [PATCH 1/2] sched/uclamp: Add a new sysctl to control RT default boost value Message-ID: <20200529160556.bessfi6wblvl572d@e107158-lin> References: <20200511154053.7822-1-qais.yousef@arm.com> <20200528132327.GB706460@hirez.programming.kicks-ass.net> <20200528155800.yjrmx3hj72xreryh@e107158-lin.cambridge.arm.com> <20200528161112.GI2483@worktop.programming.kicks-ass.net> <20200528165130.m5unoewcncuvxynn@e107158-lin.cambridge.arm.com> <20200529102125.GB3070@suse.de> <20200529151118.mnysa7jv4l3ntzsk@e107158-lin.cambridge.arm.com> <20200529160210.GC3070@suse.de> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20200529160210.GC3070@suse.de> User-Agent: NeoMutt/20171215 Sender: linux-fsdevel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-fsdevel@vger.kernel.org On 05/29/20 17:02, Mel Gorman wrote: > On Fri, May 29, 2020 at 04:11:18PM +0100, Qais Yousef wrote: > > > Elsewhere in the thread, I showed some results based on 5.7 so uclamp > > > task group existed but I had it disabled. The uclamp related parts of > > > the kconfig were > > > > > > # zgrep UCLAMP kconfig-5.7.0-rc7-with-clamp.txt.gz > > > CONFIG_UCLAMP_TASK=y > > > CONFIG_UCLAMP_BUCKETS_COUNT=5 > > > # CONFIG_UCLAMP_TASK_GROUP is not set > > > > So you never had the TASK_GROUP part enabled when you noticed the regression? > > Correct. > > > Or is it the other way around, you just disabled CONFIG_UCLAMP_TASK_GROUP to > > 'fix' it? > > > > I disabled CONFIG_UCLAMP_TASK to "fix" it. Okay. That eliminates one thing out at least. Thanks -- Qais Yousef