Carlos Reategui <create...@gmail.com> writes: > According to ovs: > # ovs-appctl bond/show bond1 > bond_mode: balance-tcp > bond-hash-algorithm: balance-tcp > bond-hash-basis: 0 > updelay: 31000 ms > downdelay: 200 ms > next rebalance: 709579 ms > lacp_negotiated: true > > slave eth1: enabled > active slave > may_enable: true > hash 0: 0 kB load > hash 81: 1382 kB load > hash 85: 2419 kB load > hash 157: 0 kB load > hash 189: 2378 kB load > hash 253: 0 kB load > > slave eth0: enabled > may_enable: true > hash 89: 0 kB load > hash 222: 4069129 kB load > > So as you can see all my traffic is going out a single NIC. Is there a > different bond-hash-algorithm I should use?
It looks like you only have a few flows, with one of those flows having dramatically more traffic than the rest. If that's true, then I don't know how OVS could do better. It looks like it's doing the best job it can: put the big flow on one NIC and the rest on the other NIC. _______________________________________________ Xen-api mailing list Xen-api@lists.xen.org http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api