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:
87fb4b7
)
be2net: fix truesize errors
author
Eric Dumazet
<eric.dumazet@gmail.com>
Thu, 13 Oct 2011 06:31:02 +0000
(06:31 +0000)
committer
David S. Miller
<davem@davemloft.net>
Thu, 13 Oct 2011 20:05:07 +0000
(16:05 -0400)
Fix skb truesize underestimations of this driver.
Each frag truesize is exactly rx_frag_size bytes. (2048 bytes per
default)
A driver should not use "sizeof(struct sk_buff)" at all.
Signed-off-by: Eric Dumazet <eric.dumazet>
Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found