[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250512090515.1244601-2-martyna.szapar-mudlaw@linux.intel.com>
Date: Mon, 12 May 2025 11:05:14 +0200
From: Martyna Szapar-Mudlaw <martyna.szapar-mudlaw@...ux.intel.com>
To: intel-wired-lan@...ts.osuosl.org
Cc: netdev@...r.kernel.org,
Martyna Szapar-Mudlaw <martyna.szapar-mudlaw@...ux.intel.com>
Subject: [PATCH iwl-next v3 0/2] Add link_down_events counters to ixgbe and ice drivers
This series introduces link_down_events counters to the ixgbe and ice drivers.
The counters are incremented each time the link transitions from up to down,
allowing better diagnosis of link stability issues such as port flapping or
unexpected link drops.
The values are exposed via ethtool using the get_link_ext_stats() interface.
Martyna Szapar-Mudlaw (2):
ice: add link_down_events statistic
ixgbe: add link_down_events statistic
v3 -> v2:
ixgbe patch: rebased on latest ixgbe changes; added statistic for E610
no changes to ice driver patch
v2 -> v1:
used ethtool get_link_ext_stats() interface to expose counters
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 +++
drivers/net/ethernet/intel/ixgbe/ixgbe.h | 1 +
drivers/net/ethernet/intel/ixgbe/ixgbe_ethtool.c | 10 ++++++++++
drivers/net/ethernet/intel/ixgbe/ixgbe_main.c | 2 ++
6 files changed, 27 insertions(+)
--
2.47.0
Powered by blists - more mailing lists