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
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
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