Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S966435AbXEHPpa (ORCPT ); Tue, 8 May 2007 11:45:30 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S968067AbXEHPco (ORCPT ); Tue, 8 May 2007 11:32:44 -0400 Received: from smtp1.linux-foundation.org ([65.172.181.25]:34331 "EHLO smtp1.linux-foundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S965880AbXEHP1s (ORCPT ); Tue, 8 May 2007 11:27:48 -0400 Date: Tue, 8 May 2007 08:27:34 -0700 (PDT) From: Linus Torvalds To: Adrian Bunk cc: Cornelia Huck , Greg K-H , linux-kernel Subject: Re: Please revert 5adc55da4a7758021bcc374904b0f8b076508a11 (PCI_MULTITHREAD_PROBE) In-Reply-To: <20070508141149.GJ4226@stusta.de> Message-ID: References: <20070508153713.344cc881@gondolin.boeblingen.de.ibm.com> <20070508141149.GJ4226@stusta.de> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=us-ascii Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1329 Lines: 34 On Tue, 8 May 2007, Adrian Bunk wrote: > > Let's revert it, and I'll then send a new patch containing only the > PCI_MULTITHREAD_PROBE removal. I really don't want to revert that removal. If somebody wants to resurrect a part of the patch that has nothing to do with PCI, in order to do it for some other bus, just send that as a patch (not as a revert). But no, I'm not going to revert that patch. And no, we should not do it at the device core level. In fact, I don't think we should do it at that level at all. I'm pretty sure that the performance problems are at individual device drivers, and that the right solution is to thread at *that* level. Not higher up. Threading at the bus level just inevitably means things like random numbers for devices depending on some timing/scheduling issue. That's nasty. Threading at a driver level still does that (ie individual disks may be attached in some order that depends on how fast they are to respond), but in a much more controlled fashion, and only for drivers that explicitly say that they can do it. 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/