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:
7ae60b3
)
ftgmac100: fix skb truesize underestimation
author
Eric Dumazet
<eric.dumazet@gmail.com>
Thu, 13 Oct 2011 11:30:52 +0000
(11:30 +0000)
committer
David S. Miller
<davem@davemloft.net>
Fri, 14 Oct 2011 02:25:20 +0000
(22:25 -0400)
ftgmac100 allocates a page per skb fragment. We must account
PAGE_SIZE increments on skb->truesize, not the actual frag length.
If frame is under 64 bytes, page is freed, and truesize adjusted.
Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
CC: Po-Yu Chuang <ratbert@faraday-tech.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found