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 AF6FBCDB465 for ; Thu, 19 Oct 2023 14:04:25 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1345952AbjJSOEZ (ORCPT ); Thu, 19 Oct 2023 10:04:25 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50438 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1345955AbjJSOEX (ORCPT ); Thu, 19 Oct 2023 10:04:23 -0400 Received: from galois.linutronix.de (Galois.linutronix.de [IPv6:2a0a:51c0:0:12e:550::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 46BB0137 for ; Thu, 19 Oct 2023 07:04:21 -0700 (PDT) From: Anna-Maria Behnsen DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020; t=1697724259; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=9sylslccbMMxhr+4WYuX+xxyCsTGJttNaGXQjdnGWVY=; b=P6+2Jyjsr//dOzGgr2yBO38ZwA15OnTYib4hMVIwxZsYCYcn/h+IDEVMdug2q5wVxaay65 lBxByEjPUhM1LYK99zeEwyc42hV4PE8KfsoSsaLDHsathk+ZsUQh1bnYrR4LNirQECVAHz VrPOICHBVHKBFeaT1yEEE6FPrvMctyXCFgKWlT+jQxijCCPmk8TNvuNFk2VxWPmrq3y+q2 F9ZLjpjdznXvQs4MRZxveb7zKszWvo23gfwABBKdLsfrCPnLdCl/MT3zMU6/g82G4uDA7B zIECKRbz8lpE8Ug4xGn5nXemfaRtJdCijhc7e/ZBC4xvPOXc+CF9L+WE7+UPVA== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020e; t=1697724259; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=9sylslccbMMxhr+4WYuX+xxyCsTGJttNaGXQjdnGWVY=; b=3LIFUFCyhF9DaVgGKqW6r/u2COn6L1287L4NgfTF9upA6nooy3yJiHcgofRHOmVyGKC8eh zilWm0/ayBH4UqDg== To: Lukasz Luba 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 Subject: Re: [PATCH v8 00/25] timer: Move from a push remote at enqueue to a pull at expiry model In-Reply-To: <1891aa6c-037f-46a1-9584-17aaa63e4e74@arm.com> References: <20231004123454.15691-1-anna-maria@linutronix.de> <1891aa6c-037f-46a1-9584-17aaa63e4e74@arm.com> Date: Thu, 19 Oct 2023 16:04:19 +0200 Message-ID: <87fs26909o.fsf@somnus> MIME-Version: 1.0 Content-Type: text/plain Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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! [...] > 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? > > Fill free to add: > > Tested-by: Lukasz Luba Thanks, Anna-Maria