net: add DEV_STATS_READ() helper
authorEric Dumazet <edumazet@google.com>
Thu, 21 Sep 2023 08:52:16 +0000 (08:52 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 20 Nov 2023 10:51:55 +0000 (11:51 +0100)
commit4836b94e5e387a20efe03e1a003bc5f334763fa1
tree5a855ca7922d0da29b5af908748bb8b20d1c3600
parentfae5cc598ee6e5d119d90a7be4a771c6aa4de9b7
net: add DEV_STATS_READ() helper

[ Upstream commit 0b068c714ca9479d2783cc333fff5bc2d4a6d45c ]

Companion of DEV_STATS_INC() & DEV_STATS_ADD().

This is going to be used in the series.

Use it in macsec_get_stats64().

Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Stable-dep-of: ff672b9ffeb3 ("ipvlan: properly track tx_errors")
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/net/macsec.c
include/linux/netdevice.h