[ovs-git] Open vSwitch: datapath: Don't recursively sample packets or reset their "tun_id"s. (master)

dev at openvswitch.org dev at openvswitch.org
Fri Dec 24 01:12:53 UTC 2010


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, master has been updated
       via  871dfe078f3b4d03de36b6c7d9e5c91b7104cfa8 (commit)
      from  e4fd8d288ad1530be566cdeb503fb63a43c149ff (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 871dfe078f3b4d03de36b6c7d9e5c91b7104cfa8
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=871dfe078f3b4d03de36b6c7d9e5c91b7104cfa8
Author: Ben Pfaff <blp at nicira.com>
		
datapath: Don't recursively sample packets or reset their "tun_id"s.
		
execute_actions() is called recursively when ODPAT_SET_DL_TCI adds a VLAN
header to a GSO packet, but we don't want to re-sample the sub-packet or
re-reset its tun_id, so break those two actions into a wrapper function.

This commit mostly moves code around without modifying it.

Signed-off-by: Ben Pfaff <blp at nicira.com>
Acked-by: Jesse Gross <jesse at nicira.com>


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

Summary of changes:
 datapath/actions.c |   86 +++++++++++++++++++++++++++++----------------------
 1 files changed, 49 insertions(+), 37 deletions(-)


hooks/post-receive
-- 
Open vSwitch




More information about the git mailing list