Re: [PATCH net-next] ax88796c: fix fetching error stats from percpu containers

From: Jakub Kicinski
Date: Mon Oct 25 2021 - 22:23:59 EST


On Mon, 25 Oct 2021 21:54:01 +0200 Lukasz Stelmach wrote:
> It was <2021-10-23 sob 12:19>, when Alexander Lobakin wrote:
> > rx_dropped, tx_dropped, rx_frame_errors and rx_crc_errors are being
> > wrongly fetched from the target container rather than source percpu
> > ones.
> > No idea if that goes from the vendor driver or was brainoed during
> > the refactoring, but fix it either way.
>
> It may be the latter. Thank you for fixing.
>
> >
> > Fixes: a97c69ba4f30e ("net: ax88796c: ASIX AX88796C SPI Ethernet Adapter Driver")
> > Signed-off-by: Alexander Lobakin <alobakin@xxxxx>
> > ---
> > drivers/net/ethernet/asix/ax88796c_main.c | 8 ++++----
> > 1 file changed, 4 insertions(+), 4 deletions(-)
> >
>
> Acked-by: Łukasz Stelmach <l.stelmach@xxxxxxxxxxx>

Applied, thanks!