Hello:
This patch was applied to netdev/net.git (main) by Paolo Abeni pabeni@redhat.com:
On Mon, 20 May 2024 23:58:43 +0000 you wrote:
Testing a network device that has large numbers of bytes/packets may overflow. Using stats64 when comparing fixes this problem.
I tripped on this while iterating on a qstats patch for mlx5. See below for confirmation without my added code that this is a bug.
Before this patch (with added debugging output):
[...]
Here is the summary with links: - [net] testing: net-drv: use stats64 for testing https://git.kernel.org/netdev/net/c/a61a459f5822
You are awesome, thank you!