]> git.baikalelectronics.ru Git - kernel.git/commit
ftmac100: fix skb truesize underestimation
authorEric Dumazet <eric.dumazet@gmail.com>
Thu, 13 Oct 2011 11:20:08 +0000 (11:20 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 14 Oct 2011 02:28:29 +0000 (22:28 -0400)
commit12a2b3e40087b073e1af3087930c49a0c0210092
tree09729378bf804d8a8b077688de63136c8b09c512
parent67f591ef7ae43753beb2335ba67696c6d8accff1
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 <eric.dumazet@gmail.com>
CC: Po-Yu Chuang <ratbert@faraday-tech.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/faraday/ftmac100.c