Received: by 2002:a25:8b91:0:0:0:0:0 with SMTP id j17csp4926610ybl; Wed, 22 Jan 2020 07:11:56 -0800 (PST) X-Google-Smtp-Source: APXvYqy9iSr9gVBwfvqZOs1juOLKXChZ3IA/0jPbSDWN81bF3kMaTMWQnEk8K0VGGwTe2CmqYDjE X-Received: by 2002:aca:5fc6:: with SMTP id t189mr7362582oib.166.1579705916151; Wed, 22 Jan 2020 07:11:56 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1579705916; cv=none; d=google.com; s=arc-20160816; b=yK3ok72VFqOcpiBBWIyyADnKJnuSyKDNA2hq0mnoOKxM71pYVGwi6e4NXNMRrQiNA4 v8TKg6g5iaOKvIaA7xf1cNWTKQhmlV+nUiP6jjges1HG5THawZzyywLhZfeqSDAGuT6r U0Rdf44WjvcUZ/N5kJXISQj8nEbzQCcR4znXOPp7VBXX8bayYV81TvgIPgrPEtMnLbRg jSJgolvfeohJJbV/KUW9IqHwvXYCnfmkIigrTOmkmyjvWteWbYqxSk/6j1p5y/oYHxpm VMP8R2V0Dm572JRZdTv7IKEzS1SGgJb6RTvGVQ3gkL/4RF3omyPcwmzc425jLgiYrpeE gxfg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:message-id:date:subject:cc:to:from; bh=20bw/V0GwYhRN+uoVNzIa2Gqqmw8jDfiVeuuCjmd8as=; b=KQh3DSccWgdVwfdprbJCzxvHmY0CZi2Ous/LneC8Sh7KNpgU9uZE7I1jWqbYUvs7Ha SkzI7lbJXlApe9kM13A8fbKSHin3ys7FNbb/n9Vajk6AKkhUsgP4AT6UcGNA6FkmUteB yigb70Fb3+JOsJ/fXyEAjyqxk4CnbO96r+eFiPFKynrhbYvMoPI+jKrZwB2alkjjRbSq 0stNvG5ZzjN4jcWIxErIfyPAqR63JTqK/JK95LpJ5a4D8mwDYT0vi/hxu856odgt0o5X cKxnHOO7oX+8fAo/LOZ8mWIl5kihwdgI1u8g3oBkHhA1pdaJ8SGHRE3JnD+RYPSgDKL6 qhUQ== 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 s3si23244193otr.57.2020.01.22.07.11.42; Wed, 22 Jan 2020 07:11:56 -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 S1726118AbgAVPKc (ORCPT + 99 others); Wed, 22 Jan 2020 10:10:32 -0500 Received: from mx2.suse.de ([195.135.220.15]:39378 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725836AbgAVPKb (ORCPT ); Wed, 22 Jan 2020 10:10:31 -0500 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.220.254]) by mx2.suse.de (Postfix) with ESMTP id 616B1ACC2; Wed, 22 Jan 2020 15:10:28 +0000 (UTC) From: Giovanni Gherdovich To: Srinivas Pandruvada , Thomas Gleixner , Ingo Molnar , Peter Zijlstra , Borislav Petkov , Len Brown , "Rafael J . Wysocki" Cc: x86@kernel.org, linux-pm@vger.kernel.org, linux-kernel@vger.kernel.org, Mel Gorman , Matt Fleming , Viresh Kumar , Juri Lelli , Paul Turner , Vincent Guittot , Quentin Perret , Dietmar Eggemann , Doug Smythies , Ionela Voinescu , Giovanni Gherdovich Subject: [PATCH v5 0/6] Add support for frequency invariance for (some) x86 Date: Wed, 22 Jan 2020 16:16:11 +0100 Message-Id: <20200122151617.531-1-ggherdovich@suse.cz> X-Mailer: git-send-email 2.16.4 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org v4 at https://lore.kernel.org/lkml/20191113124654.18122-1-ggherdovich@suse.cz/ Changes wrt v4: - Removing conditional access in the function arch_scale_freq_capacity() and initialize arch_freq_scale to 1024 to account for when freq invariance isn't enabled (Ionela V.) - In case the max frequency can't be read in MSRs, do not enable frequency invariance at all (Ionela V., Peter Z.). - Renames: variables: arch_cpu_freq -> arch_freq_scale arch_max_freq -> arch_max_freq_ratio ... and others functions: init_scale_freq -> init_counter_refs set_cpu_max_freq -> init_freq_invariance {core,skx,knl...}_set_cpu_max_freq -> {core,skx,knl...}_set_max_freq_ratio ... and others - Use the same function for parsing SKX and GLM registers (Peter Z.) - Pass a parameter to the function parsing KNL registers (Peter Z.) - Fix a bug whereby refs to [am]perf were initialized only on cpu #0 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Cover Letter from v4: v3 at https://lore.kernel.org/lkml/20191111180549.12166-1-ggherdovich@suse.cz/ Changes wrt v3: - Add definition of function set_arch_max_freq if !CONFIG_SMP - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Cover Letter from v3: v2 at https://lore.kernel.org/lkml/20191002122926.385-1-ggherdovich@suse.cz/ Changes wrt v2: - Removing the tick_disable mechanism. Frequency scale-invariance isn't just about helping schedutil choose better frequencies, but also providing the scheduler load balancer with better metrics. All users of PELT signals benefit from this feature. The tick_disable patch disabled frequency invariant calculation when a specific driver is in use (intel_pstate in active mode). - static_branch_enable(&arch_scale_freq_key) is now called earlier, right after we learn that X86_FEATURE_APERFMPERF is available. Previously Peter Z. commented "if we can't tell the max_freq we don't want to use the invariant stuff.". I've decided to do it differently: if we can't tell the max_freq, then it's because the CPU encodes max_freq in MSRs in a way this patch doesn't understand, and we assume max_p is the max_freq which seems like a safe bet. As a reminder, max_freq=max_p is encoded by setting arch_max_freq=1024 as default value. I'm open to feedback. - Refactoring the switch case statement in set_cpu_max_freq() as Rafael W. Now the first patch doesn't hint at what the following patch will bring along. - Handling the case were turbo is disabled at runtime and a _PPC ACPI notification is issued, as requested by Rafael W. This happens eg. when some laptop model is disconnected from AC. (Patch #6) - Handling all Intel x86_64 micro-arches. - A note for Srinivas P., who expressed concern for Atoms: on Atom CPUs the max_freq is set to the highest turbo level, as a power-efficiency oriented measure. In this way the ratio curr_freq/max_freq tends to be lower, PELT signals are consequently lower, and schedutil doesn't push too hard on speed. (Patches #4 and #5). - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Cover Letter from v2: v1 at https://lore.kernel.org/lkml/20190909024216.5942-1-ggherdovich@suse.cz/ Changes wrt v1: - add x86-specific implementation of arch_scale_freq_invariant() using a static key that checks for the availability of APERF and MPERF - refer to GOLDMONT_D instead of GOLDMONT_X, according to recent rename - set arch_cpu_freq to 1024 from x86_arch_scale_freq_tick_disable() to prevent PELT from being fed stale data - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Cover Letter from v1: This is a resend with of Peter Zijlstra's patch to support frequency scale-invariance on x86 from May 2018 [see 1]. I've added some modifications and included performance test results. If Peter doesn't mind, I'm slapping my name on it :) The changes from Peter's original implementation are: 1) normalizing against the 4-cores turbo level instead or 1-core turbo 2) removing the run-time search for when the above value isn't found in the various Intel MSRs -- the base frequency value is taken in that case. The section "4. KNOWN LIMITATIONS" in the first patch commit message addresses the reason why this approach was dropped back in 2018, and explains that the performance gains outweight that issue. The second patch from Srinivas is taken verbatim from the May 2018 submission as it still applies. I apologies for the length of patch #1 commit message; I've made a table of contents with summaries of each section that should make easier to skim through the content. This submission incorporates the feedback and requests for additional tests received during the presentation made at OSPM 2019 in Pisa three months ago. [1] https://lore.kernel.org/lkml/20180516044911.28797-2-srinivas.pandruvada@linux.intel.com/ Giovanni Gherdovich (6): x86,sched: Add support for frequency invariance x86,sched: Add support for frequency invariance on SKYLAKE_X x86,sched: Add support for frequency invariance on XEON_PHI_KNL/KNM x86,sched: Add support for frequency invariance on ATOM_GOLDMONT* x86,sched: Add support for frequency invariance on ATOM x86: intel_pstate: handle runtime turbo disablement/enablement in freq. invariance arch/x86/include/asm/topology.h | 25 ++++ arch/x86/kernel/smpboot.c | 290 +++++++++++++++++++++++++++++++++++++++- drivers/cpufreq/intel_pstate.c | 1 + kernel/sched/core.c | 1 + kernel/sched/sched.h | 7 + 5 files changed, 323 insertions(+), 1 deletion(-) -- 2.16.4