Re: [PATCH net-next] bonding: count master 3ad stats separately

2019-01-24 Thread David Miller
From: Nikolay Aleksandrov Date: Wed, 23 Jan 2019 19:14:50 +0200 > I made a dumb mistake when I summed up the slave stats, obviously slaves > can come and go which would make the master stats unreliable. > Count and export the master stats separately. > > Fixes: a258aeacd7f0 ("bonding: add suppor

[PATCH net-next] bonding: count master 3ad stats separately

2019-01-23 Thread Nikolay Aleksandrov
I made a dumb mistake when I summed up the slave stats, obviously slaves can come and go which would make the master stats unreliable. Count and export the master stats separately. Fixes: a258aeacd7f0 ("bonding: add support for xstats and export 3ad stats") Signed-off-by: Nikolay Aleksandrov ---