Re: [PATCH net-next] bonding: add bond_tx_drop() helper
From: Nikolay Aleksandrov <hidden>
Date: 2014-10-31 19:25:40
From: Nikolay Aleksandrov <hidden>
Date: 2014-10-31 19:25:40
On 10/31/2014 07:47 PM, Eric Dumazet wrote:
From: Eric Dumazet <edumazet@google.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@google.com>
Cc: Mahesh Bandewar <redacted>
---
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 <redacted>