On Fri, May 1, 2015 at 5:44 PM, Pravin B Shelar <pshe...@nicira.com> wrote:
> OVS correctly define skb_gso_segment() to handle MPLS and VLAN
> segmentation correctly. But OVS also uses __skb_gso_segment() in
> some cases. Following patch defines compat __skb_gso_segment()
> to handle all segmentation cases.
>
> Signed-off-by: Pravin B Shelar <pshe...@nicira.com>

I don't think that __skb_gso_segment() exists on all the kernels that
we support, so we can't use it as the final segmenter.
_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to