From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752465AbcGMHVV (ORCPT ); Wed, 13 Jul 2016 03:21:21 -0400 Received: from mail-wm0-f47.google.com ([74.125.82.47]:35138 "EHLO mail-wm0-f47.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751484AbcGMHVJ (ORCPT ); Wed, 13 Jul 2016 03:21:09 -0400 Date: Wed, 13 Jul 2016 09:20:55 +0200 From: Ingo Molnar To: "Paul E. McKenney" Cc: "Dr. David Alan Gilbert" , Peter Zijlstra , "H. Peter Anvin" , tglx@linutronix.de, mingo@elte.hu, ak@linux.intel.com, linux-kernel@vger.kernel.org Subject: Re: [CRM114spam]: Re: Odd performance results Message-ID: <20160713072055.GD13006@gmail.com> References: <20160710042639.GA4068@linux.vnet.ibm.com> <7DF218CD-22F6-4E46-A628-2138AEA3A161@infradead.org> <20160710144327.GX4650@linux.vnet.ibm.com> <20160712145551.GU30909@twins.programming.kicks-ass.net> <20160712150529.GN7094@linux.vnet.ibm.com> <27d2c710-479d-77a9-f2c6-875e9c2bc40f@zytor.com> <20160712185120.GX30909@twins.programming.kicks-ass.net> <20160712191049.GB27918@gallifrey> <20160712195926.GY7094@linux.vnet.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160712195926.GY7094@linux.vnet.ibm.com> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Paul E. McKenney wrote: > > i7-3520M CPU @ 2.90GHz (Dual core with hyperthread, Thinkpad t530, fedora 24) > > Glad that it is not just me! ;-) Got one too: aldebaran:~> grep -i . /sys/devices/system/cpu/cpu*/topology/thread_siblings_list | sort -t u -k +3 -n /sys/devices/system/cpu/cpu0/topology/thread_siblings_list:0-1 /sys/devices/system/cpu/cpu1/topology/thread_siblings_list:0-1 /sys/devices/system/cpu/cpu2/topology/thread_siblings_list:2-3 /sys/devices/system/cpu/cpu3/topology/thread_siblings_list:2-3 /sys/devices/system/cpu/cpu4/topology/thread_siblings_list:4-5 /sys/devices/system/cpu/cpu5/topology/thread_siblings_list:4-5 /sys/devices/system/cpu/cpu6/topology/thread_siblings_list:6-7 /sys/devices/system/cpu/cpu7/topology/thread_siblings_list:6-7 /sys/devices/system/cpu/cpu8/topology/thread_siblings_list:8-9 /sys/devices/system/cpu/cpu9/topology/thread_siblings_list:8-9 /sys/devices/system/cpu/cpu10/topology/thread_siblings_list:10-11 /sys/devices/system/cpu/cpu11/topology/thread_siblings_list:10-11 /sys/devices/system/cpu/cpu12/topology/thread_siblings_list:12-13 /sys/devices/system/cpu/cpu13/topology/thread_siblings_list:12-13 /sys/devices/system/cpu/cpu14/topology/thread_siblings_list:14-15 /sys/devices/system/cpu/cpu15/topology/thread_siblings_list:14-15 Thanks, Ingo