X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=ofproto%2Fbond.c;h=c1a84482af80c6a73fb354b5b2278e42b9e86b53;hb=c6ed539ab1cec43af51e75e080c3bfd4abf428a8;hp=f5a9d47cd8bd61162ecc6227f432c56d93870f72;hpb=60cda7d69b0bfd242045d346f2cd169836a3d78e;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); }