Re: more packets than interrupts

From: David S. Miller
Date: Tue Apr 19 2005 - 13:36:36 EST


On Tue, 19 Apr 2005 15:46:07 +0000
Francesco Oppedisano <francesco.oppedisano@xxxxxxxxx> wrote:
> Can every driver manage many packets per call?

Most can. If more packets arrive between between when the chip
signals the interrupt and the cpu actually gets to the driver
interrupt handler, multiple packets per interrupt can easily happen.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/