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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 8B63CCDB482 for ; Thu, 19 Oct 2023 14:27:59 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1345958AbjJSO17 (ORCPT ); Thu, 19 Oct 2023 10:27:59 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:55576 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233179AbjJSO15 (ORCPT ); Thu, 19 Oct 2023 10:27:57 -0400 Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id ECDADB0 for ; Thu, 19 Oct 2023 07:27:54 -0700 (PDT) Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id BBF582F4; Thu, 19 Oct 2023 07:28:35 -0700 (PDT) Received: from [10.57.81.37] (unknown [10.57.81.37]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 1EF713F762; Thu, 19 Oct 2023 07:27:51 -0700 (PDT) Message-ID: <0de4ce43-bba5-4a6a-929a-7dc9bfea79cd@arm.com> Date: Thu, 19 Oct 2023 15:28:41 +0100 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH v8 00/25] timer: Move from a push remote at enqueue to a pull at expiry model To: Anna-Maria Behnsen Cc: Peter Zijlstra , linux-kernel@vger.kernel.org, John Stultz , Thomas Gleixner , Eric Dumazet , "Rafael J . Wysocki" , Arjan van de Ven , "Paul E . McKenney" , Frederic Weisbecker , Rik van Riel , Steven Rostedt , Sebastian Siewior , Giovanni Gherdovich , "Gautham R . Shenoy" , Srinivas Pandruvada , K Prateek Nayak References: <20231004123454.15691-1-anna-maria@linutronix.de> <1891aa6c-037f-46a1-9584-17aaa63e4e74@arm.com> <87fs26909o.fsf@somnus> Content-Language: en-US From: Lukasz Luba In-Reply-To: <87fs26909o.fsf@somnus> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 10/19/23 15:04, Anna-Maria Behnsen wrote: > Hi Lukasz, > > Lukasz Luba writes: > > [...] > >> >> I have tested this on my 2 Arm boards with mainline kernel >> and almost-mainline. On both platforms it looks stable. >> The results w/ your patchset looks better. >> > > Thanks for testing! You're welcome > > [...] > >> The performance looks good. Only one test 'Speedometer' >> has some interesting lower score. > > Is it required to look into this more detailed or is the regression in a > acceptable range for you? That's something which we can ignore. I have tested with a different cpu idle governor and it goes away. So, I suspect that the governor heuristic just probably was confused. I will spend some time on different idle governor tuning. Feel free to go forward with this patch set. > >> >> Fill free to add: >> >> Tested-by: Lukasz Luba > > Thanks, > > Anna-Maria >