aboutsummaryrefslogtreecommitdiffstats
path: root/lib/parser.c
diff options
context:
space:
mode:
authorEric Dumazet <[email protected]>2011-10-13 11:20:08 +0000
committerDavid S. Miller <[email protected]>2011-10-14 02:28:29 +0000
commit96cd8951684adaa5fd72952adef532d0b42f70e1 (patch)
tree09729378bf804d8a8b077688de63136c8b09c512 /lib/parser.c
parentniu: fix skb truesize underestimation (diff)
downloadkernel-96cd8951684adaa5fd72952adef532d0b42f70e1.tar.gz
kernel-96cd8951684adaa5fd72952adef532d0b42f70e1.zip
ftmac100: fix skb truesize underestimation
ftmac100 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, so increase truesize only for bigger frames. Signed-off-by: Eric Dumazet <[email protected]> CC: Po-Yu Chuang <[email protected]> Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'lib/parser.c')
0 files changed, 0 insertions, 0 deletions