Hello:
This patch was applied to netdev/net.git (main) by Jakub Kicinski kuba@kernel.org:
On Wed, 2 Apr 2025 00:10:37 +0000 you wrote:
From: Joshua Washington joshwash@google.com
When the tx tail is less than the head (in cases of wraparound), the TX consumed descriptor statistic in DQ will be reported as UINT32_MAX - head + tail, which is incorrect. Mask the difference of head and tail according to the ring size when reporting the statistic.
[...]
Here is the summary with links: - [net] gve: handle overflow when reporting TX consumed descriptors https://git.kernel.org/netdev/net/c/15970e1b23f5
You are awesome, thank you!