Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756202AbZCEPlP (ORCPT ); Thu, 5 Mar 2009 10:41:15 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1755172AbZCEPku (ORCPT ); Thu, 5 Mar 2009 10:40:50 -0500 Received: from rtr.ca ([76.10.145.34]:46243 "EHLO mail.rtr.ca" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754886AbZCEPks (ORCPT ); Thu, 5 Mar 2009 10:40:48 -0500 Message-ID: <49AFF27C.1020001@rtr.ca> Date: Thu, 05 Mar 2009 10:40:44 -0500 From: Mark Lord Organization: Real-Time Remedies Inc. User-Agent: Thunderbird 2.0.0.19 (X11/20090105) MIME-Version: 1.0 To: Linus Torvalds Cc: Vadim Lobanov , Peter Zijlstra , Ingo Molnar , Thomas Gleixner , lkml , linux-arch , Andrew Morton Subject: Re: [RFC][PATCH] irq: remove IRQF_DISABLED References: <1235996477.5330.174.camel@laptop> <200903021045.20723.vlobanov@speakeasy.net> In-Reply-To: Content-Type: text/plain; charset=UTF-8; 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: 916 Lines: 24 Linus Torvalds wrote: > > Although it porbably does mean that the problem tends to be more in the > really bad mode0 case (600ns -> 150us/sector -> milliseconds for > multi-sector transfers). .. Heh.. it's worse that that: even with commonplace mode4 (120ns) transfers, each PCI bus transaction from start to finish often takes about 1us, so for a 16-sector multi-sector read, that means 4ms+ with interrupts off. > I forget what our multi-sector limit is, I think it tends to be 16. So > you'll never get _really_ long irq-off times, but "several ms" is still > pretty damn bad. .. It's a device limit, usually 8 or 16 sectors for nearly all drives now. Cheers -- 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/