[ovs-git] Open vSwitch: bond: Bonds never sleep if carrier changes. (master)

dev at openvswitch.org dev at openvswitch.org
Tue May 17 21:10:37 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  aa77020c361ffba011d7ec9603caa55aaa01cd1f (commit)
      from  43d92fed5ad77640398280239087db472d4eec36 (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 aa77020c361ffba011d7ec9603caa55aaa01cd1f
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=aa77020c361ffba011d7ec9603caa55aaa01cd1f
Author: Ethan Jackson <ethan at nicira.com>
		
bond: Bonds never sleep if carrier changes.
		
The bonding code neglected to call netdev_monitor_poll() on its
monitor during bond_run().  Thus carrier changes would be
permanently queued in the monitor, preventing it from ever allowing
poll_loop to sleep.


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

Summary of changes:
 lib/bond.c   |    4 ++++
 lib/netdev.c |    9 +++++++++
 lib/netdev.h |    1 +
 3 files changed, 14 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
Open vSwitch



More information about the git mailing list