On Wed, May 21, 2025 at 04:23:32PM +0200, Dawid Osuchowski wrote: > Introduce a link_down_events counter to the i40e 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. > > Co-developed-by: Martyna Szapar-Mudlaw <[email protected]> > Signed-off-by: Martyna Szapar-Mudlaw <[email protected]> > Reviewed-by: Michal Swiatkowski <[email protected]> > Signed-off-by: Dawid Osuchowski <[email protected]> > --- > Based on series [1] from Martyna where this was implemented for ixgbe > and ice drivers. > > [1] > https://lore.kernel.org/netdev/[email protected]/
Reviewed-by: Simon Horman <[email protected]>
