[ovs-dev] [PATCH] datapath: define compat __skb_gso_segment()

Jesse Gross jesse at nicira.com
Sat May 2 01:31:30 UTC 2015


On Fri, May 1, 2015 at 5:44 PM, Pravin B Shelar <pshelar at 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 <pshelar at 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.



More information about the dev mailing list