From: Eric Dumazet Date: Thu, 13 Oct 2011 07:59:41 +0000 (+0000) Subject: ixgbe: fix skb truesize underestimation X-Git-Tag: v3.2-rc1~129^2~95 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=98130646770db42cd14c44ba0d7f2d0eb8078820;p=pandora-kernel.git ixgbe: fix skb truesize underestimation ixgbe allocates half a page per skb fragment. We must account PAGE_SIZE/2 increments on skb->truesize, not the actual frag length. Signed-off-by: Eric Dumazet CC: Jeff Kirsher Signed-off-by: David S. Miller --- Reading git-diff-tree failed