[ovs-git] Open vSwitch: cfm: Notify connectivity_seq on cfm_set_fault (master)

dev at openvswitch.org dev at openvswitch.org
Fri Dec 13 18:44:38 UTC 2013


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  c95e27834255c7b0bac54a5c707ab01103b37280 (commit)
       via  65dd5d75ecc9725e0e9196ad81b42e2be3ccf212 (commit)
      from  4e8575089d92a4408e4e9b1224aedb19b0f87ccd (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 c95e27834255c7b0bac54a5c707ab01103b37280
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=c95e27834255c7b0bac54a5c707ab01103b37280
Author: Joe Stringer <joestringer at nicira.com>
		
cfm: Notify connectivity_seq on cfm_set_fault
		
Commit f23d157c ("ofproto-dpif: Don't poll ports when nothing changes"
changed how cfm information is propagated to ovsdb, but did not ensure
that this happened when users made "appctl cfm/set_fault" calls. This
patch fixes this case.

Signed-off-by: Joe Stringer <joestringer at nicira.com>
Signed-off-by: Ethan Jackson <ethan at nicira.com>
Acked-by: Ethan Jackson <ethan at nicira.com>


commit 65dd5d75ecc9725e0e9196ad81b42e2be3ccf212
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=65dd5d75ecc9725e0e9196ad81b42e2be3ccf212
Author: Ethan Jackson <ethan at nicira.com>
		
coverage:  Use size_t for coverage counter array lengths.
		
Fixes the following warning on my system.

../lib/coverage.c:54:40: error: incompatible pointer types passing
'unsigned int *' to parameter of type 'size_t *' (aka 'unsigned long
*')

Signed-off-by: Ethan Jackson <ethan at nicira.com>
Acked-by: Ben Pfaff <blp at nicira.com>


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

Summary of changes:
 lib/cfm.c      |    1 +
 lib/coverage.c |    4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
Open vSwitch



More information about the git mailing list