Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Thu, 4 Oct 2001 02:58:57 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Thu, 4 Oct 2001 02:58:47 -0400 Received: from chiara.elte.hu ([157.181.150.200]:30729 "HELO chiara.elte.hu") by vger.kernel.org with SMTP id ; Thu, 4 Oct 2001 02:58:35 -0400 Date: Thu, 4 Oct 2001 08:56:36 +0200 (CEST) From: Ingo Molnar Reply-To: To: Jeff Garzik Cc: Ben Greear , jamal , , Alexey Kuznetsov , Robert Olsson , Benjamin LaHaise , , Linus Torvalds , Alan Cox , Simon Kirby Subject: Re: [announce] [patch] limiting IRQ load, irq-rewrite-2.4.11-B5 In-Reply-To: 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, Jeff Garzik wrote: > On Wed, 3 Oct 2001, Ben Greear wrote: > > That requires re-writing all the drivers, right? > > NAPI? [...] Ben is talking about the long-planned "irq_action->handler() returns a code that indicates progress" approach Linus talked about. *that* needs the changing of every driver, since every IRQ handler prototype that is 'void' now needs to be changed to return 'int'. (the change is trivial, but intrusive.) Ingo - 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/