All of lore.kernel.org
 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 0/5][pull request] idpf: add XSk support
Date: Fri, 26 Sep 2025 22:20:21 +0000	[thread overview]
Message-ID: <175892522173.77570.9707782331084725672.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20250924175230.1290529-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 Wed, 24 Sep 2025 10:52:23 -0700 you wrote:
> Alexander Lobakin says:
> 
> Add support for XSk xmit and receive using libeth_xdp.
> 
> This includes adding interfaces to reconfigure/enable/disable only
> a particular set of queues and support for checksum offload XSk Tx
> metadata.
> libeth_xdp's implementation mostly matches the one of ice: batched
> allocations and sending, unrolled descriptor writes etc. But unlike
> other Intel drivers, XSk wakeup is implemented using CSD/IPI instead
> of HW "software interrupt". In lots of different tests, this yielded
> way better perf than SW interrupts, but also, this gives better
> control over which CPU will handle the NAPI loop (SW interrupts are
> a subject to irqbalance and stuff, while CSDs are strictly pinned
> 1:1 to the core of the same index).
> Note that the header split is always disabled for XSk queues, as
> for now we see no reasons to have it there.
> 
> [...]

Here is the summary with links:
  - [net-next,1/5] idpf: add virtchnl functions to manage selected queues
    https://git.kernel.org/netdev/net-next/c/6b8e30b64065
  - [net-next,2/5] idpf: add XSk pool initialization
    https://git.kernel.org/netdev/net-next/c/3d57b2c00f09
  - [net-next,3/5] idpf: implement XSk xmit
    https://git.kernel.org/netdev/net-next/c/8ff6d62261a3
  - [net-next,4/5] idpf: implement Rx path for AF_XDP
    https://git.kernel.org/netdev/net-next/c/9705d6552f58
  - [net-next,5/5] idpf: enable XSk features and ndo_xsk_wakeup
    https://git.kernel.org/netdev/net-next/c/96da9d67da78

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-26 22:20 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-09-24 17:52 [PATCH net-next 0/5][pull request] idpf: add XSk support Tony Nguyen
2025-09-24 17:52 ` [PATCH net-next 1/5] idpf: add virtchnl functions to manage selected queues Tony Nguyen
2025-09-24 17:52 ` [PATCH net-next 2/5] idpf: add XSk pool initialization Tony Nguyen
2025-09-24 17:52 ` [PATCH net-next 3/5] idpf: implement XSk xmit Tony Nguyen
2025-09-24 17:52 ` [PATCH net-next 4/5] idpf: implement Rx path for AF_XDP Tony Nguyen
2025-09-24 17:52 ` [PATCH net-next 5/5] idpf: enable XSk features and ndo_xsk_wakeup Tony Nguyen
2025-09-26 22:20 ` 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=175892522173.77570.9707782331084725672.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 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.