commit | 1fa38c586e92cce4ce06bfc08ad3134b8445170b | [log] [tgz] |
---|---|---|
author | Lennert Buytenhek <buytenh@wantstofly.org> | Thu Aug 28 08:09:10 2008 +0200 |
committer | Lennert Buytenhek <buytenh@marvell.com> | Sun Sep 14 14:09:00 2008 +0200 |
tree | 28cd1270bf83cdb614f31ca6f355b31cc51c5dd0 | |
parent | e5ef1de198c7bf2ca10de82add06536ed6165f8b [diff] |
mv643xx_eth: move all work to the napi poll handler Move link status handling, transmit reclaim and TX_END handling from the interrupt handler to the napi poll handler. This allows switching ->lock over to a non-IRQ-safe lock and removes all explicit interrupt disabling from the driver. Signed-off-by: Lennert Buytenhek <buytenh@marvell.com>