commit | baeababb5b85d5c4e6c917efe2a1504179438d3b | [log] [tgz] |
---|---|---|
author | Jason Wang <jasowang@redhat.com> | Tue Nov 18 13:20:41 2014 +0800 |
committer | David S. Miller <davem@davemloft.net> | Wed Nov 19 14:43:47 2014 -0500 |
tree | d6d49a06b241812b5f1955bc4ef417d6aba3bb8a | |
parent | e3e3217029a35c579bf100998b43976d0b1cb8d7 [diff] |
tun: return NET_XMIT_DROP for dropped packets After commit 5d097109257c03a71845729f8db6b5770c4bbedc ("tun: only queue packets on device"), NETDEV_TX_OK was returned for dropped packets. This will confuse pktgen since dropped packets were counted as sent ones. Fixing this by returning NET_XMIT_DROP to let pktgen count it as error packet. Cc: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Jason Wang <jasowang@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>