> -----Original Message----- > From: Intel-wired-lan <[email protected]> On Behalf Of Jan > Sokolowski > Sent: Wednesday, January 3, 2024 7:41 PM > To: [email protected] > Cc: [email protected]; Sokolowski, Jan <[email protected]>; > Kitszel, Przemyslaw <[email protected]>; Glaza, Jan > <[email protected]>; Aniruddha Paul <[email protected]> > Subject: [Intel-wired-lan] [PATCH iwl-next v1] ice: Add a new counter for Rx > EIPE errors > > From: Aniruddha Paul <[email protected]> > > HW incorrectly reports EIPE errors on encapsulated packets > with L2 padding inside inner packet. HW shows outer UDP/IPV4 > packet checksum errors as part of the EIPE flags of the > Rx descriptor. These are reported only if checksum offload > is enabled and L3/L4 parsed flag is valid in Rx descriptor. > > When that error is reported by HW, we don't act on it > instead of incrementing main Rx errors statistic as it > would normally happen. > > Add a new statistic to count these errors since we still want > to print them. > > Signed-off-by: Aniruddha Paul <[email protected]> > Reviewed-by: Przemek Kitszel <[email protected]> > Reviewed-by: Jan Glaza <[email protected]> > Signed-off-by: Jan Sokolowski <[email protected]> > --- > drivers/net/ethernet/intel/ice/ice.h | 1 + > drivers/net/ethernet/intel/ice/ice_ethtool.c | 1 + > drivers/net/ethernet/intel/ice/ice_txrx_lib.c | 8 ++++++-- > 3 files changed, 8 insertions(+), 2 deletions(-) >
Tested-by: Pucha Himasekhar Reddy <[email protected]> (A Contingent worker at Intel)
