[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id:
<171167702984.13430.7602410766409441835.git-patchwork-notify@kernel.org>
Date: Fri, 29 Mar 2024 01:50:29 +0000
From: patchwork-bot+netdevbpf@...nel.org
To: Jakub Kicinski <kuba@...nel.org>
Cc: davem@...emloft.net, netdev@...r.kernel.org, edumazet@...gle.com,
pabeni@...hat.com, aleksander.lobakin@...el.com, alexs@...nel.org,
siyanteng@...ngson.cn, jesse.brandeburg@...el.com,
anthony.l.nguyen@...el.com, alexandre.torgue@...s.st.com,
joabreu@...opsys.com, mcoquelin.stm32@...il.com,
intel-wired-lan@...ts.osuosl.org
Subject: Re: [PATCH net-next v2] net: remove gfp_mask from napi_alloc_skb()
Hello:
This patch was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@...nel.org>:
On Tue, 26 Mar 2024 21:02:12 -0700 you wrote:
> __napi_alloc_skb() is napi_alloc_skb() with the added flexibility
> of choosing gfp_mask. This is a NAPI function, so GFP_ATOMIC is
> implied. The only practical choice the caller has is whether to
> set __GFP_NOWARN. But that's a false choice, too, allocation failures
> in atomic context will happen, and printing warnings in logs,
> effectively for a packet drop, is both too much and very likely
> non-actionable.
>
> [...]
Here is the summary with links:
- [net-next,v2] net: remove gfp_mask from napi_alloc_skb()
https://git.kernel.org/netdev/net-next/c/6e9b01909a81
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