From: patchwork-bot+netdevbpf@kernel.org
To: Lorenzo Bianconi <lorenzo@kernel.org>
Cc: netdev@vger.kernel.org, bpf@vger.kernel.org,
lorenzo.bianconi@redhat.com, davem@davemloft.net,
edumazet@google.com, kuba@kernel.org, pabeni@redhat.com,
hawk@kernel.org, john.fastabend@gmail.com, ast@kernel.org,
daniel@iogearbox.net
Subject: Re: [PATCH v2 net-next 0/2] add page_pool support for page recycling in veth driver
Date: Tue, 25 Apr 2023 01:10:20 +0000 [thread overview]
Message-ID: <168238502003.6495.7653449552257279063.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <cover.1682188837.git.lorenzo@kernel.org>
Hello:
This series was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@kernel.org>:
On Sat, 22 Apr 2023 20:54:31 +0200 you wrote:
> Introduce page_pool support in veth driver in order to recycle pages in
> veth_convert_skb_to_xdp_buff routine and avoid reallocating the skb through
> the page allocator when we run a xdp program on the device and we receive
> skbs from the stack.
>
> Change since v1:
> - remove page_pool checks in veth_convert_skb_to_xdp_buff() before allocating
> the pages
> - recycle pages in the hot cache if build_skb fails in
> veth_convert_skb_to_xdp_buff()
>
> [...]
Here is the summary with links:
- [v2,net-next,1/2] net: veth: add page_pool for page recycling
https://git.kernel.org/netdev/net-next/c/0ebab78cbcbf
- [v2,net-next,2/2] net: veth: add page_pool stats
https://git.kernel.org/netdev/net-next/c/4fc418053ec7
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
prev parent reply other threads:[~2023-04-25 1:10 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-04-22 18:54 [PATCH v2 net-next 0/2] add page_pool support for page recycling in veth driver Lorenzo Bianconi
2023-04-22 18:54 ` [PATCH v2 net-next 1/2] net: veth: add page_pool for page recycling Lorenzo Bianconi
2023-04-23 12:17 ` Yunsheng Lin
2023-04-23 14:20 ` Lorenzo Bianconi
2023-04-24 2:29 ` Yunsheng Lin
2023-04-24 9:17 ` Lorenzo Bianconi
2023-04-24 11:58 ` Yunsheng Lin
2023-04-24 13:04 ` Jesper Dangaard Brouer
2023-04-24 13:06 ` Lorenzo Bianconi
2023-04-24 13:10 ` Maciej Fijalkowski
2023-04-24 13:41 ` Lorenzo Bianconi
2023-04-25 11:19 ` Yunsheng Lin
2023-04-25 14:13 ` Lorenzo Bianconi
2023-04-22 18:54 ` [PATCH v2 net-next 2/2] net: veth: add page_pool stats Lorenzo Bianconi
2023-04-25 1:10 ` patchwork-bot+netdevbpf [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=168238502003.6495.7653449552257279063.git-patchwork-notify@kernel.org \
--to=patchwork-bot+netdevbpf@kernel.org \
--cc=ast@kernel.org \
--cc=bpf@vger.kernel.org \
--cc=daniel@iogearbox.net \
--cc=davem@davemloft.net \
--cc=edumazet@google.com \
--cc=hawk@kernel.org \
--cc=john.fastabend@gmail.com \
--cc=kuba@kernel.org \
--cc=lorenzo.bianconi@redhat.com \
--cc=lorenzo@kernel.org \
--cc=netdev@vger.kernel.org \
--cc=pabeni@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.