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)
commita9142847b7c27c0a9f4fb071517857a329435e0d
treec2c5249191634382e2cfa8c9ad359f058582c9d5
parent54f00cce11786742bd11e5e68c3bf85e6dc048c9
parent3c0930b491f8995de974f459648e4aad4ca996ff
Merge branch 'net-stats-helpers'

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>