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 8A9AAC77B7C for ; Mon, 1 May 2023 18:50:46 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232697AbjEASuN (ORCPT ); Mon, 1 May 2023 14:50:13 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35412 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230391AbjEASuL (ORCPT ); Mon, 1 May 2023 14:50:11 -0400 Received: from desiato.infradead.org (desiato.infradead.org [IPv6:2001:8b0:10b:1:d65d:64ff:fe57:4e05]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id BDDB9170B for ; Mon, 1 May 2023 11:50:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=desiato.20200630; h=In-Reply-To:Content-Transfer-Encoding: Content-Type:MIME-Version:References:Message-ID:Subject:Cc:To:From:Date: Sender:Reply-To:Content-ID:Content-Description; bh=tNHpPVsSHqh9ntkGmaJxJYCBzOSod853rhEIpF0KiJk=; b=payM3TDFyISyozwFIJcDLCxtiZ SXTT0sIRRP23H4D2wREtqumgLfhU0ka0D1AHGcOsrQwSzbn6Zi1fBhEsMgIHG668gBbYaKaF48hY8 frhSTGkSGtgjKwUfeqggoHgUm96u3yYtuN+LjYY5T7QERQd7a7OPmWdSpeEIQPidecVI7liwPOs6l 7AGSgLMEJNLaroI3td0Ccm1H8UHAMVFKSuIDrhgL42zKUFXWPW57AxgJwEeg86FaOMV4H0Vw+/KtZ SFOvpWR0STaZj1n32Rme8MAWXglgpAvqzDfhb75HUTacNZ3XcjRi5w+3/UueXExRosAtyn1Dlh4H5 OesWO50g==; Received: from j130084.upc-j.chello.nl ([24.132.130.84] helo=noisy.programming.kicks-ass.net) by desiato.infradead.org with esmtpsa (Exim 4.96 #2 (Red Hat Linux)) id 1ptYaR-00Eya9-2z; Mon, 01 May 2023 18:49:24 +0000 Received: from hirez.programming.kicks-ass.net (hirez.programming.kicks-ass.net [192.168.1.225]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by noisy.programming.kicks-ass.net (Postfix) with ESMTPS id 4A9B13002BF; Mon, 1 May 2023 20:49:20 +0200 (CEST) Received: by hirez.programming.kicks-ass.net (Postfix, from userid 1000) id 24EBB3074E680; Mon, 1 May 2023 20:49:20 +0200 (CEST) Date: Mon, 1 May 2023 20:49:20 +0200 From: Peter Zijlstra To: Mike Galbraith Cc: Chen Yu , Vincent Guittot , Ingo Molnar , Juri Lelli , Mel Gorman , Tim Chen , Dietmar Eggemann , Steven Rostedt , Ben Segall , K Prateek Nayak , Abel Wu , Yicong Yang , "Gautham R . Shenoy" , Honglei Wang , Len Brown , Chen Yu , Tianchen Ding , Joel Fernandes , Josh Don , kernel test robot , Arjan Van De Ven , Aaron Lu , linux-kernel@vger.kernel.org Subject: Re: [PATCH v8 2/2] sched/fair: Introduce SIS_CURRENT to wake up short task on current CPU Message-ID: <20230501184920.GC1597476@hirez.programming.kicks-ass.net> References: <4081178486e025c89dbb7cc0e62bbfab95fc794a.1682661027.git.yu.c.chen@intel.com> <20230501134827.GB1597538@hirez.programming.kicks-ass.net> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, May 01, 2023 at 05:32:05PM +0200, Mike Galbraith wrote: > On Mon, 2023-05-01 at 15:48 +0200, Peter Zijlstra wrote: > > > > Throughput  646.55 MB/sec   2 clients   2 procs  max_latency=0.104 ms > > Throughput 1361.06 MB/sec   5 clients   5 procs  max_latency=0.100 ms > > Throughput 1889.82 MB/sec  10 clients  10 procs  max_latency=0.154 ms > > Throughput 2406.57 MB/sec  20 clients  20 procs  max_latency=3.667 ms > > Throughput 2318.00 MB/sec  40 clients  40 procs  max_latency=0.390 ms > > Throughput 2384.85 MB/sec  80 clients  80 procs  max_latency=1.371 ms > > > > > > So what's going on here? I don't see anything exciting happening at the > > 40 mark. At the same time, I can't seem to reproduce Mike's latency pile > > up either :/ > > Are you running tbench in the GUI so the per second output stimulates > assorted goo? I'm using KDE fwtw. Nah, the IVB-EP is headless, doesn't even have systemd on, still running sysvinit.