[ovs-git] Open vSwitch: datapath: Fix vxlan gso with vlan. (branch-2.0)

dev at openvswitch.org dev at openvswitch.org
Tue Oct 1 21:58:23 UTC 2013


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Open vSwitch".

The branch, branch-2.0 has been updated
       via  831c0a1f3500135737f0631ef3cfa0425142f925 (commit)
      from  778868f48c118d7968a415dbb699684023576422 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 831c0a1f3500135737f0631ef3cfa0425142f925
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=831c0a1f3500135737f0631ef3cfa0425142f925
Author: Pravin B Shelar <pshelar at nicira.com>
		
datapath: Fix vxlan gso with vlan.
		
To use ovs-gso-compatibility we need to record inner skb offset.
In case of vxlan it is done before vlan header is pushed which
gives wrong inner packet to ovs-gso.
Following patch reset skb offsets after inner skb is completely built.

Signed-off-by: Pravin B Shelar <pshelar at nicira.com>
Acked-by: Jesse Gross <jesse at nicira.com>


-----------------------------------------------------------------------

Summary of changes:
 datapath/linux/compat/vxlan.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
Open vSwitch



More information about the git mailing list