netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: patchwork-bot+netdevbpf@kernel.org
To: Jakub Kicinski <kuba@kernel.org>
Cc: davem@davemloft.net, netdev@vger.kernel.org, edumazet@google.com,
	pabeni@redhat.com, andrew+netdev@lunn.ch, horms@kernel.org,
	bpf@vger.kernel.org
Subject: Re: [PATCH net v2 0/9] eth: fbnic: fix XDP_TX and XDP vs qstats
Date: Thu, 09 Oct 2025 09:20:16 +0000	[thread overview]
Message-ID: <176000161625.3846982.7993344693854909404.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20251007232653.2099376-1-kuba@kernel.org>

Hello:

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

On Tue,  7 Oct 2025 16:26:44 -0700 you wrote:
> Fix XDP_TX hangs and adjust the XDP statistics to match the definition
> of qstats. The three problems are somewhat distinct.
> 
> XDP_TX hangs is a simple coding bug (patch 1).
> 
> The accounting of XDP packets is all over the place. Fix it to obey
> qstat rules (packets seen by XDP always counted as Rx packets).
> Patch 2 fixes the basic accounting, patch 3 touches up saving
> the stats when rings are freed.
> 
> [...]

Here is the summary with links:
  - [net,v2,1/9] eth: fbnic: fix missing programming of the default descriptor
    https://git.kernel.org/netdev/net/c/7e617d57f2a2
  - [net,v2,2/9] eth: fbnic: fix accounting of XDP packets
    https://git.kernel.org/netdev/net/c/613e9e8dcb7e
  - [net,v2,3/9] eth: fbnic: fix saving stats from XDP_TX rings on close
    https://git.kernel.org/netdev/net/c/858b78b24af2
  - [net,v2,4/9] selftests: drv-net: xdp: rename netnl to ethnl
    https://git.kernel.org/netdev/net/c/1ad3f62089af
  - [net,v2,5/9] selftests: drv-net: xdp: add test for interface level qstats
    https://git.kernel.org/netdev/net/c/27ba92560bcc
  - [net,v2,6/9] eth: fbnic: fix reporting of alloc_failed qstats
    https://git.kernel.org/netdev/net/c/2eecd3a41e67
  - [net,v2,7/9] selftests: drv-net: fix linter warnings in pp_alloc_fail
    https://git.kernel.org/netdev/net/c/0be740fb22da
  - [net,v2,8/9] selftests: drv-net: pp_alloc_fail: lower traffic expectations
    https://git.kernel.org/netdev/net/c/fbb467f0ed95
  - [net,v2,9/9] selftests: drv-net: pp_alloc_fail: add necessary optoins to config
    https://git.kernel.org/netdev/net/c/5d683e550540

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-10-09  9:20 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-10-07 23:26 [PATCH net v2 0/9] eth: fbnic: fix XDP_TX and XDP vs qstats Jakub Kicinski
2025-10-07 23:26 ` [PATCH net v2 1/9] eth: fbnic: fix missing programming of the default descriptor Jakub Kicinski
2025-10-08 23:28   ` Jacob Keller
2025-10-07 23:26 ` [PATCH net v2 2/9] eth: fbnic: fix accounting of XDP packets Jakub Kicinski
2025-10-08 23:29   ` Jacob Keller
2025-10-07 23:26 ` [PATCH net v2 3/9] eth: fbnic: fix saving stats from XDP_TX rings on close Jakub Kicinski
2025-10-08 23:30   ` Jacob Keller
2025-10-07 23:26 ` [PATCH net v2 4/9] selftests: drv-net: xdp: rename netnl to ethnl Jakub Kicinski
2025-10-08 23:31   ` Jacob Keller
2025-10-07 23:26 ` [PATCH net v2 5/9] selftests: drv-net: xdp: add test for interface level qstats Jakub Kicinski
2025-10-08 23:32   ` Jacob Keller
2025-10-07 23:26 ` [PATCH net v2 6/9] eth: fbnic: fix reporting of alloc_failed qstats Jakub Kicinski
2025-10-08 23:33   ` Jacob Keller
2025-10-07 23:26 ` [PATCH net v2 7/9] selftests: drv-net: fix linter warnings in pp_alloc_fail Jakub Kicinski
2025-10-08 23:34   ` Jacob Keller
2025-10-07 23:26 ` [PATCH net v2 8/9] selftests: drv-net: pp_alloc_fail: lower traffic expectations Jakub Kicinski
2025-10-08 23:35   ` Jacob Keller
2025-10-07 23:26 ` [PATCH net v2 9/9] selftests: drv-net: pp_alloc_fail: add necessary optoins to config Jakub Kicinski
2025-10-08 23:35   ` Jacob Keller
2025-10-09  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=176000161625.3846982.7993344693854909404.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel.org \
    --cc=andrew+netdev@lunn.ch \
    --cc=bpf@vger.kernel.org \
    --cc=davem@davemloft.net \
    --cc=edumazet@google.com \
    --cc=horms@kernel.org \
    --cc=kuba@kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=pabeni@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 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).