Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp1236662imu; Wed, 28 Nov 2018 06:41:53 -0800 (PST) X-Google-Smtp-Source: AFSGD/Xpjfyf9ElgJaUMY51onxQdlW/54IXZPMPqD8eMEufE3gxEQNVoEY4IXtCemo8Ay4WyPSDe X-Received: by 2002:a17:902:6f09:: with SMTP id w9mr38171483plk.309.1543416113530; Wed, 28 Nov 2018 06:41:53 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1543416113; cv=none; d=google.com; s=arc-20160816; b=fRRfUb8zx6g5H+m5cJgoc3wBcVHxjMBFa1Q7AKV1gScY5Qcr28Wiul40UFW42Pgq8B p0QmrBgvKLsCZG5RaRS98skMyRNG/AAXit3WmfBn11Uf+VaW5VMzaWthHbBqHwXVpBep rFnyIc6tHnfj2pbvrMUd8d4tY0qGeKJ+7sAwwDS2VKEIua+weHtcr8clsNkDjf8bl1TB 1K2qdzll3Bs1xfxFDaK4GapWQf5AjhJxZunZgjbZdeVgWPAeqro7NzZVyAZFcQf6cv0e RgS5wQ9KR1dWmUCwC4Fh2ZwZEalYWZ+S03rlTLSJoGwKANVWRIYTIdP3VxSaMU336TIT qncA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=smLmVSpG5uLNRWY11tjp73tZBS4wvCcz7hcQ+ePy7b8=; b=ppGAt7M2T/RDKzcV/TSlGdFXH6MdMRhbse7VMhZJzR/bqFA8KESv4ezdAlhfo/QmOv aWEPsJEurQY7cNn/QAsUWjf4uOTn3Fo87cxRiEO9VJwVVpbClzJyQkZtPwCzrM17wlRy 1oWjs/+6TDGP5kFdfc8pWAS4RWsPnMJfkblMghdKVzA7L7meq0tlaMWlKuC2CxJWsy+0 9FXRo9RKh3uFBIV+f5TAvqXpoOdn65s6qrjc2KwYcuovvtvOPQiQEWQD3su/EtUv+OyQ aXrzCKvjGhUuKf2QTh4ijBNGvE9ix3BtOnsEaL4sZqkgSw8gOKAQBTU7fbpcgXWBJblD R5JA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id 5-v6si7777516plt.408.2018.11.28.06.41.37; Wed, 28 Nov 2018 06:41:53 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728624AbeK2Bmi (ORCPT + 99 others); Wed, 28 Nov 2018 20:42:38 -0500 Received: from foss.arm.com ([217.140.101.70]:42050 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728443AbeK2Bmh (ORCPT ); Wed, 28 Nov 2018 20:42:37 -0500 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.72.51.249]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 2109B2D97; Wed, 28 Nov 2018 06:40:44 -0800 (PST) Received: from e110439-lin (e110439-lin.cambridge.arm.com [10.1.194.43]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id DDD543F5AF; Wed, 28 Nov 2018 06:40:41 -0800 (PST) Date: Wed, 28 Nov 2018 14:40:39 +0000 From: Patrick Bellasi To: Vincent Guittot Cc: Peter Zijlstra , Ingo Molnar , linux-kernel , "Rafael J. Wysocki" , Dietmar Eggemann , Morten Rasmussen , Paul Turner , Ben Segall , Thara Gopinath , pkondeti@codeaurora.org, Quentin Perret , Srinivas Pandruvada Subject: Re: [PATCH v7 2/2] sched/fair: update scale invariance of PELT Message-ID: <20181128144039.GC23094@e110439-lin> References: <1542711308-25256-1-git-send-email-vincent.guittot@linaro.org> <1542711308-25256-3-git-send-email-vincent.guittot@linaro.org> <20181128100241.GA2131@hirez.programming.kicks-ass.net> <20181128115336.GB23094@e110439-lin> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 28-Nov 14:33, Vincent Guittot wrote: > On Wed, 28 Nov 2018 at 12:53, Patrick Bellasi wrote: > > > > On 28-Nov 11:02, Peter Zijlstra wrote: > > > On Wed, Nov 28, 2018 at 10:54:13AM +0100, Vincent Guittot wrote: > > > > > > > Is there anything else that I should do for these patches ? > > > > > > IIRC, Morten mention they break util_est; Patrick was going to explain. > > > > I guess the problem is that, once we cross the current capacity, > > strictly speaking util_avg does not represent anymore a utilization. > > > > With the new signal this could happen and we end up storing estimated > > utilization samples which will overestimate the task requirements. > > > > We will have a spike in estimated utilization at next wakeup, since we > > use MAX(util_avg@dequeue_time, ewma). Potentially we also inflate the EWMA in > > case we collect multiple samples above the current capacity. > > TBH I don't see how it's different from current implementation with a > task that was scheduled on big core and now wakes up on little core. > The util_est is overestimated as well. While running below the capacity of a CPU, either big or LITTLE, we can still measure the actual used bandwidth as long as we have idle time. If the task is then moved into a lower capacity core, I think it's still safe to assume that, likely, it would need more capacity. Why do you say it's the same ? With your new signal instead, once we cross the current capacity, utilization is just not anymore utilization. Thus, IMHO it make sense avoid to accumulate a sample for what we call "estimated utilization". I would also say that, with the current implementation which caps utilization to the current capacity, we get better estimation in general. At least we can say with absolute precision: "the task needs _at least_ that amount of capacity". Potentially we can also flag the task as being under-provisioned, in case there was not idle time, and _let a policy_ decide what to do with it and the granted information we have. While, with your new signal, once we are over the current capacity, the "utilization" is just a sort of "random" number at best useful to drive some conclusions about how long the task has been delayed. IOW, I fear that we are embedding a policy within a signal which is currently representing something very well defined: how much cpu bandwidth a task used. While, latency/under-provisioning policies perhaps should be better placed somewhere else. Perhaps I've missed it in some of the previous discussions: have we have considered/discussed this signal-vs-policy aspect ? -- #include Patrick Bellasi