[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <166363801493.6857.630804233082198906.git-patchwork-notify@kernel.org>
Date: Tue, 20 Sep 2022 01:40:14 +0000
From: patchwork-bot+netdevbpf@...nel.org
To: Jeroen de Borst <jeroendb@...gle.com>
Cc: netdev@...r.kernel.org, davem@...emloft.net, kuba@...nel.org,
shailend@...gle.com
Subject: Re: [PATCH net] gve: Fix GFP flags when allocing pages
Hello:
This patch was applied to netdev/net.git (master)
by Jakub Kicinski <kuba@...nel.org>:
On Mon, 12 Sep 2022 17:09:01 -0700 you wrote:
> From: Shailend Chand <shailend@...gle.com>
>
> Use GFP_ATOMIC when allocating pages out of the hotpath,
> continue to use GFP_KERNEL when allocating pages during setup.
>
> GFP_KERNEL will allow blocking which allows it to succeed
> more often in a low memory enviornment but in the hotpath we do
> not want to allow the allocation to block.
>
> [...]
Here is the summary with links:
- [net] gve: Fix GFP flags when allocing pages
https://git.kernel.org/netdev/net/c/8ccac4edc8da
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