]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
[PATCH] skge: fix NAPI/irq race
authorStephen Hemminger <shemminger@osdl.org>
Wed, 22 Feb 2006 21:52:33 +0000 (13:52 -0800)
committerChris Wright <chrisw@sous-sol.org>
Wed, 1 Mar 2006 22:36:37 +0000 (14:36 -0800)
commite501e04cf0b3cd2d89ebfd8ad6cd38e1a88a1a71
tree5ac3b75cc5f5835502542a02fd192822107b7822
parent82a0d8860dfd709ce46dc2f0c3670b9f5c52da8a
[PATCH] skge: fix NAPI/irq race

Fix a race in the receive NAPI, irq handling. The interrupt clear and the
start need to be separated.  Otherwise there is a window between the last
frame received and the NAPI done level handling.

Signed-off-by: Stephen Hemminger <shemminger@osdl.org>
Signed-off-by: Chris Wright <chrisw@sous-sol.org>
drivers/net/skge.c