Hello:
This patch was applied to netdev/net.git (main) by David S. Miller davem@davemloft.net:
On Fri, 5 Jan 2024 21:16:42 +0100 you wrote:
Fix per-queue statistics for devices with more than one queue.
The output data pointer is currently reset in each loop iteration, effectively summing all queue statistics in the first four u64 values.
The summary values are not even labeled correctly. For example, if eth0 has 2 queues, ethtool -S eth0 shows:
[...]
Here is the summary with links: - [net] net: stmmac: fix ethtool per-queue statistics https://git.kernel.org/netdev/net/c/61921bdaa132
You are awesome, thank you!