Received: by 2002:a05:6a10:f347:0:0:0:0 with SMTP id d7csp540467pxu; Fri, 4 Dec 2020 09:14:07 -0800 (PST) X-Google-Smtp-Source: ABdhPJwp8Z0OR+x0Y0SP05mm5FIZifi7uUokxcTAb0iuRY8IrPbflAIhvpgd/ZSj8QWmq3Idb19k X-Received: by 2002:a50:fe87:: with SMTP id d7mr1402257edt.381.1607102047466; Fri, 04 Dec 2020 09:14:07 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1607102047; cv=none; d=google.com; s=arc-20160816; b=D1ouurOo5xgUV+W4devyLcPIb7Gto4OJ2MXHw3lqpikbHQ3Fi3ajLyGizXA8Gy2aEU M/92G2LeP0shbazcqI9pYVZkMTo4ucw6L9asL+TYvbEbhLXuyB0h9j5hIKjnOO0PTo1o O1MelIvqrBwhsx6hu0DjrLhl0XQGevF+hGTzrc6HSBOoOg/0DonqpLwMGjU04j35cz9M di0n6xxxTKgNfFg/LdzK5YWHoaWNBo93r1+J+5RXFP2YxdvadetTdtntQQdWwrXVocFc tnAxZ83vzlzuOXrnBiMFTyYKgykXosZwg9/ekLX/5nNsVyLZQ4fnbxC7GfMoZa23c8fG mNEQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :references:in-reply-to:date:cc:to:from:subject:message-id; bh=96OE1bAfD6/xxWDyAfPEeIHaXiZU9/LqHucAzoBMPq0=; b=hNpYmW+wKhKCURC+p+hpohPj+avlQw8NKqmI90WxRLreN8FeruuHGB8Q01nHyNLlbq BIWDO2sm4fkD7sxfzpDLkZZwuUOqyMNmlD8g1N9lGS59eXimq5oZSBmjZIArSVyvU08K TNzGBmY4uDEBzmka1EMWYidw06COAvbJF0U+tYuOa7wiCqkvTyukdMN9axp0cbGGIgno f/rsCj4Tiqz8X/L4aKZJwYedFsRPBK4sAaVPLp6WULlJpPotrYsZJXY07iJe2zmNlS91 J/ymCaFAUQ9h06v7eZV6WoRmSlkh4z7vPPeixiXDUFiO11gVH9uMmwcorZFDVgGJOnA0 RfRg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id bz13si1719149ejc.437.2020.12.04.09.13.33; Fri, 04 Dec 2020 09:14:07 -0800 (PST) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2388586AbgLDRKy (ORCPT + 99 others); Fri, 4 Dec 2020 12:10:54 -0500 Received: from mx2.suse.de ([195.135.220.15]:42368 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2388544AbgLDRKy (ORCPT ); Fri, 4 Dec 2020 12:10:54 -0500 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.221.27]) by mx2.suse.de (Postfix) with ESMTP id A7643ACC3; Fri, 4 Dec 2020 17:10:12 +0000 (UTC) Message-ID: <1607101812.24959.157.camel@suse.cz> Subject: Re: [PATCH v4 RESEND] x86, sched: Use midpoint of max_boost and max_P for frequency invariance on AMD EPYC From: Giovanni Gherdovich To: Borislav Petkov , Thomas Gleixner , Ingo Molnar , Peter Zijlstra , Len Brown , "Rafael J . Wysocki" Cc: Nathan Fontenot , x86@kernel.org, linux-pm@vger.kernel.org, linux-kernel@vger.kernel.org, linux-acpi@vger.kernel.org Date: Fri, 04 Dec 2020 18:10:12 +0100 In-Reply-To: <20201204170326.4178-1-ggherdovich@suse.cz> References: <20201112182614.10700-3-ggherdovich@suse.cz> <20201204170326.4178-1-ggherdovich@suse.cz> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.26.6 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 2020-12-04 at 18:03 +0100, Giovanni Gherdovich wrote: > Frequency invariant accounting calculations need the ratio > freq_curr/freq_max, but freq_max is unknown as it depends on dynamic power > allocation between cores: AMD EPYC CPUs implement "Core Performance Boost". > Three candidates are considered to estimate this value: > [...] > > Benchmarks are described in the next section. > Tilde (~) means the value is the same as baseline. > > - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - > ondemand perfgov sugov-noinv sugov-max sugov-mid sugov-P0 better if > - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - > [...] Hello, this patch is currently merged in the tip tree, branch sched/core as commit 46609527577d1def0af29ca5b56cffeeea771ada. Unfortunately in the original commit message I used "----------" for making table headers, and git dropped all the commit message after that sign, i.e. the benchmark results and my signed-off-by. In this "resend" I replaced the offending sign and the new commit message should make it intact to the destination tree. Thanks, Giovanni