[ovs-git] Open vSwitch: bond: Change rebalance ratio to be more fair (master)

dev at openvswitch.org dev at openvswitch.org
Mon Jan 7 23:16:25 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  75fad143babf79f0f2841163f03843cf22e988df (commit)
      from  b8dddecfcc418ac4dcf01f6c57d976895e549c49 (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 75fad143babf79f0f2841163f03843cf22e988df
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=75fad143babf79f0f2841163f03843cf22e988df
Author: Zoltan Kiss <zoltan.kiss at citrix.com>
		
bond: Change rebalance ratio to be more fair
		
The old algorithm tries to converge to 0, despite it would mean a very
unbalanced situation. We're aiming for an ideal ratio of 1, meaning both
the 'from' and 'to' slave have the same load.  Therefore, we only move an
entry if it decreases the load on 'from', and brings us closer to equal
traffic load.

Signed-off-by: Zoltan Kiss <zoltan.kiss at citrix.com>
Signed-off-by: Ben Pfaff <blp at nicira.com>


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

Summary of changes:
 lib/bond.c |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
Open vSwitch



More information about the git mailing list