Re: [Cake] [PATCH net v2] gso_segment: Reset skb->mac_len after modifying network header

2018-09-13 Thread David Miller
From: Toke Høiland-Jørgensen Date: Thu, 13 Sep 2018 16:43:07 +0200 > When splitting a GSO segment that consists of encapsulated packets, the > skb->mac_len of the segments can end up being set wrong, causing packet > drops in particular when using act_mirred and ifb interfaces in > combination

[Cake] [PATCH net v2] gso_segment: Reset skb->mac_len after modifying network header

2018-09-13 Thread Toke Høiland-Jørgensen
When splitting a GSO segment that consists of encapsulated packets, the skb->mac_len of the segments can end up being set wrong, causing packet drops in particular when using act_mirred and ifb interfaces in combination with a qdisc that splits GSO packets. This happens because at the time