Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp7491842imu; Wed, 14 Nov 2018 18:57:20 -0800 (PST) X-Google-Smtp-Source: AJdET5fqmbtF26On4YAI8p0PSIglZ+uPZ5+LJFXb12IFKPJn9EiRze1eT/dUuUluBVWPt5EFZR9K X-Received: by 2002:a17:902:f83:: with SMTP id 3-v6mr4576126plz.254.1542250640059; Wed, 14 Nov 2018 18:57:20 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1542250640; cv=none; d=google.com; s=arc-20160816; b=eQJZNsjyFdfyLBAfJx/HWrNOPO/LenTvsj8qsFFERfZNx7HFDL1g75TwOKimlduXF0 0SjLsgaL32vjtFJFPndUwoD/8VpIWWiQIN5TExguEOdCnGCjZKuRYzgXZ2OduYQvtM6g elhMs95XLIEg7dCUCYtvhU7eBbSDr6gbFOVNRDlN2FjoZhr+glLEyUaArpakzw99K/Uw e88QWqa+kqmucun4lt1vhq9msq09lFMFGwTuB0HT1p5AJNOGWIZwD3MpgW1KyjqJpEtj nw964xmJe2fIc/qlPBNVspPi36XlXh/TYUBHEMYFEcPPhiZPM/hOYQ9wh1pzDBJG1piC si+g== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :references:in-reply-to:message-id:date:subject:cc:to:from; bh=DM+nkS/xkEjtw5OYzaiUqLEXYsAqevCfFfuM2yNEJSM=; b=UdT6PmgU5uBnrwv8e2ubGLW8mY3qcsG7iDEtB+NVRZIeiFJIoXlIdsUn6NcHnMl56h 5xyh5qrJeiuwKEqKVZ4x9VUIKKrw+6JMnCLDslC7u5JOhg1U77Yy9kQVUKrMSghFmL9s xBT6ku4ORYxePjHtF28wQlZGAmg5Qus3390PcLjh714U4wDfVFV9SP65iGpzF7rEcUmV 6uoiVkaYmqVodSdEd7ziFslwPHrniw36gxD9eyr7emRgfN+ieiVYFXg13loDLEU/NoQu gKSpxtor25mdIy5m4Jf0KWO7aY5S0JwIAD389DNPiY1i2OKxW4qC9sXCf/IX3Bgkv4aH CyLg== 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 d12si13696938pln.340.2018.11.14.18.57.04; Wed, 14 Nov 2018 18:57:20 -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 S1726958AbeKONCZ (ORCPT + 99 others); Thu, 15 Nov 2018 08:02:25 -0500 Received: from cloudserver094114.home.pl ([79.96.170.134]:49957 "EHLO cloudserver094114.home.pl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725895AbeKONCZ (ORCPT ); Thu, 15 Nov 2018 08:02:25 -0500 Received: from 64.114.255.114 (64.114.255.114) (HELO aspire.rjw.lan) by serwer1319399.home.pl (79.96.170.134) with SMTP (IdeaSmtpServer 0.83.148) id 2012e768b2f7a9c1; Thu, 15 Nov 2018 03:56:25 +0100 From: "Rafael J. Wysocki" To: Giovanni Gherdovich Cc: Linux PM , Doug Smythies , Srinivas Pandruvada , Peter Zijlstra , LKML , Frederic Weisbecker , Mel Gorman , Daniel Lezcano Subject: Re: [RFC/RFT][PATCH v5] cpuidle: New timer events oriented governor for tickless systems Date: Thu, 15 Nov 2018 03:56:33 +0100 Message-ID: <9662418.c5ysHFetnm@aspire.rjw.lan> In-Reply-To: <1541877001.17878.5.camel@suse.cz> References: <102783770.7hZjAahU8c@aspire.rjw.lan> <1541877001.17878.5.camel@suse.cz> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Saturday, November 10, 2018 8:10:01 PM CET Giovanni Gherdovich wrote: > On Thu, 2018-11-08 at 18:25 +0100, Rafael J. Wysocki wrote: > > From: Rafael J. Wysocki > > Subject: [PATCH] cpuidle: New timer events oriented governor for tickless systems > > [cut] > [NOTE: the tables in this message are quite wide, ~130 columns. If this > doesn't get to you properly formatted you can read a copy of this message at > the URL https://beta.suse.com/private/ggherdovich/teo-eval/teo-eval.html ] > > > Hello Rafael, > > I have results for v3 and v5. Regarding v4, I made a mistake and didn't get > valid data; as I saw v5 coming shortly after, I didn't rerun v4. > > I'm replying to the v5 thread because that's where these results belong, but > I'm quoting your text from the v2 email at > https://lore.kernel.org/lkml/4168371.zz0pVZtGOY@aspire.rjw.lan so that's > easier to follow along. Thanks for the results, much appreciated! > The quick summary is: > > ---> sockperf on loopback over UDP, mode "throughput": > this had a 12% regression in v2 on 48x-HASWELL-NUMA, which is completely > recovered in v3 and v5. Good stuff. That's good news, thanks! > ---> dbench on xfs: > this was down 16% in v2 on 48x-HASWELL-NUMA. On v5 we're at a 10% > regression. Slight improvement. What's really hurting here is the single > client scenario. > > ---> netperf-udp on loopback: > had 6% regression on v2 on 8x-SKYLAKE-UMA, which is the same as what > happens in v5. > > ---> tbench on loopback: > was down 10% in v2 on 8x-SKYLAKE-UMA, now slightly worse in v5 with a 12% > regression. As in dbench, it's at low number of clients that the results > are worst. Note that this machine is different from the one that has the > dbench regression. Clearly, playing with the pattern detection part of the governor alone is not sufficient to make all of the workloads happy at the same time. > A more detailed report follows below. > > I maintain my original opinion from v2 that this governor is largely > performance-neutral and I'm not overly worried about the numbers above: OK, fair enough. Cheers, Rafael