Subject: Re: interrupt sharing improves performance?
To: Pavel Cahyna <pcah8322@artax.karlin.mff.cuni.cz>
From: Martin Husemann <martin@duskware.de>
List: tech-perform
Date: 02/03/2003 12:28:12
On Mon, Feb 03, 2003 at 11:48:43AM +0100, Pavel Cahyna wrote:
> - Is this true for NetBSD too?

Yes. It is a slight benefit if your multiple network cards are more
or less busy (i.e. you would get an interrupt from it a short time later).
A less overall interrupt count of course helps performance, under any OS.

> - Isn't this a symptom of bad design?

No. The interrupt routing can not realy be influenced by the software, so you
have to be able to deal with all shared/unshared scenarios. PCI drivers can
not make assumptions like "this interrupt is mine only" and optimize for
that.


Martin