[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <164325181034.16805.1401074570855321284.git-patchwork-notify@kernel.org>
Date: Thu, 27 Jan 2022 02:50:10 +0000
From: patchwork-bot+netdevbpf@...nel.org
To: David Awogbemila <awogbemila@...gle.com>
Cc: netdev@...r.kernel.org, jeroendb@...gle.com, csully@...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 Tue, 25 Jan 2022 16:38:43 -0800 you wrote:
> From: Catherine Sullivan <csully@...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/a92f7a6feeb3
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