Message ID | 20230717160630.1892-1-jszhang@kernel.org (mailing list archive) |
---|---|
Headers | show |
Series | net: stmmac: improve driver statistics | expand |
On Tue, 18 Jul 2023 00:06:28 +0800 Jisheng Zhang wrote: > 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. > > NOTE: v1 and v2 are back ported from an internal LTS tree, I made > some mistakes when backporting and squashing. Now, net-next + v3 > has been well tested with 'ethtool -s' and 'ip -s link show'. Giuseppe, please take a look.
Hello: This series was applied to netdev/net-next.git (main) by Jakub Kicinski <kuba@kernel.org>: On Tue, 18 Jul 2023 00:06:28 +0800 you wrote: > 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. > > [...] Here is the summary with links: - [net-next,v5,1/2] net: stmmac: don't clear network statistics in .ndo_open() https://git.kernel.org/netdev/net-next/c/2eb85b750512 - [net-next,v5,2/2] net: stmmac: use per-queue 64 bit statistics where necessary https://git.kernel.org/netdev/net-next/c/133466c3bbe1 You are awesome, thank you!