Message ID | 20240408012943.66508-1-minda.chen@starfivetech.com (mailing list archive) |
---|---|
Headers | show |
Series | Add missing mmc statistics in DW GMAC | expand |
Hello: This series was applied to netdev/net.git (main) by David S. Miller <davem@davemloft.net>: On Mon, 8 Apr 2024 09:29:41 +0800 you wrote: > Add miss MMC statistic in DW GMAC > > base on 6.9-rc1 > > changed > v2: > patch2 : remove mmc_rx_control_g due to it is gotten in > ethtool_ops::get_eth_ctrl_stats. > > [...] Here is the summary with links: - [v2,1/2] net: stmmac: mmc_core: Add GMAC LPI statistics https://git.kernel.org/netdev/net/c/dfe073f8714d - [v2,2/2] net: stmmac: mmc_core: Add GMAC mmc tx/rx missing statistics https://git.kernel.org/netdev/net/c/ff20393bdc45 You are awesome, thank you!
On Mon, Apr 08, 2024 at 09:29:41AM +0800, Minda Chen wrote: > Add miss MMC statistic in DW GMAC > > base on 6.9-rc1 > > changed > v2: > patch2 : remove mmc_rx_control_g due to it is gotten in > ethtool_ops::get_eth_ctrl_stats. The series has already been merged in. Just a small note about the patches. Both the changes seems reasonable: LPI-statistics for DW GMAC and DW QoS Eth, and Rx-Recv and Tx-oversize errors stat for DW GMAC and DW QoS Eth. The former stats has originally been added for DW XGMAC and the later stats aren't supported by DW XGMAC. So the provided change is complete. Thanks. Reviewed-by: Serge Semin <fancer.lancer@gmail.com> -Serge(y) > > Minda Chen (2): > net: stmmac: mmc_core: Add GMAC LPI statistics > net: stmmac: mmc_core: Add GMAC mmc tx/rx missing statistics > > drivers/net/ethernet/stmicro/stmmac/mmc.h | 2 ++ > drivers/net/ethernet/stmicro/stmmac/mmc_core.c | 15 +++++++++++++++ > .../net/ethernet/stmicro/stmmac/stmmac_ethtool.c | 2 ++ > 3 files changed, 19 insertions(+) > > > base-commit: 4cece764965020c22cff7665b18a012006359095 > -- > 2.17.1 > >