Re: [PATCH net-next v2 5/6] sfc: ef10: implement ethtool::get_fec_stats

2021-04-20 Thread Jakub Kicinski
On Tue, 20 Apr 2021 16:13:21 +0100 Edward Cree wrote: > On 15/04/2021 23:53, Jakub Kicinski wrote: > > Report what appears to be the standard block counts: > > - 30.5.1.1.17 aFECCorrectedBlocks > > - 30.5.1.1.18 aFECUncorrectableBlocks > > > > Don't report the per-lane symbol counts, if those re

Re: [PATCH net-next v2 5/6] sfc: ef10: implement ethtool::get_fec_stats

2021-04-20 Thread Edward Cree
On 15/04/2021 23:53, Jakub Kicinski wrote: > Report what appears to be the standard block counts: > - 30.5.1.1.17 aFECCorrectedBlocks > - 30.5.1.1.18 aFECUncorrectableBlocks > > Don't report the per-lane symbol counts, if those really > count symbols they are not what the standard calls for > (e

[PATCH net-next v2 5/6] sfc: ef10: implement ethtool::get_fec_stats

2021-04-15 Thread Jakub Kicinski
Report what appears to be the standard block counts: - 30.5.1.1.17 aFECCorrectedBlocks - 30.5.1.1.18 aFECUncorrectableBlocks Don't report the per-lane symbol counts, if those really count symbols they are not what the standard calls for (even if symbols seem like the most useful thing to count.)