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 really > > count symbols they are not what the standard calls for > > (even if symbols seem like the most useful thing to count.) > > > > Fingers crossed that fec_corrected_errors is not in symbols. > > > > Signed-off-by: Jakub Kicinski <k...@kernel.org> > > For the record: yes, fec_[un]corrected_errors are counts of > FEC codewords, not symbols, so this patch is correct. > > Whereas, the per-lane counts definitely are counting symbols.
Thanks for reviewing!