Re: [PATCH net-next] net: bridge: replace struct br_vlan_stats with pcpu_sw_netstats

2020-11-18 Thread Jakub Kicinski
On Tue, 17 Nov 2020 21:25:42 +0100 Heiner Kallweit wrote: > Struct br_vlan_stats duplicates pcpu_sw_netstats (apart from > br_vlan_stats not defining an alignment requirement), therefore > switch to using the latter one. > > Signed-off-by: Heiner Kallweit Applied, thanks!

[PATCH net-next] net: bridge: replace struct br_vlan_stats with pcpu_sw_netstats

2020-11-17 Thread Heiner Kallweit
Struct br_vlan_stats duplicates pcpu_sw_netstats (apart from br_vlan_stats not defining an alignment requirement), therefore switch to using the latter one. Signed-off-by: Heiner Kallweit --- net/bridge/br_netlink.c | 2 +- net/bridge/br_private.h | 14 +++--- net/bridge/br_vlan.c|