[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <167883301921.17343.13642424828615323388.git-patchwork-notify@kernel.org>
Date: Tue, 14 Mar 2023 22:30:19 +0000
From: patchwork-bot+netdevbpf@...nel.org
To: Alexander Lobakin <aleksander.lobakin@...el.com>
Cc: ast@...nel.org, daniel@...earbox.net, andrii@...nel.org,
martin.lau@...ux.dev, maciej.fijalkowski@...el.com,
larysa.zaremba@...el.com, toke@...hat.com, song@...nel.org,
hawk@...nel.org, john.fastabend@...il.com, imagedong@...cent.com,
mykolal@...com, davem@...emloft.net, kuba@...nel.org,
edumazet@...gle.com, pabeni@...hat.com, bpf@...r.kernel.org,
netdev@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH bpf-next v3 0/4] xdp: recycle Page Pool backed skbs built from
XDP frames
Hello:
This series was applied to bpf/bpf-next.git (master)
by Alexei Starovoitov <ast@...nel.org>:
On Mon, 13 Mar 2023 22:55:49 +0100 you wrote:
> Yeah, I still remember that "Who needs cpumap nowadays" (c), but anyway.
>
> __xdp_build_skb_from_frame() missed the moment when the networking stack
> became able to recycle skb pages backed by a page_pool. This was making
> e.g. cpumap redirect even less effective than simple %XDP_PASS. veth was
> also affected in some scenarios.
> A lot of drivers use skb_mark_for_recycle() already, it's been almost
> two years and seems like there are no issues in using it in the generic
> code too. {__,}xdp_release_frame() can be then removed as it losts its
> last user.
> Page Pool becomes then zero-alloc (or almost) in the abovementioned
> cases, too. Other memory type models (who needs them at this point)
> have no changes.
>
> [...]
Here is the summary with links:
- [bpf-next,v3,1/4] selftests/bpf: robustify test_xdp_do_redirect with more payload magics
https://git.kernel.org/bpf/bpf-next/c/487deb3e3393
- [bpf-next,v3,2/4] net: page_pool, skbuff: make skb_mark_for_recycle() always available
https://git.kernel.org/bpf/bpf-next/c/2c854e5fcd7e
- [bpf-next,v3,3/4] xdp: recycle Page Pool backed skbs built from XDP frames
https://git.kernel.org/bpf/bpf-next/c/9c94bbf9a87b
- [bpf-next,v3,4/4] xdp: remove unused {__,}xdp_release_frame()
https://git.kernel.org/bpf/bpf-next/c/d4e492338d11
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