From: Eric Dumazet <[email protected]> Date: Wed, 30 Aug 2017 10:32:58 -0700
> From: Eric Dumazet <[email protected]> > > 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 <[email protected]> Applied, thanks Eric.
