From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753851Ab0IPGgV (ORCPT ); Thu, 16 Sep 2010 02:36:21 -0400 Received: from e5.ny.us.ibm.com ([32.97.182.145]:46324 "EHLO e5.ny.us.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751780Ab0IPGgU (ORCPT ); Thu, 16 Sep 2010 02:36:20 -0400 Date: Wed, 15 Sep 2010 23:36:16 -0700 From: "Paul E. McKenney" To: Lai Jiangshan Cc: Linus Torvalds , Ingo Molnar , Andrew Morton , David Miller , Manfred Spraul , Mathieu Desnoyers , Steven Rostedt , Thomas Gleixner , Peter Zijlstra , LKML , dipankar@in.ibm.com Subject: Re: [PATCH, RFC] RCU: New scalable, multi-GP and preemptible RCU implementation Message-ID: <20100916063616.GG2463@linux.vnet.ibm.com> Reply-To: paulmck@linux.vnet.ibm.com References: <4C7B7A80.2040105@cn.fujitsu.com> <20100830235705.GQ2420@linux.vnet.ibm.com> <4C7C70EF.5020507@cn.fujitsu.com> <20100908195310.GA10797@linux.vnet.ibm.com> <4C8E18C1.7060806@cn.fujitsu.com> <20100913231756.GB18902@linux.vnet.ibm.com> <4C909530.1070808@cn.fujitsu.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4C909530.1070808@cn.fujitsu.com> User-Agent: Mutt/1.5.20 (2009-06-14) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Sep 15, 2010 at 05:43:12PM +0800, Lai Jiangshan wrote: > On 09/14/2010 07:17 AM, Paul E. McKenney wrote: > >>>> > >>>> Only in x86(32bit and 64bit) system. > >>>> Did you patch it in power and test it? It' need more test for different archs, > >>>> but I have no other arch. > >>>> > >>>> What is "hardware configuration"? > >>> > >>> Mainly the number of CPUs. The socket/core/thread counts could also > >>> be helpful. > > > > Any info? ;-) > > > > Ouch, answer this first: > hardware1: x86, 1cpu X 2cores > hardware2: x86_64, 2cpu X 2cores > 48 hours rcutorture for each machine, (NO_HZ, cpu_plugin concurrently ... ) > ~120 minutes rcutorture for each different CONFIG. > > this work is my own work, not my company's, I can't access to > big machines. Thank you for the info! I will do some testing some time in the next few weeks. Initial smoke tests look promising. Thanx, Paul