[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id:
<175211521600.965283.16790922695385981485.git-patchwork-notify@kernel.org>
Date: Thu, 10 Jul 2025 02:40:16 +0000
From: patchwork-bot+netdevbpf@...nel.org
To: Jeroen de Borst <jeroendb@...gle.com>
Cc: netdev@...r.kernel.org, hramamurthy@...gle.com, davem@...emloft.net,
edumazet@...gle.com, kuba@...nel.org, willemb@...gle.com, pabeni@...hat.com,
bcf@...gle.com, joshwash@...gle.com
Subject: Re: [PATCH net-next v2] gve: make IRQ handlers and page allocation
NUMA
aware
Hello:
This patch was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@...nel.org>:
On Mon, 7 Jul 2025 14:01:07 -0700 you wrote:
> From: Bailey Forrest <bcf@...gle.com>
>
> All memory in GVE is currently allocated without regard for the NUMA
> node of the device. Because access to NUMA-local memory access is
> significantly cheaper than access to a remote node, this change attempts
> to ensure that page frags used in the RX path, including page pool
> frags, are allocated on the NUMA node local to the gVNIC device. Note
> that this attempt is best-effort. If necessary, the driver will still
> allocate non-local memory, as __GFP_THISNODE is not passed. Descriptor
> ring allocations are not updated, as dma_alloc_coherent handles that.
>
> [...]
Here is the summary with links:
- [net-next,v2] gve: make IRQ handlers and page allocation NUMA aware
https://git.kernel.org/netdev/net-next/c/d991666b7b69
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