[ovs-git] Open vSwitch: datapath: Memset executed packet's fields using memset. (master)

dev at openvswitch.org dev at openvswitch.org
Thu Feb 24 04:40:45 UTC 2011


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  9d1e0023e7e88570d112258d235e03591dfe2b1b (commit)
      from  c1c8308a3971526f5126201a6d1659c9247c1f0a (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 9d1e0023e7e88570d112258d235e03591dfe2b1b
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=9d1e0023e7e88570d112258d235e03591dfe2b1b
Author: Jesse Gross <jesse at nicira.com>
		
datapath: Memset executed packet's fields using memset.
		
Currently we explicitly zero out each of the fields in the OVS_CB for
executed packets.  However, it seems simpler and more robust to just
memset the whole thing to zero.

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


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

Summary of changes:
 datapath/datapath.c |    8 +-------
 1 files changed, 1 insertions(+), 7 deletions(-)


hooks/post-receive
-- 
Open vSwitch




More information about the git mailing list