From: Eric Dumazet Date: Wed, 19 Oct 2011 23:00:23 +0000 (+0000) Subject: bnx2x: fix skb truesize underestimation X-Git-Tag: v3.2-rc1~182^2~28 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e1ac50f64691de9a095ac5d73cb8ac73d3d17dba;p=pandora-kernel.git bnx2x: fix skb truesize underestimation bnx2x allocates a full page per fragment. We must account in skb->truesize, the size of the fragment, not the used part of it. Signed-off-by: Eric Dumazet CC: Eilon Greenstein Signed-off-by: David S. Miller --- Reading git-diff-tree failed