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=-3.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS 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 45120C388F9 for ; Fri, 23 Oct 2020 15:06:18 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id EA77521D47 for ; Fri, 23 Oct 2020 15:06:17 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S465530AbgJWPGO (ORCPT ); Fri, 23 Oct 2020 11:06:14 -0400 Received: from cloudserver094114.home.pl ([79.96.170.134]:56046 "EHLO cloudserver094114.home.pl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S465518AbgJWPGM (ORCPT ); Fri, 23 Oct 2020 11:06:12 -0400 Received: from 89-64-88-190.dynamic.chello.pl (89.64.88.190) (HELO kreacher.localnet) by serwer1319399.home.pl (79.96.170.134) with SMTP (IdeaSmtpServer 0.83.491) id 124138861e9212dc; Fri, 23 Oct 2020 17:06:09 +0200 From: "Rafael J. Wysocki" To: Viresh Kumar Cc: Peter Zijlstra , Julia Lawall , Mel Gorman , Ingo Molnar , kernel-janitors@vger.kernel.org, Juri Lelli , Vincent Guittot , Dietmar Eggemann , Steven Rostedt , Ben Segall , Daniel Bristot de Oliveira , linux-kernel@vger.kernel.org, Valentin Schneider , Gilles Muller , srinivas.pandruvada@linux.intel.com, linux-pm@vger.kernel.org Subject: Re: [PATCH] sched/fair: check for idle core Date: Fri, 23 Oct 2020 17:06:08 +0200 Message-ID: <2251006.PXaUfaNY4o@kreacher> In-Reply-To: <20201023061246.irzbrl62baoawmqv@vireshk-i7> References: <1603211879-1064-1-git-send-email-Julia.Lawall@inria.fr> <34115486.YmRjPRKJaA@kreacher> <20201023061246.irzbrl62baoawmqv@vireshk-i7> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Precedence: bulk List-ID: X-Mailing-List: linux-pm@vger.kernel.org On Friday, October 23, 2020 8:12:46 AM CEST Viresh Kumar wrote: > On 22-10-20, 13:45, Rafael J. Wysocki wrote: > > On Thursday, October 22, 2020 12:47:03 PM CEST Viresh Kumar wrote: > > > And I am not really sure why we always wanted this backup performance > > > governor to be there unless the said governors are built as module. > > > > Apparently, some old drivers had problems with switching frequencies fast enough > > for ondemand to be used with them and the fallback was for those cases. AFAICS. > > Do we still need this ? For the reasonably modern hardware, I don't think so. > Or better ask those platforms to individually > enable both of them. Bu who knows what they are? :-)