From: Eric Dumazet Date: Wed, 30 Sep 2009 13:03:33 +0000 (+0000) Subject: pktgen: Avoid dirtying skb->users when txq is full X-Git-Tag: v2.6.33-rc1~388^2~943 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0835acfe72e43b2f9bd46ec8c0d219e94c3525e0;p=pandora-kernel.git pktgen: Avoid dirtying skb->users when txq is full We can avoid two atomic ops on skb->users if packet is not going to be sent to the device (because hardware txqueue is full) Signed-off-by: Eric Dumazet Acked-by: Stephen Hemminger Signed-off-by: David S. Miller --- Reading git-diff-tree failed