]> git.baikalelectronics.ru Git - kernel.git/commit
netpoll: Visit all napi handlers in poll_napi
authorEric W. Biederman <ebiederm@xmission.com>
Sat, 15 Mar 2014 03:45:51 +0000 (20:45 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 17 Mar 2014 19:47:22 +0000 (15:47 -0400)
commitce1240fc1cd50a6c34fa914c05edc66dd4732629
tree303bb43834d5a46f8e886e5d5702fe46276c6638
parentebc2eceb20ea721409c90d7961618be2fb7d4265
netpoll: Visit all napi handlers in poll_napi

In poll_napi loop through all of the napi handlers even when the
budget falls to 0 to ensure that we process all of the tx_queues, and
so that we continue to call into drivers when our initial budget is 0.

Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/core/netpoll.c