Browse Source

mv643xx_eth: count handling a link event as one unit of napi work

Signed-off-by: Lennert Buytenhek <buytenh@marvell.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Lennert Buytenhek 16 years ago
parent
commit
26ef1f17d4
1 changed files with 1 additions and 0 deletions
  1. 1 0
      drivers/net/mv643xx_eth.c

+ 1 - 0
drivers/net/mv643xx_eth.c

@@ -2178,6 +2178,7 @@ static int mv643xx_eth_poll(struct napi_struct *napi, int budget)
 		if (mp->work_link) {
 			mp->work_link = 0;
 			handle_link_event(mp);
+			work_done++;
 			continue;
 		}