netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH iwl-next 0/2] Add link_down_events ethtool stat to ixgbe and ice
@ 2025-04-09 11:36 Martyna Szapar-Mudlaw
  2025-04-09 11:36 ` [PATCH iwl-next 1/2] ice: add link_down_events statistic Martyna Szapar-Mudlaw
  2025-04-09 11:36 ` [PATCH iwl-next 2/2] ixgbe: " Martyna Szapar-Mudlaw
  0 siblings, 2 replies; 9+ messages in thread
From: Martyna Szapar-Mudlaw @ 2025-04-09 11:36 UTC (permalink / raw)
  To: intel-wired-lan; +Cc: netdev, Martyna Szapar-Mudlaw

This series introduces a new ethtool statistic, link_down_events,
to both the ixgbe and ice drivers. The purpose of this counter is
to track the number of times the network link transitions from up to
down.
This statistic can help diagnose issues related to link stability,
such as port flapping or unexpected link drops. It is exposed via
ethtool.
Patch 1 adds this functionality to the ice driver, while patch 2 adds
the same support to the ixge driver.


Martyna Szapar-Mudlaw (2):
  ice: add link_down_events statistic
  ixgbe: add link_down_events statistic

 drivers/net/ethernet/intel/ice/ice.h             | 1 +
 drivers/net/ethernet/intel/ice/ice_ethtool.c     | 1 +
 drivers/net/ethernet/intel/ice/ice_main.c        | 3 +++
 drivers/net/ethernet/intel/ixgbe/ixgbe.h         | 1 +
 drivers/net/ethernet/intel/ixgbe/ixgbe_ethtool.c | 1 +
 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c    | 2 ++
 6 files changed, 9 insertions(+)

-- 
2.47.0


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2025-05-15 10:52 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-09 11:36 [PATCH iwl-next 0/2] Add link_down_events ethtool stat to ixgbe and ice Martyna Szapar-Mudlaw
2025-04-09 11:36 ` [PATCH iwl-next 1/2] ice: add link_down_events statistic Martyna Szapar-Mudlaw
2025-04-09 12:06   ` Ido Schimmel
2025-04-14 13:03     ` Szapar-Mudlaw, Martyna
2025-04-09 12:08   ` [Intel-wired-lan] " Paul Menzel
2025-04-14 13:12     ` Szapar-Mudlaw, Martyna
2025-05-12  9:27       ` Paul Menzel
2025-05-15 10:52         ` Szapar-Mudlaw, Martyna
2025-04-09 11:36 ` [PATCH iwl-next 2/2] ixgbe: " Martyna Szapar-Mudlaw

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).