> -----Original Message----- > From: Intel-wired-lan <[email protected]> On Behalf Of > Martyna Szapar-Mudlaw > Sent: 14 April 2025 18:30 > To: [email protected] > Cc: [email protected]; Martyna Szapar-Mudlaw > <[email protected]> > Subject: [Intel-wired-lan] [PATCH iwl-next v2 1/2] ice: add link_down_events > statistic > > Introduce a link_down_events counter to the ice driver, incremented each time > the link transitions from up to down. > This counter can help diagnose issues related to link stability, such as port > flapping or unexpected link drops. > > The value is exposed via ethtool's get_link_ext_stats() interface. > > Signed-off-by: Martyna Szapar-Mudlaw <[email protected]> > --- > drivers/net/ethernet/intel/ice/ice.h | 1 + > drivers/net/ethernet/intel/ice/ice_ethtool.c | 10 ++++++++++ > drivers/net/ethernet/intel/ice/ice_main.c | 3 +++ > 3 files changed, 14 insertions(+) >
Tested-by: Rinitha S <[email protected]> (A Contingent worker at Intel)
