BPF List
 help / color / mirror / Atom feed
From: patchwork-bot+netdevbpf@kernel.org
To: Tony Nguyen <anthony.l.nguyen@intel.com>
Cc: davem@davemloft.net, kuba@kernel.org, pabeni@redhat.com,
	edumazet@google.com, andrew+netdev@lunn.ch,
	netdev@vger.kernel.org, aleksander.lobakin@intel.com,
	michal.kubiak@intel.com, maciej.fijalkowski@intel.com,
	magnus.karlsson@intel.com, przemyslaw.kitszel@intel.com,
	ast@kernel.org, daniel@iogearbox.net, hawk@kernel.org,
	john.fastabend@gmail.com, horms@kernel.org, sdf@fomichev.me,
	nxne.cnse.osdt.itp.upstreaming@intel.com, bpf@vger.kernel.org
Subject: Re: [PATCH net-next 00/13][pull request] idpf: add XDP support
Date: Wed, 10 Sep 2025 01:50:29 +0000	[thread overview]
Message-ID: <175746902998.871782.5828497176944109197.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20250908195748.1707057-1-anthony.l.nguyen@intel.com>

Hello:

This series was applied to netdev/net-next.git (main)
by Tony Nguyen <anthony.l.nguyen@intel.com>:

On Mon,  8 Sep 2025 12:57:30 -0700 you wrote:
> Alexander Lobakin says:
> 
> Add XDP support (w/o XSk for now) to the idpf driver using the libeth_xdp
> sublib. All possible verdicts, .ndo_xdp_xmit(), multi-buffer etc. are here.
> In general, nothing outstanding comparing to ice, except performance --
> let's say, up to 2x for .ndo_xdp_xmit() on certain platforms and
> scenarios.
> idpf doesn't support VLAN Rx offload, so only the hash hint is
> available for now.
> 
> [...]

Here is the summary with links:
  - [net-next,01/13] xdp, libeth: make the xdp_init_buff() micro-optimization generic
    https://git.kernel.org/netdev/net-next/c/17d370a70bae
  - [net-next,02/13] idpf: fix Rx descriptor ready check barrier in splitq
    https://git.kernel.org/netdev/net-next/c/c20edbacc029
  - [net-next,03/13] idpf: use a saner limit for default number of queues to allocate
    https://git.kernel.org/netdev/net-next/c/ea18bcca43f4
  - [net-next,04/13] idpf: link NAPIs to queues
    https://git.kernel.org/netdev/net-next/c/bd74a86bc75d
  - [net-next,05/13] idpf: add 4-byte completion descriptor definition
    https://git.kernel.org/netdev/net-next/c/cfe5efec9177
  - [net-next,06/13] idpf: remove SW marker handling from NAPI
    https://git.kernel.org/netdev/net-next/c/9d39447051a0
  - [net-next,07/13] idpf: add support for nointerrupt queues
    https://git.kernel.org/netdev/net-next/c/a0c60b07904c
  - [net-next,08/13] idpf: prepare structures to support XDP
    https://git.kernel.org/netdev/net-next/c/ac8a861f632e
  - [net-next,09/13] idpf: implement XDP_SETUP_PROG in ndo_bpf for splitq
    https://git.kernel.org/netdev/net-next/c/705457e7211f
  - [net-next,10/13] idpf: use generic functions to build xdp_buff and skb
    https://git.kernel.org/netdev/net-next/c/a4d755d1040a
  - [net-next,11/13] idpf: add support for XDP on Rx
    https://git.kernel.org/netdev/net-next/c/cba102cd7190
  - [net-next,12/13] idpf: add support for .ndo_xdp_xmit()
    https://git.kernel.org/netdev/net-next/c/aaa3ac6480ba
  - [net-next,13/13] idpf: add XDP RSS hash hint
    https://git.kernel.org/netdev/net-next/c/88ca0c738c41

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



      parent reply	other threads:[~2025-09-10  1:50 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-09-08 19:57 [PATCH net-next 00/13][pull request] idpf: add XDP support Tony Nguyen
2025-09-08 19:57 ` [PATCH net-next 01/13] xdp, libeth: make the xdp_init_buff() micro-optimization generic Tony Nguyen
2025-09-08 19:57 ` [PATCH net-next 02/13] idpf: fix Rx descriptor ready check barrier in splitq Tony Nguyen
2025-09-08 19:57 ` [PATCH net-next 03/13] idpf: use a saner limit for default number of queues to allocate Tony Nguyen
2025-09-08 19:57 ` [PATCH net-next 04/13] idpf: link NAPIs to queues Tony Nguyen
2025-09-08 19:57 ` [PATCH net-next 05/13] idpf: add 4-byte completion descriptor definition Tony Nguyen
2025-09-08 19:57 ` [PATCH net-next 06/13] idpf: remove SW marker handling from NAPI Tony Nguyen
2025-09-08 19:57 ` [PATCH net-next 07/13] idpf: add support for nointerrupt queues Tony Nguyen
2025-09-08 19:57 ` [PATCH net-next 08/13] idpf: prepare structures to support XDP Tony Nguyen
2025-09-08 19:57 ` [PATCH net-next 09/13] idpf: implement XDP_SETUP_PROG in ndo_bpf for splitq Tony Nguyen
2025-09-08 19:57 ` [PATCH net-next 10/13] idpf: use generic functions to build xdp_buff and skb Tony Nguyen
2025-09-08 19:57 ` [PATCH net-next 11/13] idpf: add support for XDP on Rx Tony Nguyen
2025-09-08 19:57 ` [PATCH net-next 12/13] idpf: add support for .ndo_xdp_xmit() Tony Nguyen
2025-09-08 19:57 ` [PATCH net-next 13/13] idpf: add XDP RSS hash hint Tony Nguyen
2025-09-10  1:50 ` 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=175746902998.871782.5828497176944109197.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel.org \
    --cc=aleksander.lobakin@intel.com \
    --cc=andrew+netdev@lunn.ch \
    --cc=anthony.l.nguyen@intel.com \
    --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=horms@kernel.org \
    --cc=john.fastabend@gmail.com \
    --cc=kuba@kernel.org \
    --cc=maciej.fijalkowski@intel.com \
    --cc=magnus.karlsson@intel.com \
    --cc=michal.kubiak@intel.com \
    --cc=netdev@vger.kernel.org \
    --cc=nxne.cnse.osdt.itp.upstreaming@intel.com \
    --cc=pabeni@redhat.com \
    --cc=przemyslaw.kitszel@intel.com \
    --cc=sdf@fomichev.me \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox