git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d1d08d1
)
[NET]: Stop polling when napi_disable() is pending.
author
David S. Miller
<davem@davemloft.net>
Tue, 8 Jan 2008 05:00:40 +0000
(21:00 -0800)
committer
David S. Miller
<davem@davemloft.net>
Wed, 9 Jan 2008 07:30:13 +0000
(23:30 -0800)
This finally adds the code in net_rx_action() to break out of the
->poll()'ing loop when a napi_disable() is found to be pending.
Now, even if a device is being flooded with packets it can be cleanly
brought down.
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found