Message ID | 20210422075501.20207-1-mohammad.athari.ismail@intel.com (mailing list archive) |
---|---|
Headers | show |
Series | Enable DWMAC HW descriptor prefetch | expand |
Hello: This series was applied to netdev/net-next.git (refs/heads/master): On Thu, 22 Apr 2021 15:54:59 +0800 you wrote: > From: Mohammad Athari Bin Ismail <mohammad.athari.ismail@intel.com> > > This patch series to add setting for HW descriptor prefetch for DWMAC version 5.20 onwards. For Intel platform, enable the capability by default. > > Mohammad Athari Bin Ismail (2): > net: stmmac: Add HW descriptor prefetch setting for DWMAC Core 5.20 > onwards > stmmac: intel: Enable HW descriptor prefetch by default > > [...] Here is the summary with links: - [net-next,1/2] net: stmmac: Add HW descriptor prefetch setting for DWMAC Core 5.20 onwards https://git.kernel.org/netdev/net-next/c/96874c619c20 - [net-next,2/2] stmmac: intel: Enable HW descriptor prefetch by default https://git.kernel.org/netdev/net-next/c/676b7ec67d79 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 patch series to add setting for HW descriptor prefetch for DWMAC version 5.20 onwards. For Intel platform, enable the capability by default. Mohammad Athari Bin Ismail (2): net: stmmac: Add HW descriptor prefetch setting for DWMAC Core 5.20 onwards stmmac: intel: Enable HW descriptor prefetch by default drivers/net/ethernet/stmicro/stmmac/common.h | 1 + drivers/net/ethernet/stmicro/stmmac/dwmac-intel.c | 1 + drivers/net/ethernet/stmicro/stmmac/dwmac4_dma.c | 10 ++++++++-- drivers/net/ethernet/stmicro/stmmac/dwmac4_dma.h | 1 + drivers/net/ethernet/stmicro/stmmac/stmmac_main.c | 5 +++++ include/linux/stmmac.h | 1 + 6 files changed, 17 insertions(+), 2 deletions(-)