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:
54d27fc
)
mv643xx_eth: fix NAPI weight being > 64
author
Andrew Lunn
<andrew@lunn.ch>
Mon, 13 May 2013 23:54:20 +0000
(23:54 +0000)
committer
David S. Miller
<davem@davemloft.net>
Tue, 14 May 2013 18:32:05 +0000
(11:32 -0700)
3.10-rc1 issues the following warning:
netif_napi_add() called with weight 128 on device eth%d
This patch reduce the weight to 64, using NAPI_POLL_WEIGHT.
Signed-off-by: Andrew Lunn <andrew@lunn.ch>
Acked-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found