]> git.karo-electronics.de Git - karo-tx-linux.git/commit
via-rhine: Fix bugs in NAPI support.
authorDavid S. Miller <davem@davemloft.net>
Wed, 30 Jan 2013 03:58:04 +0000 (22:58 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 14 Feb 2013 18:49:05 +0000 (10:49 -0800)
commitd78378096e74b2fd0b42b74156ba0ae0567ea226
treea06e6237c8f7dc460bb689933ec1aef8140d78d0
parent909978d73590b07c3a050a569cc3bd44b1f9355c
via-rhine: Fix bugs in NAPI support.

[ Upstream commit 559bcac35facfed49ab4f408e162971612dcfdf3 ]

1) rhine_tx() should use dev_kfree_skb() not dev_kfree_skb_irq()

2) rhine_slow_event_task's NAPI triggering logic is racey, it
   should just hit the interrupt mask register.  This is the
   same as commit 7dbb491878a2c51d372a8890fa45a8ff80358af1
   ("r8169: avoid NAPI scheduling delay.") made to fix the same
   problem in the r8169 driver.  From Francois Romieu.

Reported-by: Jamie Gloudon <jamie.gloudon@gmail.com>
Tested-by: Jamie Gloudon <jamie.gloudon@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/net/ethernet/via/via-rhine.c