commit | 2fad1ba354d4a82b1b635a78f25d9682d4febb5e | [log] [tgz] |
---|---|---|
author | Eric Dumazet <edumazet@google.com> | Tue Nov 15 08:53:57 2022 +0000 |
committer | David S. Miller <davem@davemloft.net> | Wed Nov 16 12:48:44 2022 +0000 |
tree | 36e7f02ed2129570965094df188d19e99f056a18 | |
parent | cb34b7cf17ecf33499c9298943f85af247abc1e9 [diff] |
ipv6: tunnels: use DEV_STATS_INC() Most of code paths in tunnels are lockless (eg NETIF_F_LLTX in tx). Adopt SMP safe DEV_STATS_{INC|ADD}() to update dev->stats fields. Signed-off-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>