[PATCH] sky2: NAPI poll fix
authorStephen Hemminger <shemminger@osdl.org>
Mon, 17 Jul 2006 13:54:34 +0000 (09:54 -0400)
committerJeff Garzik <jeff@garzik.org>
Mon, 17 Jul 2006 17:27:46 +0000 (13:27 -0400)
commitcaa0371e8b7391919d984672c887f660a6117f67
tree514508473e8a8f73a59bca9defc7cd32139b00b2
parent83b0fe818cd2f6cc03365440f2b7cca297a45b4f
[PATCH] sky2: NAPI poll fix

When sky2 driver gets lots of received packets at once, it can get stuck.
The NAPI poll routine gets called back to keep going, but since no IRQ bits
are set it doesn't make progress.

Increase version, since this is serious enough problem that I want to be
able to tell new from old problems.

Signed-off-by: Stephen Hemminger <shemminger@osdl.org>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
drivers/net/sky2.c