Re: [PATCH net-next v2] openvswitch: correctly fragment packet with mpls headers

2016-10-11 Thread David Miller
From: Jiri Benc Date: Wed, 5 Oct 2016 15:01:57 +0200 > If mpls headers were pushed to a defragmented packet, the refragmentation no > longer works correctly after 48d2ab609b6b ("net: mpls: Fixups for GSO"). The > network header has to be shifted after the mpls headers for the > fragmentation and

[PATCH net-next v2] openvswitch: correctly fragment packet with mpls headers

2016-10-05 Thread Jiri Benc
If mpls headers were pushed to a defragmented packet, the refragmentation no longer works correctly after 48d2ab609b6b ("net: mpls: Fixups for GSO"). The network header has to be shifted after the mpls headers for the fragmentation and restored afterwards. Fixes: 48d2ab609b6b ("net: mpls: Fixups f