Re: [PATCH net-next v2 8/9] bnxt: implement ethtool standard stats

2021-04-18 Thread Michael Chan
On Fri, Apr 16, 2021 at 12:27 PM Jakub Kicinski wrote: > > Most of the names seem to strongly correlate with names from > the standard and RFC. Whether ..+good_frames are indeed Frames..OK > I'm the least sure of. The mapping looks correct to me. These counters can also be mapped: rx_fcs_err_fr

[PATCH net-next v2 8/9] bnxt: implement ethtool standard stats

2021-04-16 Thread Jakub Kicinski
Most of the names seem to strongly correlate with names from the standard and RFC. Whether ..+good_frames are indeed Frames..OK I'm the least sure of. Signed-off-by: Jakub Kicinski --- .../net/ethernet/broadcom/bnxt/bnxt_ethtool.c | 125 ++ 1 file changed, 125 insertions(+) diff