Skip to content

Commit

Permalink
mv643xx_eth: move all work to the napi poll handler
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Lennert Buytenhek authored and Lennert Buytenhek committed Sep 14, 2008
1 parent e5ef1de commit 1fa38c5
Showing 1 changed file with 275 additions and 246 deletions.
Loading

0 comments on commit 1fa38c5

Please sign in to comment.