Message ID | 20210318005053.31400-1-mohammad.athari.ismail@intel.com (mailing list archive) |
---|---|
Headers | show |
Series | net: stmmac: EST interrupts and ethtool | expand |
Hello: This series was applied to netdev/net-next.git (refs/heads/master): On Thu, 18 Mar 2021 08:50:51 +0800 you wrote: > From: Mohammad Athari Bin Ismail <mohammad.athari.ismail@intel.com> > > This patchset adds support for handling EST interrupts and reporting EST > errors. Additionally, the errors are added into ethtool statistic. > > Ong Boon Leong (1): > net: stmmac: Add EST errors into ethtool statistic > > [...] Here is the summary with links: - [net-next,v2,1/2] net: stmmac: EST interrupts handling and error reporting https://git.kernel.org/netdev/net-next/c/e49aa315cb01 - [net-next,2/2] net: stmmac: Add EST errors into ethtool statistic https://git.kernel.org/netdev/net-next/c/9f298959191b You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html
From: Mohammad Athari Bin Ismail <mohammad.athari.ismail@intel.com> This patchset adds support for handling EST interrupts and reporting EST errors. Additionally, the errors are added into ethtool statistic. Ong Boon Leong (1): net: stmmac: Add EST errors into ethtool statistic Voon Weifeng (1): net: stmmac: EST interrupts handling and error reporting drivers/net/ethernet/stmicro/stmmac/common.h | 6 ++ drivers/net/ethernet/stmicro/stmmac/dwmac5.c | 86 +++++++++++++++++++ drivers/net/ethernet/stmicro/stmmac/dwmac5.h | 32 +++++++ drivers/net/ethernet/stmicro/stmmac/hwif.h | 4 + .../ethernet/stmicro/stmmac/stmmac_ethtool.c | 6 ++ .../net/ethernet/stmicro/stmmac/stmmac_main.c | 4 + 6 files changed, 138 insertions(+)