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:
a8605c6
)
bnx2x: fix skb truesize underestimation
author
Eric Dumazet
<eric.dumazet@gmail.com>
Wed, 19 Oct 2011 23:00:23 +0000
(23:00 +0000)
committer
David S. Miller
<davem@davemloft.net>
Fri, 21 Oct 2011 06:52:59 +0000
(
02:52
-0400)
bnx2x allocates a full page per fragment.
We must account in skb->truesize, the size of the fragment, not the used
part of it.
Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
CC: Eilon Greenstein <eilong@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found