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>
This commit is contained in:
Родитель
7eaa2b20ca
Коммит
26ef1f17d4
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче