From: patchwork-bot+netdevbpf@kernel.org
To: Michael Chan <michael.chan@broadcom.com>
Cc: davem@davemloft.net, netdev@vger.kernel.org, kuba@kernel.org,
gospo@broadcom.com, bpf@vger.kernel.org,
john.fastabend@gmail.com, toke@redhat.com, lorenzo@kernel.org,
ast@kernel.org, daniel@iogearbox.net, echaudro@redhat.com,
pabeni@redhat.com
Subject: Re: [PATCH net-next v4 00/11] bnxt: Support XDP multi buffer
Date: Fri, 08 Apr 2022 11:10:18 +0000 [thread overview]
Message-ID: <164941621857.19376.4332158800174528610.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <1649404746-31033-1-git-send-email-michael.chan@broadcom.com>
Hello:
This series was applied to netdev/net-next.git (master)
by David S. Miller <davem@davemloft.net>:
On Fri, 8 Apr 2022 03:58:55 -0400 you wrote:
> This series adds XDP multi buffer support, allowing MTU to go beyond
> the page size limit.
>
> v4: Rebase with latest net-next
> v3: Simplify page mode buffer size calculation
> Check to make sure XDP program supports multipage packets
> v2: Fix uninitialized variable warnings in patch 1 and 10.
>
> [...]
Here is the summary with links:
- [net-next,v4,01/11] bnxt: refactor bnxt_rx_xdp to separate xdp_init_buff/xdp_prepare_buff
https://git.kernel.org/netdev/net-next/c/b231c3f3414c
- [net-next,v4,02/11] bnxt: add flag to denote that an xdp program is currently attached
https://git.kernel.org/netdev/net-next/c/ee536dcbdce4
- [net-next,v4,03/11] bnxt: refactor bnxt_rx_pages operate on skb_shared_info
https://git.kernel.org/netdev/net-next/c/ca1df2dd8e2f
- [net-next,v4,04/11] bnxt: rename bnxt_rx_pages to bnxt_rx_agg_pages_skb
https://git.kernel.org/netdev/net-next/c/23e4c0469ad0
- [net-next,v4,05/11] bnxt: adding bnxt_rx_agg_pages_xdp for aggregated xdp
https://git.kernel.org/netdev/net-next/c/4c6c123c9af9
- [net-next,v4,06/11] bnxt: set xdp_buff pfmemalloc flag if needed
https://git.kernel.org/netdev/net-next/c/31b9998bf225
- [net-next,v4,07/11] bnxt: change receive ring space parameters
https://git.kernel.org/netdev/net-next/c/32861236190b
- [net-next,v4,08/11] bnxt: add page_pool support for aggregation ring when using xdp
https://git.kernel.org/netdev/net-next/c/9a6aa3504885
- [net-next,v4,09/11] bnxt: adding bnxt_xdp_build_skb to build skb from multibuffer xdp_buff
https://git.kernel.org/netdev/net-next/c/1dc4c557bfed
- [net-next,v4,10/11] bnxt: support transmit and free of aggregation buffers
https://git.kernel.org/netdev/net-next/c/a7559bc8c17c
- [net-next,v4,11/11] bnxt: XDP multibuffer enablement
https://git.kernel.org/netdev/net-next/c/9f4b28301ce6
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:[~2022-04-08 11:10 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-04-08 7:58 [PATCH net-next v4 00/11] bnxt: Support XDP multi buffer Michael Chan
2022-04-08 7:58 ` [PATCH net-next v4 01/11] bnxt: refactor bnxt_rx_xdp to separate xdp_init_buff/xdp_prepare_buff Michael Chan
2022-04-08 7:58 ` [PATCH net-next v4 02/11] bnxt: add flag to denote that an xdp program is currently attached Michael Chan
2022-04-08 7:58 ` [PATCH net-next v4 03/11] bnxt: refactor bnxt_rx_pages operate on skb_shared_info Michael Chan
2022-04-08 7:58 ` [PATCH net-next v4 04/11] bnxt: rename bnxt_rx_pages to bnxt_rx_agg_pages_skb Michael Chan
2022-04-08 7:59 ` [PATCH net-next v4 05/11] bnxt: adding bnxt_rx_agg_pages_xdp for aggregated xdp Michael Chan
2022-04-08 7:59 ` [PATCH net-next v4 06/11] bnxt: set xdp_buff pfmemalloc flag if needed Michael Chan
2022-04-08 7:59 ` [PATCH net-next v4 07/11] bnxt: change receive ring space parameters Michael Chan
2022-04-08 7:59 ` [PATCH net-next v4 08/11] bnxt: add page_pool support for aggregation ring when using xdp Michael Chan
2022-04-08 7:59 ` [PATCH net-next v4 09/11] bnxt: adding bnxt_xdp_build_skb to build skb from multibuffer xdp_buff Michael Chan
2022-04-08 7:59 ` [PATCH net-next v4 10/11] bnxt: support transmit and free of aggregation buffers Michael Chan
2022-04-08 7:59 ` [PATCH net-next v4 11/11] bnxt: XDP multibuffer enablement Michael Chan
2022-04-08 11: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=164941621857.19376.4332158800174528610.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=echaudro@redhat.com \
--cc=gospo@broadcom.com \
--cc=john.fastabend@gmail.com \
--cc=kuba@kernel.org \
--cc=lorenzo@kernel.org \
--cc=michael.chan@broadcom.com \
--cc=netdev@vger.kernel.org \
--cc=pabeni@redhat.com \
--cc=toke@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.