Re: [ovs-dev] [PATCH] vswitchd: Fix broken load rebalancing with balance-tcp.

2011-02-10 Thread Ethan Jackson
Hopefully I caught all of them this time. Ethan On Thu, Feb 10, 2011 at 5:01 PM, Ben Pfaff wrote: > On Thu, Feb 10, 2011 at 04:49:54PM -0800, Ethan Jackson wrote: >> Load rebalancing was not working in balance-tcp mode due to >> mistaken balance-slb only assumptions leftover in the bridge code.

Re: [ovs-dev] [PATCH] vswitchd: Fix broken load rebalancing with balance-tcp.

2011-02-10 Thread Ben Pfaff
On Thu, Feb 10, 2011 at 04:49:54PM -0800, Ethan Jackson wrote: > Load rebalancing was not working in balance-tcp mode due to > mistaken balance-slb only assumptions leftover in the bridge code. Looks good to me, thank you. I didn't look through the code for any other assumptions needing correctio

[ovs-dev] [PATCH] vswitchd: Fix broken load rebalancing with balance-tcp.

2011-02-10 Thread Ethan Jackson
Load rebalancing was not working in balance-tcp mode due to mistaken balance-slb only assumptions leftover in the bridge code. --- vswitchd/bridge.c |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/vswitchd/bridge.c b/vswitchd/bridge.c index 9c614fb..e92dd62 100644 ---