Re: [ovs-dev] [PATCH] bond: Choose slaves randomly.

2011-04-04 Thread Ethan Jackson
Thanks, I merged this series. Ethan On Mon, Apr 4, 2011 at 10:58 AM, Ben Pfaff wrote: > On Fri, Apr 01, 2011 at 06:15:32PM -0700, Ethan Jackson wrote: >> When the bonding library encounters a flow it hasn't seen before, >> it assigns it to the active slave and waits for load balancing to >> move

Re: [ovs-dev] [PATCH] bond: Choose slaves randomly.

2011-04-04 Thread Ben Pfaff
On Fri, Apr 01, 2011 at 06:15:32PM -0700, Ethan Jackson wrote: > When the bonding library encounters a flow it hasn't seen before, > it assigns it to the active slave and waits for load balancing to > move it to a more appropriate place. This commit causes it to > first attempt a random slave. Lo

[ovs-dev] [PATCH] bond: Choose slaves randomly.

2011-04-01 Thread Ethan Jackson
When the bonding library encounters a flow it hasn't seen before, it assigns it to the active slave and waits for load balancing to move it to a more appropriate place. This commit causes it to first attempt a random slave. --- lib/bond.c |8 +--- 1 files changed, 5 insertions(+), 3 delet