[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <166739041644.9516.13589359544477751243.git-patchwork-notify@kernel.org>
Date: Wed, 02 Nov 2022 12:00:16 +0000
From: patchwork-bot+netdevbpf@...nel.org
To: Shailend Chand <shailend@...gle.com>
Cc: netdev@...r.kernel.org, davem@...emloft.net, kuba@...nel.org
Subject: Re: [PATCH net-next] gve: Reduce alloc and copy costs in the GQ rx path
Hello:
This patch was applied to netdev/net-next.git (master)
by David S. Miller <davem@...emloft.net>:
On Sat, 29 Oct 2022 09:53:22 -0700 you wrote:
> Previously, even if just one of the many fragments of a 9k packet
> required a copy, we'd copy the whole packet into a freshly-allocated
> 9k-sized linear SKB, and this led to performance issues.
>
> By having a pool of pages to copy into, each fragment can be
> independently handled, leading to a reduced incidence of
> allocation and copy.
>
> [...]
Here is the summary with links:
- [net-next] gve: Reduce alloc and copy costs in the GQ rx path
https://git.kernel.org/netdev/net-next/c/82fd151d38d9
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
Powered by blists - more mailing lists