Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Thu, 4 Oct 2001 20:15:53 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Thu, 4 Oct 2001 20:15:43 -0400 Received: from zeus.kernel.org ([204.152.189.113]:56793 "EHLO zeus.kernel.org") by vger.kernel.org with ESMTP id ; Thu, 4 Oct 2001 20:15:29 -0400 Date: Thu, 4 Oct 2001 17:18:42 -0700 (PDT) From: Davide Libenzi X-X-Sender: davide@blue1.dev.mcafeelabs.com To: Ben Greear cc: Linus Torvalds , Robert Love , Benjamin LaHaise , Alex Bligh - linux-kernel , , jamal , , Alexey Kuznetsov , Robert Olsson , , Alan Cox , Simon Kirby Subject: Re: [announce] [patch] limiting IRQ load, irq-rewrite-2.4.11-B5 In-Reply-To: <3BBCF802.1B650B20@candelatech.com> Message-ID: 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 On Thu, 4 Oct 2001, Ben Greear wrote: > Linus Torvalds wrote: > > > > On 4 Oct 2001, Robert Love wrote: > > > > > > Agreed. I am actually amazed that the opposite of what is happening > > > does not happen -- that more people aren't clamoring for this solution. > > > > Ehh.. I think that most people who are against Ingo's patches are so > > mainly because there _is_ an alternative that looks nicer. > > > > Linus > > The alternative (NAPI) only works with Tulip and Intel NICs, it seems. > When the alternative works for every driver known (including 3rd party > ones, like the e100), then it will truly be an alternative. Untill > then, it will be a great feature for those who can use it, and the > rest of the poor folks will need a big generic hammer. NAPI needs aware drivers and introduces changes to the queue processing ( packets left in DMA ring ) and it'll be at least 2.5.x It's clearly a nicer solution that does not suffer of drawbacks that Ingo's code have. Ingo's patch is more hack-ish but addresses the problem with minimal changes. - Davide - 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/