Received: by 2002:a05:6a10:8c0a:0:0:0:0 with SMTP id go10csp3553071pxb; Mon, 25 Jan 2021 21:08:36 -0800 (PST) X-Google-Smtp-Source: ABdhPJyCBzf0/OdWuOkDtnfGRKm+XZsfSj1P/TJ1blTUDviyucPULDVPdV0y1DwEzT/iLlWJ7pRR X-Received: by 2002:a50:9f4d:: with SMTP id b71mr3202065edf.310.1611637716429; Mon, 25 Jan 2021 21:08:36 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1611637716; cv=none; d=google.com; s=arc-20160816; b=a47DWJfASIrbKfXur2RkG51HFlzu7RxjlomRPB7aMqqM1W9xcBtvwknG/YBJKc/ScD +x+/FjvzLb3KzHoAf1eP+DlmV4s7ZWABfsRrKH5Nsz4WoFgmJnnKbPI0vmVp2v/INJJP ktUBX3e1VjFiEWZGwI87fqObHHVLE0BRp3XBXHeYsxnUx8aKFtscWgImA2oJohcHeyxP kMiN/LywYL8rT/m/S8Nd3voJoAzgkKq5IAB3hZCXQUcX6jBBGdKhlq6oH7pnpR/QUp/X DErQyMgudkJFCfiQ1tuAeyAQ4aA6gjggowc5k5L9Hs5Ib8ftBikfeKZ0i8Ofen4r9BO3 tNQg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:mime-version:user-agent:references:message-id :in-reply-to:subject:cc:to:from:date; bh=obdisocymMI5j0sAwfVGl1PaHkscEXSJh0IvIBE//RY=; b=T8Mya0gNtDS4vPuiWTOGQcHwAzafCVRvmmgJA9fE2BKQIjpWFapPrm86Qu2+jVlVOx 5qB0LdSJ3PbppVJS7m34W8iZouuArBqt8vGYXDZ0M37OKjISbh3AEmW3e/Eht4q0jhHB a39UAV4IawAVDmWeh0jINfZ+Xe8npdCVQ+W67r8I166kq0zF1Dv/I+Cc3Gy0OuGbhNeo Oh13yCkJ56WyxPie6MgrsC1kXdCDnI/4uW2WWRY1F4kskg2lLxYGn4N4O630o0LsI7vn or/oiykoIVscx6Bwwp1O6Cb4tbqAXq4DnJ7KkMl/n2PtprS4Ju4cnWu+57SgwkYl1NT6 3GZA== 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 se5si6855163ejb.632.2021.01.25.21.08.12; Mon, 25 Jan 2021 21:08:36 -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 S1725497AbhAZFAY (ORCPT + 99 others); Tue, 26 Jan 2021 00:00:24 -0500 Received: from mail2-relais-roc.national.inria.fr ([192.134.164.83]:26446 "EHLO mail2-relais-roc.national.inria.fr" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726388AbhAYJVu (ORCPT ); Mon, 25 Jan 2021 04:21:50 -0500 X-IronPort-AV: E=Sophos;i="5.79,373,1602540000"; d="scan'208";a="488894794" Received: from clt-128-93-178-244.vpn.inria.fr ([128.93.178.244]) by mail2-relais-roc.national.inria.fr with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 25 Jan 2021 10:20:27 +0100 Date: Mon, 25 Jan 2021 10:20:27 +0100 (CET) From: Julia Lawall X-X-Sender: jll@hadrien To: Mel Gorman cc: Ingo Molnar , Peter Zijlstra , Juri Lelli , Vincent Guittot , Dietmar Eggemann , Steven Rostedt , Ben Segall , Daniel Bristot de Oliveira , linux-kernel@vger.kernel.org Subject: Re: [PATCH v2] sched/fair: check for idle core In-Reply-To: <20210125091238.GE20777@suse.de> Message-ID: References: <1603372550-14680-1-git-send-email-Julia.Lawall@inria.fr> <20201027091936.GS32041@suse.de> <20210125091238.GE20777@suse.de> User-Agent: Alpine 2.22 (DEB 394 2020-01-19) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 25 Jan 2021, Mel Gorman wrote: > On Sun, Jan 24, 2021 at 09:38:14PM +0100, Julia Lawall wrote: > > > > > > On Tue, 27 Oct 2020, Mel Gorman wrote: > > > > > On Thu, Oct 22, 2020 at 03:15:50PM +0200, Julia Lawall wrote: > > > > Fixes: 11f10e5420f6 ("sched/fair: Use load instead of runnable load in wakeup path") > > > > Signed-off-by: Julia Lawall > > > > Reviewed-by Vincent Guittot > > > > > > > > > > While not a universal win, it was mostly a win or neutral. In few cases > > > where there was a problem, one benchmark I'm a bit suspicious of generally > > > as occasionally it generates bad results for unknown and unpredictable > > > reasons. In another, it was very machine specific and the differences > > > were small in absolte time rather than relative time. Other tests on the > > > same machine were fine so overall; > > > > > > Acked-by: Mel Gorman > > > > Recently, we have been testing the phoronix multicore benchmarks. On v5.9 > > with this patch, the preparation time of phoronix slows down, from ~23 > > seconds to ~28 seconds. In v5.11-rc4, we see 29 seconds. It's not yet > > clear what causes the problem. But perhaps the patch should be removed > > from v5.11, until the problem is understood. > > > > commit d8fcb81f1acf651a0e50eacecca43d0524984f87 > > > > I'm not 100% convinved given that it was a mix of wins and losses. In > the wakup path in general, universal wins almost never happen. It's not > 100% clear from your mail what happens during the preparation patch. If > it included time to download the benchmarks and install then it would be > inherently variable due to network time (if download) or cache hotness > (if installing/compiling). While preparation time can be interesting -- > for example, if preparation involves reading a lot of files from disk, > it's not universally interesting when it's not the critical phase of a > benchmark. The benchmark is completely downloaded prior to the runs. There seems to be some perturbation to the activation of containerd. Normally it is even: * * * * and with the patch it becomes more like: * ** ** That is every other one is on time, and every other one is late. But I don't know why this happens. julia > > I think it would be better to wait until the problem is fully understood > to see if it's a timing artifact (e.g. a race between when prev_cpu is > observed to be idle and when it is busy). > > -- > Mel Gorman > SUSE Labs >