On Fri, May 23, 2014 at 7:42 PM, Simon Horman <ho...@verge.net.au> wrote: > If an MPLS packet requires segmentation then use mpls_features > to determine if the software implementation should be used. > > As no driver advertises MPLS GSO segmentation this will always be > the case. > > I had not noticed that this was necessary before as software MPLS GSO > segmentation was already being used in my test environment. I believe that > the reason for that is the skbs in question always had fragments and the > driver I used does not advertise NETIF_F_FRAGLIST (which seems to be the > case for most drivers). Thus Thus software segmentation was activated by > skb_gso_ok(). > > Thanks to Jesse Gross for prompting me to investigate this. > > Cc: Jesse Gross <je...@nicira.com> > Signed-off-by: Simon Horman <ho...@verge.net.au>
Acked-by: Jesse Gross <je...@nicira.com> _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev