ofproto-dpif: restore bond rebalance for non-recirc bond
authorAndy Zhou <azhou@nicira.com>
Fri, 25 Apr 2014 02:20:05 +0000 (19:20 -0700)
committerAndy Zhou <azhou@nicira.com>
Tue, 29 Apr 2014 00:39:42 +0000 (17:39 -0700)
Bond rebalancing was disabled for bonds not using recirculation. The
patch fixes this bug.

While fixing the bug, the bond_rebalance() was also restructured
slightly to move bond related logic back into ofproto/bond.c

Signed-off-by: Andy Zhou <azhou@nicira.com>
Acked-by: Ben Pfaff <blp@nicira.com>

No differences found