netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: patchwork-bot+netdevbpf@kernel.org
To: Mohsin Bashir <mohsin.bashr@gmail.com>
Cc: netdev@vger.kernel.org, aleksander.lobakin@intel.com,
	alexanderduyck@fb.com, andrew+netdev@lunn.ch, ast@kernel.org,
	bpf@vger.kernel.org, corbet@lwn.net, daniel@iogearbox.net,
	davem@davemloft.net, edumazet@google.com, hawk@kernel.org,
	horms@kernel.org, john.fastabend@gmail.com, kernel-team@meta.com,
	kuba@kernel.org, linux-doc@vger.kernel.org,
	linux-kernel@vger.kernel.org, pabeni@redhat.com, sdf@fomichev.me,
	vadim.fedorenko@linux.dev
Subject: Re: [PATCH net-next V4 0/9] eth: fbnic: Add XDP support for fbnic
Date: Tue, 19 Aug 2025 09:20:28 +0000	[thread overview]
Message-ID: <175559522825.3461363.17326947395428104813.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20250813221319.3367670-1-mohsin.bashr@gmail.com>

Hello:

This series was applied to netdev/net-next.git (main)
by Paolo Abeni <pabeni@redhat.com>:

On Wed, 13 Aug 2025 15:13:10 -0700 you wrote:
> This patch series introduces basic XDP support for fbnic. To enable this,
> it also includes preparatory changes such as making the HDS threshold
> configurable via ethtool, updating headroom for fbnic, tracking
> frag state in shinfo, and prefetching the first cacheline of data.
> 
> ---
> Changelog:
> V4: Update P7 and P8 to address cocci complains about PTR_ERR
> 
> [...]

Here is the summary with links:
  - [net-next,V4,1/9] eth: fbnic: Add support for HDS configuration
    https://git.kernel.org/netdev/net-next/c/2b30fc01a6c7
  - [net-next,V4,2/9] eth: fbnic: Update Headroom
    https://git.kernel.org/netdev/net-next/c/0cf5a39720d0
  - [net-next,V4,3/9] eth: fbnic: Use shinfo to track frags state on Rx
    https://git.kernel.org/netdev/net-next/c/61f9a066c309
  - [net-next,V4,4/9] eth: fbnic: Prefetch packet headers on Rx
    https://git.kernel.org/netdev/net-next/c/9064ab485f04
  - [net-next,V4,5/9] eth: fbnic: Add XDP pass, drop, abort support
    https://git.kernel.org/netdev/net-next/c/1b0a3950dbd4
  - [net-next,V4,6/9] eth: fbnic: Add support for XDP queues
    https://git.kernel.org/netdev/net-next/c/cf4facfb132a
  - [net-next,V4,7/9] eth: fbnic: Add support for XDP_TX action
    https://git.kernel.org/netdev/net-next/c/168deb7b31b2
  - [net-next,V4,8/9] eth: fbnic: Collect packet statistics for XDP
    https://git.kernel.org/netdev/net-next/c/5213ff086344
  - [net-next,V4,9/9] eth: fbnic: Report XDP stats via ethtool
    https://git.kernel.org/netdev/net-next/c/7fedb8f2677e

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-08-19  9:20 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-08-13 22:13 [PATCH net-next V4 0/9] eth: fbnic: Add XDP support for fbnic Mohsin Bashir
2025-08-13 22:13 ` [PATCH net-next V4 1/9] eth: fbnic: Add support for HDS configuration Mohsin Bashir
2025-08-13 22:13 ` [PATCH net-next V4 2/9] eth: fbnic: Update Headroom Mohsin Bashir
2025-08-13 22:13 ` [PATCH net-next V4 3/9] eth: fbnic: Use shinfo to track frags state on Rx Mohsin Bashir
2025-08-13 22:13 ` [PATCH net-next V4 4/9] eth: fbnic: Prefetch packet headers " Mohsin Bashir
2025-08-13 22:13 ` [PATCH net-next V4 5/9] eth: fbnic: Add XDP pass, drop, abort support Mohsin Bashir
2025-08-21 12:52   ` Dan Carpenter
2025-08-13 22:13 ` [PATCH net-next V4 6/9] eth: fbnic: Add support for XDP queues Mohsin Bashir
2025-08-13 22:13 ` [PATCH net-next V4 7/9] eth: fbnic: Add support for XDP_TX action Mohsin Bashir
2025-08-13 22:13 ` [PATCH net-next V4 8/9] eth: fbnic: Collect packet statistics for XDP Mohsin Bashir
2025-08-13 22:13 ` [PATCH net-next V4 9/9] eth: fbnic: Report XDP stats via ethtool Mohsin Bashir
2025-08-19  9: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=175559522825.3461363.17326947395428104813.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel.org \
    --cc=aleksander.lobakin@intel.com \
    --cc=alexanderduyck@fb.com \
    --cc=andrew+netdev@lunn.ch \
    --cc=ast@kernel.org \
    --cc=bpf@vger.kernel.org \
    --cc=corbet@lwn.net \
    --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=kernel-team@meta.com \
    --cc=kuba@kernel.org \
    --cc=linux-doc@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mohsin.bashr@gmail.com \
    --cc=netdev@vger.kernel.org \
    --cc=pabeni@redhat.com \
    --cc=sdf@fomichev.me \
    --cc=vadim.fedorenko@linux.dev \
    /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;
as well as URLs for NNTP newsgroup(s).