Merge branch 'net-stats-helpers'
authorDavid S. Miller <davem@davemloft.net>
Mon, 14 Aug 2023 07:06:25 +0000 (08:06 +0100)
committerDavid S. Miller <davem@davemloft.net>
Mon, 14 Aug 2023 07:06:25 +0000 (08:06 +0100)
Li Zetao says:

====================
Use helper functions to update stats

The patch set uses the helper functions dev_sw_netstats_rx_add() and
dev_sw_netstats_tx_add() to update stats, which is the same as
implementing the function separately.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>

Trivial merge