Re: [PATCH] net: ethernet: litex: add support for 64 bit stats

From: Gabriel L. Somlo
Date: Thu Jun 15 2023 - 11:52:29 EST


On Thu, Jun 15, 2023 at 12:20:35AM +0800, Jisheng Zhang wrote:
> Implement 64 bit per cpu stats to fix the overflow of netdev->stats
> on 32 bit platforms. To simplify the code, we use net core
> pcpu_sw_netstats infrastructure. One small drawback is some memory
> overhead because litex uses just one queue, but we allocate the
> counters per cpu.
>
> Signed-off-by: Jisheng Zhang <jszhang@xxxxxxxxxx>
> ---

Acked-by: Gabriel Somlo <gsomlo@xxxxxxxxx>