From: Eric Dumazet
Date: Tue, 12 Apr 2016 21:50:07 -0700
> From: Eric Dumazet
>
> skbs given to validate_xmit_skb() should not have a next
> pointer anymore.
>
> Also if a packet is dropped, increment dev->tx_dropped
> __dev_queue_xmit() no longer has to change tx_dropped in this case.
>
> Si
From: Eric Dumazet
skbs given to validate_xmit_skb() should not have a next
pointer anymore.
Also if a packet is dropped, increment dev->tx_dropped
__dev_queue_xmit() no longer has to change tx_dropped in this case.
Signed-off-by: Eric Dumazet
---
net/core/dev.c |7 ++-
1 file changed