commit | 5935f81c595897d213afcf756e3e41af7c704f0e | [log] [tgz] |
---|---|---|
author | Eric Dumazet <eric.dumazet@gmail.com> | Thu Oct 13 11:30:52 2011 +0000 |
committer | David S. Miller <davem@davemloft.net> | Thu Oct 13 22:25:20 2011 -0400 |
tree | 50e47acd398d7c865134fa3dd54e51830b3563ac | |
parent | 7ae60b3f3b297b7f04025c93f1cb2275c3a1dfcd [diff] |
ftgmac100: fix skb truesize underestimation 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>