[Intel-wired-lan] [PATCH iwl-next v1] ixgbe: Extend rx_errors calculation
Arland, ArpanaX
arpanax.arland at intel.com
Thu Sep 28 06:02:15 UTC 2023
> -----Original Message-----
> From: Intel-wired-lan <intel-wired-lan-bounces at osuosl.org> On Behalf Of Jedrzej Jagielski
> Sent: Tuesday, September 12, 2023 3:00 PM
> To: intel-wired-lan at lists.osuosl.org
> Cc: Nguyen, Anthony L <anthony.l.nguyen at intel.com>; Jagielski, Jedrzej <jedrzej.jagielski at intel.com>
> 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 <jedrzej.jagielski at intel.com>
> ---
> 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
Intel-wired-lan at osuosl.org
https://lists.osuosl.org/mailman/listinfo/intel-wired-lan
More information about the Intel-wired-lan
mailing list