> -----Original Message-----
> From: Intel-wired-lan <[email protected]> On Behalf Of 
> Jedrzej Jagielski
> Sent: Tuesday, September 12, 2023 3:00 PM
> To: [email protected]
> Cc: Nguyen, Anthony L <[email protected]>; Jagielski, Jedrzej 
> <[email protected]>
> Subject: [Intel-wired-lan] [PATCH iwl-next v1] ixgbe: Extend rx_errors 
> calculation
>
> Currently we are only including crcerrs (CRC Error Count) and rlec (Receive 
> Length Error Count) in the PF netdev's rx_error counter.
> There are also other causes of Rx errors that the device supports and reports 
> via Ethtool. Accumulate all Rx errors in the PF netdev's rx_error counter.
>
> Error counters added for:
> Illegal Byte Error, Checksum Bad, Receive [Over/Under]size, Receive Fragment 
> and Receive Jabber.
>
> The above were added in order to align statistics with other products.
>
> Signed-off-by: Jedrzej Jagielski <[email protected]>
> ---
>  drivers/net/ethernet/intel/ixgbe/ixgbe_main.c | 11 ++++++++++-
>  1 file changed, 10 insertions(+), 1 deletion(-)
>
rx_errors and rx_csum_offload_errors counters do not increment on receiving 
packets with bad checksum.
_______________________________________________
Intel-wired-lan mailing list
[email protected]
https://lists.osuosl.org/mailman/listinfo/intel-wired-lan
_______________________________________________
Intel-wired-lan mailing list
[email protected]
https://lists.osuosl.org/mailman/listinfo/intel-wired-lan

Reply via email to