From: Eric Dumazet Date: Mon, 10 May 2010 04:51:02 +0000 (+0000) Subject: net: congestion notifications are not dropped packets X-Git-Tag: v2.6.35-rc1~473^2~90 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2d6c9ffcca7808f42ba6b953da0ba60e19a9cbbd;p=pandora-kernel.git net: congestion notifications are not dropped packets vlan/macvlan start_xmit() can inform caller of congestion with NET_XMIT_CN return value. This doesnt mean packet was dropped. Increment normal stat counters instead of tx_dropped. Signed-off-by: Eric Dumazet Acked-by: Patrick McHardy Signed-off-by: David S. Miller --- Reading git-diff-tree failed