[ovs-git] Open vSwitch: bond: Change the way of assigning bond slave for unassigned bond entry. (master)

dev at openvswitch.org dev at openvswitch.org
Tue Feb 11 19:48:38 UTC 2014


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  f1c8a79c626f383926b70eb1885c40f8a427ba23 (commit)
      from  47fb7f713424b6b4b3464c6fed56e4e0f3677301 (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 f1c8a79c626f383926b70eb1885c40f8a427ba23
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=f1c8a79c626f383926b70eb1885c40f8a427ba23
Author: Alex Wang <alexw at nicira.com>
		
bond: Change the way of assigning bond slave for unassigned bond entry.
		
Before this commit, ovs randomly selects a slave for unassigned
bond entry.  If the selected slave is not enabled, the active slave
is chosen instead.  In this commit, the slave is selected from the
list of all enabled slaves in a round-robin fashion.  This helps
improve the consistency of bond behavior when new flows are added.

Signed-off-by: Alex Wang <alexw at nicira.com>
Acked-by: Ben Pfaff <blp at nicira.com>


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

Summary of changes:
 ofproto/bond.c |   58 +++++++++++++++++++++++++++++++++++++++++++++++---------
 1 file changed, 49 insertions(+), 9 deletions(-)


hooks/post-receive
-- 
Open vSwitch



More information about the git mailing list