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 X-Spam-Level: X-Spam-Status: No, score=-2.3 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_PASS,USER_AGENT_MUTT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id D92F6C43381 for ; Mon, 1 Apr 2019 09:09:55 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 8D5DB20896 for ; Mon, 1 Apr 2019 09:09:55 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b="ZJ02z4qD" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1725895AbfDAJJy (ORCPT ); Mon, 1 Apr 2019 05:09:54 -0400 Received: from bombadil.infradead.org ([198.137.202.133]:48072 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725820AbfDAJJx (ORCPT ); Mon, 1 Apr 2019 05:09:53 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20170209; h=In-Reply-To:Content-Type:MIME-Version :References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id: List-Help:List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=fpH3VaWxqvEOoGMV9gNtzLj8g9z7qMYmZikJLueItbQ=; b=ZJ02z4qDIcjjPVsl41leEFTWa L2JAeaXTqDDEsv6dcJ12HDKJw7i2X1SzVvekIY/mDvD1Z0l/UzGPPbeRG17fPxpReDpTrG1vAZP3S SCBErTLQikNlyupMvZ86tyu+oba9vL/1mWriWQ00617aKC7RZYdzTXd4MBPPE+mcEcd1MtGG8+3Fk MymPnLGnD0RG/8CZFX2Z3EWrSRaMw7lucwMOxL8aGaWNYn4k8KQ58afjDz6V/lLrlTzZZ02+5ccH/ vpH1uWEd903bMCSS/RO5YeoXHQSFqH6NLTZ+FG37YBu0ERb7T8G2S+pMopeosM0ApK6eXH6elcjZx 8/atIFTgQ==; Received: from j217100.upc-j.chello.nl ([24.132.217.100] helo=hirez.programming.kicks-ass.net) by bombadil.infradead.org with esmtpsa (Exim 4.90_1 #2 (Red Hat Linux)) id 1hAswr-0004iw-2z; Mon, 01 Apr 2019 09:09:45 +0000 Received: by hirez.programming.kicks-ass.net (Postfix, from userid 1000) id 6A2AC2026BE95; Mon, 1 Apr 2019 11:09:43 +0200 (CEST) Date: Mon, 1 Apr 2019 11:09:43 +0200 From: Peter Zijlstra To: Alex Kogan Cc: linux@armlinux.org.uk, mingo@redhat.com, will.deacon@arm.com, arnd@arndb.de, longman@redhat.com, linux-arch@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, tglx@linutronix.de, bp@alien8.de, hpa@zytor.com, x86@kernel.org, steven.sistare@oracle.com, daniel.m.jordan@oracle.com, dave.dice@oracle.com, rahul.x.yadav@oracle.com Subject: Re: [PATCH v2 0/5] Add NUMA-awareness to qspinlock Message-ID: <20190401090943.GG11158@hirez.programming.kicks-ass.net> References: <20190329152006.110370-1-alex.kogan@oracle.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190329152006.110370-1-alex.kogan@oracle.com> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Mar 29, 2019 at 11:20:01AM -0400, Alex Kogan wrote: > The following locktorture results are from an Oracle X5-4 server > (four Intel Xeon E7-8895 v3 @ 2.60GHz sockets with 18 hyperthreaded > cores each). The other interesting number is on a !NUMA machine. What do these patches do there? Remember, most people do not in fact have numa. From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Zijlstra Subject: Re: [PATCH v2 0/5] Add NUMA-awareness to qspinlock Date: Mon, 1 Apr 2019 11:09:43 +0200 Message-ID: <20190401090943.GG11158@hirez.programming.kicks-ass.net> References: <20190329152006.110370-1-alex.kogan@oracle.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <20190329152006.110370-1-alex.kogan@oracle.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org To: Alex Kogan Cc: linux-arch@vger.kernel.org, arnd@arndb.de, dave.dice@oracle.com, x86@kernel.org, will.deacon@arm.com, linux@armlinux.org.uk, steven.sistare@oracle.com, linux-kernel@vger.kernel.org, rahul.x.yadav@oracle.com, mingo@redhat.com, bp@alien8.de, hpa@zytor.com, longman@redhat.com, tglx@linutronix.de, daniel.m.jordan@oracle.com, linux-arm-kernel@lists.infradead.org List-Id: linux-arch.vger.kernel.org On Fri, Mar 29, 2019 at 11:20:01AM -0400, Alex Kogan wrote: > The following locktorture results are from an Oracle X5-4 server > (four Intel Xeon E7-8895 v3 @ 2.60GHz sockets with 18 hyperthreaded > cores each). The other interesting number is on a !NUMA machine. What do these patches do there? Remember, most people do not in fact have numa. 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 X-Spam-Level: X-Spam-Status: No, score=-2.5 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_PASS, URIBL_BLOCKED,USER_AGENT_MUTT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id C5E46C43381 for ; Mon, 1 Apr 2019 09:09:50 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 8FEDA217F4 for ; Mon, 1 Apr 2019 09:09:50 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="Pn8K7z/I" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 8FEDA217F4 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=infradead.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=XMSBN482ef4hGiuAouNPEKCm36E7gWFnIX+2V2p/LdU=; b=Pn8K7z/INSO5Jn 9cTaPazG3O2ono8cUF/zDwcpBLK5AsZkOBcTeACPFs+VxOy9HSL37ZUCZTPnuGgfpBTtr7zJR+YHs GEGIqsW94J/UKx69jV22kf+QNa35AY/Qeg+b3LautuLqIoKWpi8sttFk+CKrAoletOPdia1J3nUiD TLkgOBceCZYB34er2UWCJ4BFdHtycIkEU0Ix/uRzS64C41dO5c+CFHt4Lf+z8uZdhyOUQ+/waVGOd HxAbeL28vpGCae3oEVYbKYL/HNbCzHK+azv2QPJqj61gIgXhh/gRgdPJgbpNze2cAnDq3Q0ju7XGU yajrAtqJx0NnOcEL+h/A==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1hAswt-0004lp-12; Mon, 01 Apr 2019 09:09:47 +0000 Received: from j217100.upc-j.chello.nl ([24.132.217.100] helo=hirez.programming.kicks-ass.net) by bombadil.infradead.org with esmtpsa (Exim 4.90_1 #2 (Red Hat Linux)) id 1hAswr-0004iw-2z; Mon, 01 Apr 2019 09:09:45 +0000 Received: by hirez.programming.kicks-ass.net (Postfix, from userid 1000) id 6A2AC2026BE95; Mon, 1 Apr 2019 11:09:43 +0200 (CEST) Date: Mon, 1 Apr 2019 11:09:43 +0200 From: Peter Zijlstra To: Alex Kogan Subject: Re: [PATCH v2 0/5] Add NUMA-awareness to qspinlock Message-ID: <20190401090943.GG11158@hirez.programming.kicks-ass.net> References: <20190329152006.110370-1-alex.kogan@oracle.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20190329152006.110370-1-alex.kogan@oracle.com> User-Agent: Mutt/1.10.1 (2018-07-13) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: linux-arch@vger.kernel.org, arnd@arndb.de, dave.dice@oracle.com, x86@kernel.org, will.deacon@arm.com, linux@armlinux.org.uk, steven.sistare@oracle.com, linux-kernel@vger.kernel.org, rahul.x.yadav@oracle.com, mingo@redhat.com, bp@alien8.de, hpa@zytor.com, longman@redhat.com, tglx@linutronix.de, daniel.m.jordan@oracle.com, linux-arm-kernel@lists.infradead.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Fri, Mar 29, 2019 at 11:20:01AM -0400, Alex Kogan wrote: > The following locktorture results are from an Oracle X5-4 server > (four Intel Xeon E7-8895 v3 @ 2.60GHz sockets with 18 hyperthreaded > cores each). The other interesting number is on a !NUMA machine. What do these patches do there? Remember, most people do not in fact have numa. _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel