aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions
d>Eric Dumazet <edumazet@google.com>2012-07-10 10:03:41 +0000 committerDavid S. Miller <davem@davemloft.net>2012-07-10 23:33:12 -0700 commitb28ba72665356438e3a6e3be365c3c3071496840 (patch) tree2cf9ff84993f821cd4819db7dd609db1ccbf38f6 /drivers/net/ethernet/intel/e1000e/ich8lan.c parentefc73f4bbc238d4f579fb612c04c8e1dd8a82979 (diff)
IPoIB: fix skb truesize underestimatiom
Or Gerlitz reported triggering of WARN_ON_ONCE(delta < len); in skb_try_coalesce() This warning tracks drivers that incorrectly set skb->truesize IPoIB indeed allocates a full page to store a fragment, but only accounts in skb->truesize the used part of the page (frame length) This patch fixes skb truesize underestimation, and also fixes a performance issue, because RX skbs have not enough tailroom to allow IP and TCP stacks to pull their header in skb