From: Jakub Kicinski <kuba@kernel.org>
To: Alexander Lobakin <aleksander.lobakin@intel.com>
Cc: intel-wired-lan@lists.osuosl.org,
Michal Kubiak <michal.kubiak@intel.com>,
Maciej Fijalkowski <maciej.fijalkowski@intel.com>,
Tony Nguyen <anthony.l.nguyen@intel.com>,
Przemek Kitszel <przemyslaw.kitszel@intel.com>,
Andrew Lunn <andrew+netdev@lunn.ch>,
"David S. Miller" <davem@davemloft.net>,
Eric Dumazet <edumazet@google.com>,
Paolo Abeni <pabeni@redhat.com>,
Alexei Starovoitov <ast@kernel.org>,
Daniel Borkmann <daniel@iogearbox.net>,
Simon Horman <horms@kernel.org>,
nxne.cnse.osdt.itp.upstreaming@intel.com, bpf@vger.kernel.org,
netdev@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH iwl-next v4 00/13] idpf: add XDP support
Date: Tue, 12 Aug 2025 18:45:11 -0700 [thread overview]
Message-ID: <20250812184511.0e49633c@kernel.org> (raw)
In-Reply-To: <20250811161044.32329-1-aleksander.lobakin@intel.com>
On Mon, 11 Aug 2025 18:10:31 +0200 Alexander Lobakin wrote:
> From v3[0]:
> * 01/13: make the xdp_init_buff() micro-opt generic, include some
> bloat-o-meter and perf diffs (Simon, Kees);
> * 08/13: don't include XDPSQs in Ethtool's 'other_count' (Ethtool
> channels are interrupts!) (Jakub);
> * 11/13:
> * finalize XDPSQs a bit earlier on Rx;
> * show some bloat-o-meter and performance diffs for
> __LIBETH_WORD_ACCESS (Jakub).
LGTM, thanks!
WARNING: multiple messages have this Message-ID (diff)
From: Jakub Kicinski <kuba@kernel.org>
To: Alexander Lobakin <aleksander.lobakin@intel.com>
Cc: intel-wired-lan@lists.osuosl.org,
Michal Kubiak <michal.kubiak@intel.com>,
Maciej Fijalkowski <maciej.fijalkowski@intel.com>,
Tony Nguyen <anthony.l.nguyen@intel.com>,
Przemek Kitszel <przemyslaw.kitszel@intel.com>,
Andrew Lunn <andrew+netdev@lunn.ch>,
"David S. Miller" <davem@davemloft.net>,
Eric Dumazet <edumazet@google.com>,
Paolo Abeni <pabeni@redhat.com>,
Alexei Starovoitov <ast@kernel.org>,
Daniel Borkmann <daniel@iogearbox.net>,
Simon Horman <horms@kernel.org>,
nxne.cnse.osdt.itp.upstreaming@intel.com, bpf@vger.kernel.org,
netdev@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [Intel-wired-lan] [PATCH iwl-next v4 00/13] idpf: add XDP support
Date: Tue, 12 Aug 2025 18:45:11 -0700 [thread overview]
Message-ID: <20250812184511.0e49633c@kernel.org> (raw)
In-Reply-To: <20250811161044.32329-1-aleksander.lobakin@intel.com>
On Mon, 11 Aug 2025 18:10:31 +0200 Alexander Lobakin wrote:
> From v3[0]:
> * 01/13: make the xdp_init_buff() micro-opt generic, include some
> bloat-o-meter and perf diffs (Simon, Kees);
> * 08/13: don't include XDPSQs in Ethtool's 'other_count' (Ethtool
> channels are interrupts!) (Jakub);
> * 11/13:
> * finalize XDPSQs a bit earlier on Rx;
> * show some bloat-o-meter and performance diffs for
> __LIBETH_WORD_ACCESS (Jakub).
LGTM, thanks!
next prev parent reply other threads:[~2025-08-13 1:45 UTC|newest]
Thread overview: 32+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-08-11 16:10 [PATCH iwl-next v4 00/13] idpf: add XDP support Alexander Lobakin
2025-08-11 16:10 ` [Intel-wired-lan] " Alexander Lobakin
2025-08-11 16:10 ` [PATCH iwl-next v4 01/13] xdp, libeth: make the xdp_init_buff() micro-optimization generic Alexander Lobakin
2025-08-11 16:10 ` [Intel-wired-lan] " Alexander Lobakin
2025-08-11 16:10 ` [PATCH iwl-next v4 02/13] idpf: fix Rx descriptor ready check barrier in splitq Alexander Lobakin
2025-08-11 16:10 ` [Intel-wired-lan] " Alexander Lobakin
2025-08-11 16:10 ` [PATCH iwl-next v4 03/13] idpf: use a saner limit for default number of queues to allocate Alexander Lobakin
2025-08-11 16:10 ` [Intel-wired-lan] " Alexander Lobakin
2025-08-11 16:10 ` [PATCH iwl-next v4 04/13] idpf: link NAPIs to queues Alexander Lobakin
2025-08-11 16:10 ` [Intel-wired-lan] " Alexander Lobakin
2025-08-11 16:10 ` [PATCH iwl-next v4 05/13] idpf: add 4-byte completion descriptor definition Alexander Lobakin
2025-08-11 16:10 ` [Intel-wired-lan] " Alexander Lobakin
2025-08-11 16:10 ` [PATCH iwl-next v4 06/13] idpf: remove SW marker handling from NAPI Alexander Lobakin
2025-08-11 16:10 ` [Intel-wired-lan] " Alexander Lobakin
2025-08-11 16:10 ` [PATCH iwl-next v4 07/13] idpf: add support for nointerrupt queues Alexander Lobakin
2025-08-11 16:10 ` [Intel-wired-lan] " Alexander Lobakin
2025-08-11 16:10 ` [PATCH iwl-next v4 08/13] idpf: prepare structures to support XDP Alexander Lobakin
2025-08-11 16:10 ` [Intel-wired-lan] " Alexander Lobakin
2025-08-11 16:10 ` [PATCH iwl-next v4 09/13] idpf: implement XDP_SETUP_PROG in ndo_bpf for splitq Alexander Lobakin
2025-08-11 16:10 ` [Intel-wired-lan] " Alexander Lobakin
2025-08-11 16:10 ` [PATCH iwl-next v4 10/13] idpf: use generic functions to build xdp_buff and skb Alexander Lobakin
2025-08-11 16:10 ` [Intel-wired-lan] " Alexander Lobakin
2025-08-11 16:10 ` [PATCH iwl-next v4 11/13] idpf: add support for XDP on Rx Alexander Lobakin
2025-08-11 16:10 ` [Intel-wired-lan] " Alexander Lobakin
2025-08-11 16:10 ` [PATCH iwl-next v4 12/13] idpf: add support for .ndo_xdp_xmit() Alexander Lobakin
2025-08-11 16:10 ` [Intel-wired-lan] " Alexander Lobakin
2025-08-11 16:10 ` [PATCH iwl-next v4 13/13] idpf: add XDP RSS hash hint Alexander Lobakin
2025-08-11 16:10 ` [Intel-wired-lan] " Alexander Lobakin
2025-08-13 1:45 ` Jakub Kicinski [this message]
2025-08-13 1:45 ` [Intel-wired-lan] [PATCH iwl-next v4 00/13] idpf: add XDP support Jakub Kicinski
2025-08-22 15:26 ` Alexander Lobakin
2025-08-22 15:26 ` [Intel-wired-lan] " Alexander Lobakin
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=20250812184511.0e49633c@kernel.org \
--to=kuba@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=horms@kernel.org \
--cc=intel-wired-lan@lists.osuosl.org \
--cc=linux-kernel@vger.kernel.org \
--cc=maciej.fijalkowski@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 \
/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.