[ovs-git] [openvswitch/ovs] 433637: datapath: define compat __skb_gso_segment()

GitHub noreply at github.com
Fri May 8 01:26:58 UTC 2015


  Branch: refs/heads/master
  Home:   https://github.com/openvswitch/ovs
  Commit: 433637881ca5d1b71eed693afef162df8e529bff
      https://github.com/openvswitch/ovs/commit/433637881ca5d1b71eed693afef162df8e529bff
  Author: Pravin B Shelar <pshelar at nicira.com>
  Date:   2015-05-07 (Thu, 07 May 2015)

  Changed paths:
    M datapath/linux/compat/gso.c
    M datapath/linux/compat/include/linux/netdevice.h
    M datapath/linux/compat/netdevice.c

  Log Message:
  -----------
  datapath: define compat __skb_gso_segment()

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>
Acked-by: Jesse Gross <jesse at nicira.com>




More information about the git mailing list