Re: [PATCH net-next repost] openvswitch: allow output of MPLS packets on tunnel vports

2016-03-18 Thread David Miller
From: Simon Horman Date: Tue, 15 Mar 2016 12:00:35 +0900 > Currently output of MPLS packets on tunnel vports is not allowed by Open > vSwitch. This is because historically encapsulation was done in such a way > that the inner_protocol field of the skb needed to hold the inner protocol > for both

Re: [PATCH net-next repost] openvswitch: allow output of MPLS packets on tunnel vports

2016-03-15 Thread Jesse Gross
On Mon, Mar 14, 2016 at 8:00 PM, Simon Horman wrote: > Currently output of MPLS packets on tunnel vports is not allowed by Open > vSwitch. This is because historically encapsulation was done in such a way > that the inner_protocol field of the skb needed to hold the inner protocol > for both MPLS

[PATCH net-next repost] openvswitch: allow output of MPLS packets on tunnel vports

2016-03-14 Thread Simon Horman
Currently output of MPLS packets on tunnel vports is not allowed by Open vSwitch. This is because historically encapsulation was done in such a way that the inner_protocol field of the skb needed to hold the inner protocol for both MPLS and tunnel encapsulation in order for GSO segmentation to be p