Message ID | 20210609134714.13715-1-mcroce@linux.microsoft.com (mailing list archive) |
---|---|
Headers | show |
Series | mvpp2: prefetch data early | expand |
Hi Matteo, śr., 9 cze 2021 o 15:47 Matteo Croce <mcroce@linux.microsoft.com> napisał(a): > > From: Matteo Croce <mcroce@microsoft.com> > > These two patches prefetch some data from RAM so to reduce stall > and speedup the packet processing. > > Matteo Croce (2): > mvpp2: prefetch right address > mvpp2: prefetch page > > drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c | 14 +++++++++----- > 1 file changed, 9 insertions(+), 5 deletions(-) > Thank you for the patches, they seem reasonable, however I'd like to stress it on the CN913x setup @10G - I should have some slot for that closer to EOW. Best regards, Marcin
Hello: This series was applied to netdev/net-next.git (refs/heads/master): On Wed, 9 Jun 2021 15:47:12 +0200 you wrote: > From: Matteo Croce <mcroce@microsoft.com> > > These two patches prefetch some data from RAM so to reduce stall > and speedup the packet processing. > > Matteo Croce (2): > mvpp2: prefetch right address > mvpp2: prefetch page > > [...] Here is the summary with links: - [net-next,1/2] mvpp2: prefetch right address https://git.kernel.org/netdev/net-next/c/d8ea89fe8a49 - [net-next,2/2] mvpp2: prefetch page https://git.kernel.org/netdev/net-next/c/2f128eb3308a You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html
From: Matteo Croce <mcroce@microsoft.com> These two patches prefetch some data from RAM so to reduce stall and speedup the packet processing. Matteo Croce (2): mvpp2: prefetch right address mvpp2: prefetch page drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-)