Received: by 2002:a05:6a10:206:0:0:0:0 with SMTP id 6csp277905pxj; Wed, 16 Jun 2021 02:04:11 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxD7+Sq+vQYSp+uFoIhdFLR+IPLaTIWJLXqvBTqWJFkHLnmvsyzVUcpU6Kx3Dn47SAx0jz4 X-Received: by 2002:a05:6e02:12ac:: with SMTP id f12mr2990510ilr.207.1623834251780; Wed, 16 Jun 2021 02:04:11 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1623834251; cv=none; d=google.com; s=arc-20160816; b=vWaTtkACNouLtdO+B+GiKPddeKwMV3x8Pncn59v8DfCgBh0ZyStUzb7fj3bMb2cAVd 74xBiklG7pVwQyX1DAu9YYe+Hrnt7EwFOtkwocTW37FLdbMOF/82x2wLu0DnDyQPMXgx zl2q6q6KuGODjzPZYP2MO3NErNzCvYW5Wd8MK/Eqi47rz67L/B+vHRmOE4TYBvcoWsAF aM6Achpg2TcWrveuiGLACzF8LTEPRbTKng7oi5AUvd8hxllhS9GayjDnn7r8Sz6rUET1 9Hn0IhpPRTwXdfdC/Vy3l5afBVzGqzsQUkWIvA0tOFRTn+eUeizATjrzvabMoHFycKqx zNDQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:user-agent:in-reply-to:content-disposition :mime-version:references:message-id:subject:cc:to:from:date; bh=SUDpdFh53Glv8J8IPr8iemzcM/YvKybey09y/Y+pdpc=; b=sLeoljIdV22UOyRTmxYqq148ld6Xexa3gTmNdfntwwaK3GTsQM2xVQXe6DRIb3zROJ hjb80OGT+Cap8WRcJR3sR75htmU5GKXTelTXm/SLlGe2AaVpWb6jPNqiS+BYECwjg2P+ OdSMV5/yZhAn3diIbjIu65PmHUjrEVpyz47PPrXUFvr7XEAvtnP11G8cGPjkTGy2uQaU xfg3pJb90ywFw9u/E5iz1oPZXHA7HNxbiD7ZrPg6LYAVTdy7YrtTbDBE6cR311YWfrhQ 1q03+lYvnICopQxq6E6Jn4tmtRfwJDpddICz92avb6//7kYinv8BjnbYCph392Vcd30x xmNQ== 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 w2si1568515iop.49.2021.06.16.02.03.59; Wed, 16 Jun 2021 02:04:11 -0700 (PDT) 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 S231602AbhFPJFX (ORCPT + 99 others); Wed, 16 Jun 2021 05:05:23 -0400 Received: from outbound-smtp44.blacknight.com ([46.22.136.52]:53473 "EHLO outbound-smtp44.blacknight.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231335AbhFPJFW (ORCPT ); Wed, 16 Jun 2021 05:05:22 -0400 Received: from mail.blacknight.com (pemlinmail02.blacknight.ie [81.17.254.11]) by outbound-smtp44.blacknight.com (Postfix) with ESMTPS id DDD17F836B for ; Wed, 16 Jun 2021 10:03:15 +0100 (IST) Received: (qmail 17435 invoked from network); 16 Jun 2021 09:03:15 -0000 Received: from unknown (HELO techsingularity.net) (mgorman@techsingularity.net@[84.203.17.255]) by 81.17.254.9 with ESMTPSA (AES256-SHA encrypted, authenticated); 16 Jun 2021 09:03:15 -0000 Date: Wed, 16 Jun 2021 10:03:14 +0100 From: Mel Gorman To: Peter Zijlstra Cc: Ingo Molnar , Juri Lelli , Vincent Guittot , Valentin Schneider , LKML Subject: Re: [PATCH v2] sched/fair: Age the average idle time Message-ID: <20210616090314.GJ30378@techsingularity.net> References: <20210615111611.GH30378@techsingularity.net> <20210615204228.GB4272@worktop.programming.kicks-ass.net> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Disposition: inline In-Reply-To: <20210615204228.GB4272@worktop.programming.kicks-ass.net> User-Agent: Mutt/1.10.1 (2018-07-13) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Jun 15, 2021 at 10:42:28PM +0200, Peter Zijlstra wrote: > On Tue, Jun 15, 2021 at 12:16:11PM +0100, Mel Gorman wrote: > > From: Peter Zijlstra (Intel) > > > > This is a partial forward-port of Peter Ziljstra's work first posted > > at https://lore.kernel.org/lkml/20180530142236.667774973@infradead.org/. > > It's patches 2 and 3 together, right? > Patches 2, 3, 9 and 10. I saw limited value to preserving the feature flag. Some of the series has since been obsoleted. The main patch of interest that was dropped was patch 1 because the results were somewhat inconclusive but leaning towards being an overall loss. > > His Signed-off has been removed because it is modified but will be restored > > if he says it's still ok. > > I suppose the SoB will auto-magically re-appear if I apply it :-) > Yep, it would and it would indicate that you didn't object to the copying at least :P > > The patch potentially matters when a socket was multiple LLCs as the > > maximum search depth is lower. However, some of the test results were > > suspiciously good (e.g. specjbb2005 gaining 50% on a Zen1 machine) and > > other results were not dramatically different to other mcahines. > > > > Given the nature of the patch, Peter's full series is not being forward > > ported as each part should stand on its own. Preferably they would be > > merged at different times to reduce the risk of false bisections. > > I'm tempted to give it a go.. anyone object? Thanks, so far no serious objection :) The latest results as I see them have been copied to https://beta.suse.com/private/mgorman/melt/v5.13-rc5/3-perf-test/sched/sched-avgidle-v1r6/html/dashboard.html They will move from here if the patch is accepted to 5-assembly replacing 3-perf-test. This naming is part of my workflow for evaluating topic branches separetly and then putting them together for another round of testing. NAS shows small differences but NAS would see limited impact from the patch. Specjbb shows small losses and some minor gains which is unfortunate but the workload tends to see small gains and losses all the time. redis is a mixed bag but has some wins. hackbench is the main benefit because it's wakeup intensive and tends to overload machines where deep searches hurt. There are other results in there if you feel like digging around such as sched-core tested with no processes getting tagged with prctl https://beta.suse.com/private/mgorman/melt/v5.13-rc5/5-assembly/sched/sched-schedcore-v1r2/html/dashboard.html -- Mel Gorman SUSE Labs