]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commit97d7aea4f25bed83c22f14db44d487b2f77758b3
tree514508473e8a8f73a59bca9defc7cd32139b00b2
parent7236b40d6508b8d93ba1dfc3d70157cad3ea4cb3
[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