From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754703AbcGLO4A (ORCPT ); Tue, 12 Jul 2016 10:56:00 -0400 Received: from merlin.infradead.org ([205.233.59.134]:41362 "EHLO merlin.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754490AbcGLOz7 (ORCPT ); Tue, 12 Jul 2016 10:55:59 -0400 Date: Tue, 12 Jul 2016 16:55:51 +0200 From: Peter Zijlstra To: "Paul E. McKenney" Cc: hpa@zytor.com, tglx@linutronix.de, mingo@elte.hu, ak@linux.intel.com, linux-kernel@vger.kernel.org Subject: Re: Odd performance results Message-ID: <20160712145551.GU30909@twins.programming.kicks-ass.net> References: <20160710042639.GA4068@linux.vnet.ibm.com> <7DF218CD-22F6-4E46-A628-2138AEA3A161@infradead.org> <20160710144327.GX4650@linux.vnet.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160710144327.GX4650@linux.vnet.ibm.com> User-Agent: Mutt/1.5.23.1 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, Jul 10, 2016 at 07:43:27AM -0700, Paul E. McKenney wrote: > On Sun, Jul 10, 2016 at 07:17:19AM +0200, Peter Zijlstra wrote: > > > > > > On 10 July 2016 06:26:39 CEST, "Paul E. McKenney" wrote: > > >Hello! > > > > > >So I ran a quick benchmark which showed stair-step results. I > > >immediately > > >thought "Ah, this is due to CPU 0 and 1, 2 and 3, 4 and 5, and 6 and 7 > > >being threads in a core." Then I thought "Wait, this is an x86!" > > >Then I dumped out cpu*/topology/thread_siblings_list, getting the > > >following: > > > > > > cpu0/topology/thread_siblings_list: 0-1 > > > cpu1/topology/thread_siblings_list: 0-1 > > > cpu2/topology/thread_siblings_list: 2-3 > > > cpu3/topology/thread_siblings_list: 2-3 > > > cpu4/topology/thread_siblings_list: 4-5 > > > cpu5/topology/thread_siblings_list: 4-5 > > > cpu6/topology/thread_siblings_list: 6-7 > > > cpu7/topology/thread_siblings_list: 6-7 > > > > > > I'm guessing this is an AMD bulldozer like machine? > > /proc/cpuinfo thinks otherwise: > > processor : 0 > vendor_id : GenuineIntel > cpu family : 6 > model : 60 > model name : Intel(R) Core(TM) i7-4710MQ CPU @ 2.50GHz Weird, I've never seen an Intel box do that before... hpa, any idea? or is this just one weird BIOS.