Re: [RFC PATCH 4/6] leds: trigger: add offload-phy-activity trigger
From: Ansuel Smith <ansuelsmth@gmail.com>
Date: 2021-11-07 22:46:35
Also in:
linux-devicetree, linux-leds, lkml, netdev
From: Ansuel Smith <ansuelsmth@gmail.com>
Date: 2021-11-07 22:46:35
Also in:
linux-devicetree, linux-leds, lkml, netdev
On Sun, Nov 07, 2021 at 02:42:37PM -0800, Randy Dunlap wrote:
On 11/7/21 9:57 AM, Ansuel Smith wrote:quoted
+config LEDS_OFFLOAD_TRIGGER_PHY_ACTIVITY + tristate "LED Offload Trigger for PHY Activity" + depends on LEDS_OFFLOAD_TRIGGERS + help + This allows LEDs to be configured to run by HW and offloaded based + on some rules. The LED will blink or be on based on the PHY Activity + for example on packet receive of based on the link speed.Cannot parse: of based on
Typo. "on packet receive or based on the link speed" You can find right below all the modes.
quoted
+ The current rules are:-- ~Randy
-- Ansuel