commit | 2d6c9ffcca7808f42ba6b953da0ba60e19a9cbbd | [log] [tgz] |
---|---|---|
author | Eric Dumazet <eric.dumazet@gmail.com> | Mon May 10 04:51:02 2010 +0000 |
committer | David S. Miller <davem@davemloft.net> | Sun May 16 00:42:15 2010 -0700 |
tree | c2406d2059ae2a554a26ee0d67c4aa45d02e2635 | |
parent | a465419b1febb603821f924805529cff89cafeed [diff] |
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 <eric.dumazet@gmail.com> Acked-by: Patrick McHardy <kaber@trash.net> Signed-off-by: David S. Miller <davem@davemloft.net>