From b536f0c874858530f1b1a6824b6db2b80b289017 Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Wed, 5 Jun 2024 14:33:43 +0200 Subject: [PATCH] doc: Update ChangeLog with QoS improvements --- doc/ChangeLog.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/ChangeLog.md b/doc/ChangeLog.md index 8afb1950b..7ab21aba2 100644 --- a/doc/ChangeLog.md +++ b/doc/ChangeLog.md @@ -30,6 +30,11 @@ All notable changes to the project are documented in this file. In these there are a lot of breaking changes, most likely you will need to redo your configuration from `factory-config`. - The Augeas package has been dropped, so `augtool` is no longer available +- VLAN interfaces can now map the incoming PCP value to the + kernel-internal priority on ingress, and perform the reverse mapping + on egress. +- `mv88e6xxx` ports can now use Linux's priority information to select + the appropriate egress queue, via the `mqprio` queuing discipline. ### Fixes - Add missing LICENSE hash for factory reset tool