From: Eric Dumazet Date: Thu, 13 Oct 2011 11:38:17 +0000 (+0000) Subject: vmxnet3: fix skb truesize underestimation X-Git-Tag: v3.2-rc1~129^2~91 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5e6c355c47e75314fd2282d087616069d4093ecf;p=pandora-kernel.git vmxnet3: fix skb truesize underestimation vmxnet3 allocates a page per skb fragment. We must account PAGE_SIZE increments on skb->truesize, not the actual frag length. Signed-off-by: Eric Dumazet CC: Shreyas Bhatewara Signed-off-by: David S. Miller --- Reading git-diff-tree failed