X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=lib%2Fbond.c;h=e15af04a3cf7519c12f9dcec7af27547aa2a7537;hb=98c50f96801d3159aad2de02407305463c68f51a;hp=5b984fb55a61c71284bbd80c65229c5dd353ec62;hpb=d9065a90b6b955aa38586c952e8804ca7a22547e;p=openvswitch diff --git a/lib/bond.c b/lib/bond.c index 5b984fb5..e15af04a 100644 --- a/lib/bond.c +++ b/lib/bond.c @@ -639,7 +639,6 @@ void bond_account(struct bond *bond, const struct flow *flow, uint16_t vlan, uint64_t n_bytes) { - if (bond_is_balanced(bond)) { lookup_bond_entry(bond, flow, vlan)->tx_bytes += n_bytes; }