Re: [ovs-dev] [PATCH net-next v5 0/2] MPLS: Add limited GSO support

2013-05-28 Thread Simon Horman
On Mon, May 27, 2013 at 10:51:31PM -0700, David Miller wrote: > From: Simon Horman > Date: Fri, 24 May 2013 16:02:50 +0900 > > > In the case where a non-MPLS packet is received and an MPLS stack is > > added it may well be the case that the original skb is GSO but the > > NIC used for transmit do

Re: [ovs-dev] [PATCH net-next v5 0/2] MPLS: Add limited GSO support

2013-05-27 Thread David Miller
From: Simon Horman Date: Fri, 24 May 2013 16:02:50 +0900 > In the case where a non-MPLS packet is received and an MPLS stack is > added it may well be the case that the original skb is GSO but the > NIC used for transmit does not support GSO of MPLS packets. > > The aim of this short series is t

[ovs-dev] [PATCH net-next v5 0/2] MPLS: Add limited GSO support

2013-05-24 Thread Simon Horman
In the case where a non-MPLS packet is received and an MPLS stack is added it may well be the case that the original skb is GSO but the NIC used for transmit does not support GSO of MPLS packets. The aim of this short series is to provide GSO in software for MPLS packets whose skbs are GSO. Chang