Re: [PATCH net-next] xen-netfront: be more drop monitor friendly

2017-08-30 Thread David Miller
From: Eric Dumazet Date: Wed, 30 Aug 2017 10:32:58 -0700 > From: Eric Dumazet > > xennet_start_xmit() might copy skb with inappropriate layout > into a fresh one. > > Old skb is freed, and at this point it is not a drop, but > a consume. New skb will then be either consumed or dropped. > > S

[PATCH net-next] xen-netfront: be more drop monitor friendly

2017-08-30 Thread Eric Dumazet
From: Eric Dumazet xennet_start_xmit() might copy skb with inappropriate layout into a fresh one. Old skb is freed, and at this point it is not a drop, but a consume. New skb will then be either consumed or dropped. Signed-off-by: Eric Dumazet --- drivers/net/xen-netfront.c |2 +- 1 file