Re: [PATCH RFC net-next 2/6] net: phy: add support to set default rules

From: Jijie Shao
Date: Wed Dec 17 2025 - 20:36:02 EST



on 2025/12/17 21:53, Andrew Lunn wrote:
Some of our boards have only one LED, and we want to indicate both
link and active(TX and RX) status simultaneously.
Configuration is generally policy, which is normally done in
userspace. I would suggest a udev rule.

Andrew

Yes, the PHY LED framework supports configuration from user space,
allowing users to configure their preferred policies according to their own requirements.
I believe this is the original intention of the LED framework.

However, we cannot require users to actively configure policies,
nor can we restrict the types of OS versions they use.
Therefore, I personally think that the driver should still provide a reasonable default policy
to ensure that the LED behavior meets the needs of most scenarios.


Thanks!
Jijie Shao