From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752115AbeCUNzM (ORCPT ); Wed, 21 Mar 2018 09:55:12 -0400 Received: from cloudserver094114.home.pl ([79.96.170.134]:49067 "EHLO cloudserver094114.home.pl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751714AbeCUNzL (ORCPT ); Wed, 21 Mar 2018 09:55:11 -0400 From: "Rafael J. Wysocki" To: Rik van Riel Cc: Peter Zijlstra , Linux PM , Frederic Weisbecker , Thomas Gleixner , Paul McKenney , Thomas Ilsche , Doug Smythies , Aubrey Li , Mike Galbraith , LKML Subject: Re: [RFT][PATCH v7 0/8] sched/cpuidle: Idle loop rework Date: Wed, 21 Mar 2018 14:55:36 +0100 Message-ID: <4584935.MPnHlxh7Zu@aspire.rjw.lan> In-Reply-To: <1521635467.6308.13.camel@surriel.com> References: <2390019.oHdSGtR3EE@aspire.rjw.lan> <1521635467.6308.13.camel@surriel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wednesday, March 21, 2018 1:31:07 PM CET Rik van Riel wrote: > On Tue, 2018-03-20 at 16:12 +0100, Rafael J. Wysocki wrote: > > Hi All, > > > > Thanks a lot for the feedback so far! > > > > Respin after recent comments from Peter. > > > > Patches [1-3] unmodified since v5, patch 4 is new and the other ones > > have been updated to address feedback. > > > > The previous summary that still applies: Thanks for the testing! > For some reason I see increased CPU utilization > with this patch series (75% -> 85%) with the same > rate of requests being handled by the vanilla > kernel and a kernel with these patches applied. > > I am running a bisect in the series to see what > change could possibly cause that, The first 4 patches in the v7 should not change functionality by themselves. If you replace the original [5/8] with the v7.2 of it I've just posted (https://patchwork.kernel.org/patch/10299429/), then it should not change functionality by itself too. Then you only have 3 patches to check. :-) > and also digging > through system statistics to see whether it might > be something as perverse as not mistakenly choosing > deeper C-states on one core causing other cores to > miss out on turbo mode... I have no idea ATM. And what's the workload?