X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=ofproto%2Fbond.c;fp=ofproto%2Fbond.c;h=c1a84482af80c6a73fb354b5b2278e42b9e86b53;hb=2f486d4c80dada4194b170ebed0bcf77454b5404;hp=f5a9d47cd8bd61162ecc6227f432c56d93870f72;hpb=3016f3e4a80aa47510f5eab7b3927c20278b0281;p=sliver-openvswitch.git diff --git a/ofproto/bond.c b/ofproto/bond.c index f5a9d47cd..c1a84482a 100644 --- a/ofproto/bond.c +++ b/ofproto/bond.c @@ -1180,10 +1180,11 @@ bond_rebalance(struct bond *bond) e->tx_bytes /= 2; } -done: if (use_recirc && rebalanced) { bond_update_post_recirc_rules(bond,true); } + +done: ovs_rwlock_unlock(&rwlock); }