Re: [PATCH net] net: bridge: add missing counters to ndo_get_stats64 callback

2020-11-16 Thread Jakub Kicinski
On Fri, 13 Nov 2020 10:27:27 +0100 Heiner Kallweit wrote: > In br_forward.c and br_input.c fields dev->stats.tx_dropped and > dev->stats.multicast are populated, but they are ignored in > ndo_get_stats64. > > Fixes: 28172739f0a2 ("net: fix 64 bit counters on 32 bit arches") > Signed-off-by: Heiner

[PATCH net] net: bridge: add missing counters to ndo_get_stats64 callback

2020-11-13 Thread Heiner Kallweit
In br_forward.c and br_input.c fields dev->stats.tx_dropped and dev->stats.multicast are populated, but they are ignored in ndo_get_stats64. Fixes: 28172739f0a2 ("net: fix 64 bit counters on 32 bit arches") Signed-off-by: Heiner Kallweit --- Patch will not apply cleanly on kernel versions that do