lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-ID: <5453E224.2080101@redhat.com> Date: Fri, 31 Oct 2014 20:25:24 +0100 From: Nikolay Aleksandrov <nikolay@...hat.com> To: Eric Dumazet <eric.dumazet@...il.com>, David Miller <davem@...emloft.net> CC: netdev <netdev@...r.kernel.org>, Jay Vosburgh <j.vosburgh@...il.com>, Veaceslav Falico <vfalico@...il.com>, Andy Gospodarek <andy@...yhouse.net>, Mahesh Bandewar <maheshb@...gle.com> Subject: Re: [PATCH net-next] bonding: add bond_tx_drop() helper On 10/31/2014 07:47 PM, Eric Dumazet wrote: > From: Eric Dumazet <edumazet@...gle.com> > > Because bonding stats are usually sum of slave stats, it was > not easy to account for tx drops at bonding layer. > > We can use dev->tx_dropped for this, as this counter is later > added to the device stats (in dev_get_stats()) > > This extends the idea we had in commit ee6377147409a ("bonding: Simplify > the xmit function for modes that use xmit_hash") for bond_3ad_xor_xmit() > to other bonding modes. > > Signed-off-by: Eric Dumazet <edumazet@...gle.com> > Cc: Mahesh Bandewar <maheshb@...gle.com> > --- > drivers/net/bonding/bond_alb.c | 2 +- > drivers/net/bonding/bond_main.c | 15 +++++++-------- > drivers/net/bonding/bonding.h | 6 ++++++ > 3 files changed, 14 insertions(+), 9 deletions(-) > Nice, Reviewed-by: Nikolay Aleksandrov <nikolay@...hat.com> -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@...r.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists