[ovs-git] Open vSwitch: datapath: Consistently maintain checksum offloading state. (next)

dev at openvswitch.org dev at openvswitch.org
Sun Feb 28 20:58:05 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, next has been updated
       via  a063b0dff0ccb6639f7e95969843d1c7cc2e15ae (commit)
      from  79554078d08b849059389f007a00c85b471d9e3d (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 a063b0dff0ccb6639f7e95969843d1c7cc2e15ae
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=a063b0dff0ccb6639f7e95969843d1c7cc2e15ae
Author: Jesse Gross <jesse at nicira.com>
		
datapath: Consistently maintain checksum offloading state.
		
When adding a VLAN tag it is necessary for us to setup checksum
pointers for offloaded packets manually.  However, this process
clobbers some of the fields that other components need to determine
the current status.  Here we mark the packet with its status upon
ingress in our own format that does not get clobbered and is
consistent across kernel versions.

Bug #2436


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

Summary of changes:
 datapath/actions.c  |   36 ++----------------------------------
 datapath/datapath.c |   29 +++++++++++++++++++++++++++--
 datapath/datapath.h |   17 +++++++++++++++++
 3 files changed, 46 insertions(+), 36 deletions(-)


hooks/post-receive
-- 
Open vSwitch




More information about the git mailing list