Re: [PATCH net-next] net: validate_xmit_skb() changes

2016-04-14 Thread David Miller
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

[PATCH net-next] net: validate_xmit_skb() changes

2016-04-12 Thread Eric Dumazet
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