From: patchwork-bot+netdevbpf@kernel.org
To: Breno Leitao <leitao@debian.org>
Cc: kuba@kernel.org, andrew+netdev@lunn.ch, davem@davemloft.net,
edumazet@google.com, pabeni@redhat.com, dw@davidwei.uk,
shuah@kernel.org, horms@kernel.org, netdev@vger.kernel.org,
linux-kernel@vger.kernel.org, linux-kselftest@vger.kernel.org,
gustavold@gmail.com, joe@dama.to
Subject: Re: [PATCH net-next v4 0/4] netdevsim: implement RX statistics using NETDEV_PCPU_STAT_DSTATS
Date: Thu, 19 Jun 2025 23:20:25 +0000 [thread overview]
Message-ID: <175037522573.1016629.13558361368033224988.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20250618-netdevsim_stat-v4-0-19fe0d35e28e@debian.org>
Hello:
This series was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@kernel.org>:
On Wed, 18 Jun 2025 01:32:41 -0700 you wrote:
> The netdevsim driver previously lacked RX statistics support, which
> prevented its use with the GenerateTraffic() test framework, as this
> framework verifies traffic flow by checking RX byte counts.
>
> This patch migrates netdevsim from its custom statistics collection to
> the NETDEV_PCPU_STAT_DSTATS framework, as suggested by Jakub. This
> change not only standardizes the statistics handling but also adds the
> necessary RX statistics support required by the test framework.
>
> [...]
Here is the summary with links:
- [net-next,v4,1/4] netdevsim: migrate to dstats stats collection
https://git.kernel.org/netdev/net-next/c/f9e2511d80c2
- [net-next,v4,2/4] netdevsim: collect statistics at RX side
https://git.kernel.org/netdev/net-next/c/788eb4de608b
- [net-next,v4,3/4] net: add dev_dstats_rx_dropped_add() helper
https://git.kernel.org/netdev/net-next/c/27480a7c8f02
- [net-next,v4,4/4] netdevsim: account dropped packet length in stats on queue free
https://git.kernel.org/netdev/net-next/c/2a68a22304f9
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
prev parent reply other threads:[~2025-06-19 23:19 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-06-18 8:32 [PATCH net-next v4 0/4] netdevsim: implement RX statistics using NETDEV_PCPU_STAT_DSTATS Breno Leitao
2025-06-18 8:32 ` [PATCH net-next v4 1/4] netdevsim: migrate to dstats stats collection Breno Leitao
2025-06-18 8:32 ` [PATCH net-next v4 2/4] netdevsim: collect statistics at RX side Breno Leitao
2025-06-18 8:32 ` [PATCH net-next v4 3/4] net: add dev_dstats_rx_dropped_add() helper Breno Leitao
2025-06-18 8:32 ` [PATCH net-next v4 4/4] netdevsim: account dropped packet length in stats on queue free Breno Leitao
2025-06-19 23: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=175037522573.1016629.13558361368033224988.git-patchwork-notify@kernel.org \
--to=patchwork-bot+netdevbpf@kernel.org \
--cc=andrew+netdev@lunn.ch \
--cc=davem@davemloft.net \
--cc=dw@davidwei.uk \
--cc=edumazet@google.com \
--cc=gustavold@gmail.com \
--cc=horms@kernel.org \
--cc=joe@dama.to \
--cc=kuba@kernel.org \
--cc=leitao@debian.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-kselftest@vger.kernel.org \
--cc=netdev@vger.kernel.org \
--cc=pabeni@redhat.com \
--cc=shuah@kernel.org \
/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.