[ovs-git] Open vSwitch: lib: Add zero padding field to flow_wildcards. (master)

dev at openvswitch.org dev at openvswitch.org
Sat Dec 4 00:10:28 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  29b639ed7522594dac03bd10ad477f2f188ce4b6 (commit)
      from  7237e4f4b6155eb4854cebc0a45fe845f0950b40 (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 29b639ed7522594dac03bd10ad477f2f188ce4b6
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=29b639ed7522594dac03bd10ad477f2f188ce4b6
Author: Ethan Jackson <ethan at nicira.com>
		
lib: Add zero padding field to flow_wildcards.
		
Before this commit, the compiler would add two bytes of padding to
the 'flow_wildcards' structure to achieve 32bit alignment.  These
two bytes had inconsistent values which caused 'flow_wildcards_hash'
to behave inconsistently.  This commit explicitly 32bit aligns
'flow_wildcards' with zero padding.

This commit also fixes an issue where in-band rules were not
getting deleted when in-band control was disabled.


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

Summary of changes:
 lib/flow.c |    2 ++
 lib/flow.h |    1 +
 2 files changed, 3 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
Open vSwitch




More information about the git mailing list