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!