On Tue, 19 Apr 2005 15:46:07 +0000
Francesco Oppedisano <[EMAIL PROTECTED]> 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 [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to