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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 8792FEC873F for ; Thu, 7 Sep 2023 15:25:02 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S239784AbjIGPYM (ORCPT ); Thu, 7 Sep 2023 11:24:12 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57600 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235878AbjIGPXR (ORCPT ); Thu, 7 Sep 2023 11:23:17 -0400 Received: from casper.infradead.org (casper.infradead.org [IPv6:2001:8b0:10b:1236::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7DB9E199; Thu, 7 Sep 2023 08:23:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=casper.20170209; h=In-Reply-To:Content-Type:MIME-Version: References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=kJOi6MUn+Vldg3NHHX2a3mAlkndJSdjyJyfTtx+pnrE=; b=PTA5yew4pQ4352Q/YhXHFzTra/ 3Kobfh90G+9NrYKS2Q1PqgAO0RlzyS/DqtB5QhU1CEMlGhkpef6JZw5PUEPUEdXEAiWMyTY/yQbSl Rq4NZU3DYt5BXu7xj5DpB04SVIuBXEBd8zgsKfEzOmzcmGzL98+mKTU87h4XLfBLfwpM9I3bJqVqo /Z7phzhDhxT9pGEJxuw1Un4tP5pkg1SROjdguGpA106fn/eKz8RME9SK4OWWJGTwsLiL1kn/aiIvz mgA6Izz+uUaxPfDtbzhNNe6TM6uzO3D32W17GNgXVO9ezM1nUY2I3FQC40MErRSqsSxhyWCynfUzj Xbf5X4Uw==; Received: from j130084.upc-j.chello.nl ([24.132.130.84] helo=noisy.programming.kicks-ass.net) by casper.infradead.org with esmtpsa (Exim 4.94.2 #2 (Red Hat Linux)) id 1qeF1j-00B8NG-S7; Thu, 07 Sep 2023 13:26:31 +0000 Received: by noisy.programming.kicks-ass.net (Postfix, from userid 1000) id 86F64300687; Thu, 7 Sep 2023 15:26:31 +0200 (CEST) Date: Thu, 7 Sep 2023 15:26:31 +0200 From: Peter Zijlstra To: Qais Yousef Cc: Lukasz Luba , linux-kernel@vger.kernel.org, linux-pm@vger.kernel.org, "Rafael J. Wysocki" , Ingo Molnar , Dietmar Eggemann , Vincent Guittot , Viresh Kumar Subject: Re: [RFC PATCH 0/7] sched: cpufreq: Remove magic margins Message-ID: <20230907132631.GF10955@noisy.programming.kicks-ass.net> References: <20230827233203.1315953-1-qyousef@layalina.io> <20230906211850.zyvk6qtt6fvpxaf3@airbuntu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230906211850.zyvk6qtt6fvpxaf3@airbuntu> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Sep 06, 2023 at 10:18:50PM +0100, Qais Yousef wrote: > This is probably controversial statement. But I am not in favour of util_est. > I need to collect the data, but I think we're better with 16ms PELT HALFLIFE as > default instead. But I will need to do a separate investigation on that. I think util_est makes perfect sense, where PELT has to fundamentally decay non-running / non-runnable tasks in order to provide a temporal average, DVFS might be best served with a termporal max filter.