Re: [PATCH v2 RESEND 1/1] net: fec: add xdp and page pool statistics

From: Alexander Lobakin
Date: Mon Nov 14 2022 - 08:58:09 EST


From: Andrew Lunn <andrew@xxxxxxx>
Date: Mon, 14 Nov 2022 14:50:54 +0100

> > What is your machine and how fast your link is?
>
> Some FEC implementations are Fast Ethernet. Others are 1G.
>
> I expect Shenwei is testing on a fast 64 bit machine with 1G, but
> there are slow 32bit machines with Fast ethernet or 1G.

Okay. I can say I have link speed on 1G on MIPS32, even on those
which are 1-core 600 MHz. And when I was adding more driver stats,
all based on u64_stats_t, I couldn't spot any visible regression.
100-150 Kbps maybe?

>
> Andrew

Thanks,
Olek