]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'net-dsa-add-stats64-support'
authorJakub Kicinski <kuba@kernel.org>
Wed, 13 Jan 2021 04:17:11 +0000 (20:17 -0800)
committerJakub Kicinski <kuba@kernel.org>
Wed, 13 Jan 2021 04:17:12 +0000 (20:17 -0800)
commit90f2413a41834de652ef1f89d34d20ac073011fa
tree10164311574441be3fd5e618ce9696b470521309
parentc60b1a19cf45bb8c75a9c4b0638eec9b29670899
parent58badc934a912fd7abace409a7c949eb4658a497
Merge branch 'net-dsa-add-stats64-support'

Oleksij Rempel says:

====================
net: dsa: add stats64 support

changes v8:
- stats.no_handler should not be assigned from HW stats

changes v7:
- move raw.filtered from rx_errors to rx_dropped counter

changes v6:
- move stats64 callback to ethtool section
- ar9331: diff. fixes
- ar9331: move stats calculation to the worker
- ar9331: extend rx/tx error counters
- use spin lock instead of u64_stats*

changes v5:
- read all stats in one regmap_bulk_read() request
- protect stats with u64_stats* helpers.

changes v4:
- do no read MIBs withing stats64 call
- change polling frequency to 0.3Hz

changes v3:
- fix wrong multiplication
- cancel port workers on remove

changes v2:
- use stats64 instead of get_ethtool_stats
- add worked to poll for the stats
====================

Link: https://lore.kernel.org/r/20210111104658.21930-1-o.rempel@pengutronix.de
Signed-off-by: Jakub Kicinski <kuba@kernel.org>