[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <feb50784-4efc-4b2f-9c26-9c1b059fd9a8@linux.intel.com>
Date: Mon, 14 Apr 2025 15:03:49 +0200
From: "Szapar-Mudlaw, Martyna" <martyna.szapar-mudlaw@...ux.intel.com>
To: Ido Schimmel <idosch@...sch.org>
Cc: intel-wired-lan@...ts.osuosl.org, netdev@...r.kernel.org,
Michal Kubiak <michal.kubiak@...el.com>
Subject: Re: [PATCH iwl-next 1/2] ice: add link_down_events statistic
On 4/9/2025 2:06 PM, Ido Schimmel wrote:
> On Wed, Apr 09, 2025 at 01:36:23PM +0200, Martyna Szapar-Mudlaw wrote:
>> Introduce a new ethtool statistic to ice driver, `link_down_events`,
>> to track the number of times 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 counter increments when a link-down event occurs and is exposed
>> via ethtool stats as `link_down_events.nic`.
>
> Are you aware of commit 9a0f830f8026 ("ethtool: linkstate: add a
> statistic for PHY down events")?
>
> Better to report this via the generic counter than a driver-specific
> one.
>
Right, thank you for pointing this, I just submitted v2 where ethtool
get_link_ext_stats() interface is used.
Powered by blists - more mailing lists