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:
0c81859
)
net: dnet: fix dnet_poll()
author
Eric Dumazet
<edumazet@google.com>
Sun, 11 Jan 2015 19:02:32 +0000
(11:02 -0800)
committer
David S. Miller
<davem@davemloft.net>
Mon, 12 Jan 2015 02:44:55 +0000
(21:44 -0500)
A NAPI poll() handler is supposed to return exactly the budget when/if
napi_complete() has not been called.
It is also supposed to return number of frames that were received, so
that netdev_budget can have a meaning.
Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found