Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755735AbYGGP4h (ORCPT ); Mon, 7 Jul 2008 11:56:37 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1755304AbYGGP4X (ORCPT ); Mon, 7 Jul 2008 11:56:23 -0400 Received: from gw.goop.org ([64.81.55.164]:37690 "EHLO mail.goop.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755264AbYGGP4X (ORCPT ); Mon, 7 Jul 2008 11:56:23 -0400 Message-ID: <48723C9D.8090504@goop.org> Date: Mon, 07 Jul 2008 08:56:13 -0700 From: Jeremy Fitzhardinge User-Agent: Thunderbird 2.0.0.14 (X11/20080501) MIME-Version: 1.0 To: Nick Piggin CC: Peter Zijlstra , Christoph Lameter , Petr Tesarik , Ingo Molnar , linux-kernel@vger.kernel.org Subject: Re: Spinlocks: Factor our GENERIC_LOCKBREAK in order to avoid spin with irqs disable References: <48630420.1090102@goop.org> <200807072150.39571.nickpiggin@yahoo.com.au> <200807072152.59823.nickpiggin@yahoo.com.au> In-Reply-To: <200807072152.59823.nickpiggin@yahoo.com.au> X-Enigmail-Version: 0.95.6 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 906 Lines: 22 Nick Piggin wrote: > Although, you wouldn't need to oversubscribe physical CPUs to hit > suboptimal behaviour. > > Basically, I just ask for performance improvement to be measured > with some "realistic" configuration, then it should be easier to > justify. Overcommitting cpus system-wide is pretty common. A use-case is consolidating a pile of underused non-performance-critical servers into one physical machine with a lot of VMs. It doesn't take much load to cause a dhcp request to the dhcp server to steal a cpu away from the mysql server while it holds a lock... I'll mail out my patches so we can have a more concrete discussion shortly. J -- 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/