On Thu, 29 Jan 2026 14:03:12 +0500
Zhanibek Bakin <[email protected]> wrote:
> The eth_stats_get() function incorrectly uses assignment (=) instead
> of accumulation (+=) for opackets and obytes in the TX queue loop.
> This causes only the last TX queue's statistics to be reported,
> while the RX side correctly uses +=.
>
> Fixes: 31326ce7f151 ("net/null: count all queues")
> Cc: [email protected]
>
> Signed-off-by: Zhanibek Bakin <[email protected]>
> ---
> v2: Fixed Fixes tag to use 12-character hash
> ---
Looks good, queued to next-net.