Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756858Ab3H3R3B (ORCPT ); Fri, 30 Aug 2013 13:29:01 -0400 Received: from mail-vb0-f43.google.com ([209.85.212.43]:47645 "EHLO mail-vb0-f43.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755173Ab3H3R27 (ORCPT ); Fri, 30 Aug 2013 13:28:59 -0400 MIME-Version: 1.0 In-Reply-To: <20130830171707.GV31370@twins.programming.kicks-ass.net> References: <1375758759-29629-1-git-send-email-Waiman.Long@hp.com> <1375758759-29629-2-git-send-email-Waiman.Long@hp.com> <1377751465.4028.20.camel@pasglop> <20130829070012.GC27322@gmail.com> <20130830171707.GV31370@twins.programming.kicks-ass.net> Date: Fri, 30 Aug 2013 10:28:58 -0700 X-Google-Sender-Auth: _3jmBDatYaEDP1mtCot4z969MHU Message-ID: Subject: Re: [PATCH v7 1/4] spinlock: A new lockref structure for lockless update of refcount From: Linus Torvalds To: Peter Zijlstra Cc: Ingo Molnar , Benjamin Herrenschmidt , Waiman Long , Alexander Viro , Jeff Layton , Miklos Szeredi , Ingo Molnar , Thomas Gleixner , linux-fsdevel , Linux Kernel Mailing List , Steven Rostedt , Andi Kleen , "Chandramouleeswaran, Aswin" , "Norton, Scott J" Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1095 Lines: 24 On Fri, Aug 30, 2013 at 10:17 AM, Peter Zijlstra wrote: > > Yeah, silent basically limits you to i7 single socket systems and sadly > Intel doesn't seem to want to make those with more than 4 cores on :/ Yup. And even if they had more cores in a single socket, the real scalability issues won't happen until you start crossing sockets and serialization slows down by a big amount due to cachelines moving outside the die. > I've got a i7-K part (SNB iirc) with a _huge_ scythe cooler and a high > efficiency fanless PSU for a system that's near noiseless -- as in my > Thinkpad actually makes more noise. I've got a 4770S on order, it should arrive tomorrow. It's the 65W part, and it has TSX. But no, I doubt I'll see any real scalability issues with it, but at least I can test any TSX codepaths. Linus -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/