[ovs-git] Open vSwitch: ofproto: Guarantee uninstalled facets have no dp_packet_count. (master)

dev at openvswitch.org dev at openvswitch.org
Thu Feb 24 22:37:40 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  a2c6a63cc06f4edbce32b6ae5f500b89b3dcd1a6 (commit)
       via  5e1b32141734bf944c63de8ab15538135bf3f8fd (commit)
      from  9d1e0023e7e88570d112258d235e03591dfe2b1b (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 a2c6a63cc06f4edbce32b6ae5f500b89b3dcd1a6
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=a2c6a63cc06f4edbce32b6ae5f500b89b3dcd1a6
Author: Ethan Jackson <ethan at nicira.com>
		
ofproto: Guarantee uninstalled facets have no dp_packet_count.
		
facet_push_stats() implicitly assumes that uninstalled facets have
no dp_[packet|byte]_count.  This commit guarantees and enforces
this invariant.

Bug #4732.


commit 5e1b32141734bf944c63de8ab15538135bf3f8fd
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=5e1b32141734bf944c63de8ab15538135bf3f8fd
Author: Ethan Jackson <ethan at nicira.com>
		
ofproto: Reset facet's rs_used at rule changes.
		
When a facet changes rules it's 'used' timer is set to the new
rule's created time.  This is possibly before the time stored in
'rs_used' which could cause an assertion failure in
facet_push_stats().

Bug #4732.


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

Summary of changes:
 ofproto/ofproto.c |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
Open vSwitch




More information about the git mailing list