From: Yang Yingliang Date: Wed, 25 Dec 2013 09:35:14 +0000 (+0800) Subject: sch_netem: more precise length of packets X-Git-Tag: v3.14-rc1~94^2~346 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8cfd88d6d70735c47b17aef855b4c81dde83c85c;p=pandora-kernel.git sch_netem: more precise length of packets With TSO/GSO/GRO packets, skb->len doesn't represent a precise amount of bytes on wire. This patch replace skb->len with qdisc_pkt_len(skb) which is more precise. Signed-off-by: Yang Yingliang Acked-by: Stephen Hemminger Signed-off-by: David S. Miller --- Reading git-diff-tree failed