diff options
author | Lukasz Majewski <[email protected]> | 2024-07-10 12:06:51 +0200 |
---|---|---|
committer | Lee Jones <[email protected]> | 2024-08-01 13:40:01 +0100 |
commit | 6b08d07cac64c0dcf1dbb4584bdf95d0f789a520 (patch) | |
tree | c12901556827093115e7db489d05c7614f0af15d /lib/crypto/mpi/mpiutil.c | |
parent | b5a7fc286c0f1a1f6e50b030a9450cf39ba100b1 (diff) |
leds: trigger: netdev: Add support for tx_err and rx_err notification with LEDs
This patch provides support for enabling blinking of LEDs when RX or TX
errors are detected.
Approach taken in this patch is similar to one for TX or RX data
transmission indication (i.e. TRIGGER_NETDEV_TX/RX attribute).
One can inspect transmission errors with:
ip -s link show eth0
Example LED configuration:
cd /sys/devices/platform/amba_pl@0/a001a000.leds/leds/
echo netdev > mode:blue/trigger && \
echo eth0 > mode:blue/device_name && \
echo 1 > mode:blue/tx_err
Signed-off-by: Lukasz Majewski <[email protected]>
Reviewed-by: Andrew Lunn <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Lee Jones <[email protected]>
Diffstat (limited to 'lib/crypto/mpi/mpiutil.c')
0 files changed, 0 insertions, 0 deletions