Subject: Re: interrupt rate from a NIC
To: Ignatios Souvatzis <ignatios@theory.cs.uni-bonn.de>
From: Martin Husemann <martin@duskware.de>
List: tech-kern
Date: 03/06/2003 11:29:26
On Thu, Mar 06, 2003 at 11:19:51AM +0100, Ignatios Souvatzis wrote:
> That's not impossible - but you would have to cite exact machine
> configuration, CPU, board, driver and OS version to say more.

While not impossible, it's quite unlikely.

If you are seeing this, I bet you are developing/changing a driver and
your interrupt handler does not clear the interrupt source on the NIC.

Been there, done that.

Martin