From 4603649145d5ffb2fa84bb82d56f739997cd96bd Mon Sep 17 00:00:00 2001 From: Joachim Wiberg Date: Thu, 17 Oct 2024 16:01:51 +0200 Subject: [PATCH] doc: software led control disabled on styx Signed-off-by: Joachim Wiberg --- doc/ChangeLog.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/ChangeLog.md b/doc/ChangeLog.md index be5e2a52..2d0353d7 100644 --- a/doc/ChangeLog.md +++ b/doc/ChangeLog.md @@ -10,6 +10,9 @@ All notable changes to the project are documented in this file. addresses for interfaces! For details, see below issue #680. ### Changes +- Software control of port LEDs on the Styx platform has been disabled. + Default driver behavior, green link and green traffic blink, is kept + as-is, which should mitigate issues reported in #670 - Correcting documentation on QoS. For packets containing both a VLAN tag and an IP header, PCP priority takes precedence over DSCP priority (not vice versa).