Merge branch 'net-stmmac-improve-driver-statistics'
authorJakub Kicinski <kuba@kernel.org>
Thu, 20 Jul 2023 03:51:13 +0000 (20:51 -0700)
committerJakub Kicinski <kuba@kernel.org>
Thu, 20 Jul 2023 03:51:13 +0000 (20:51 -0700)
Jisheng Zhang says:

====================
net: stmmac: improve driver statistics

improve the stmmac driver statistics:

1. don't clear network driver statistics in .ndo_close() and
.ndo_open() cycle
2. avoid some network driver statistics overflow on 32 bit platforms
3. use per-queue statistics where necessary to remove frequent
cacheline ping pongs.
====================

Link: https://lore.kernel.org/r/20230717160630.1892-1-jszhang@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>

Trivial merge