Doc fix on QoS. PCP takes priority over DSCP for tagged IP packets

This is how it works and how we want it to be by default.
No code change, just doc change.

[skip ci]
This commit is contained in:
Jon-Olov Vatn
2024-10-16 07:49:30 +02:00
parent 08348c43c2
commit de76b97c94
2 changed files with 5 additions and 2 deletions
+3
View File
@@ -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
- 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).
- Update CONTRIBUTING.md for scaling core team and helping external
contributors understand the development process, issue #672
- OSPF: Add limitation to only allow one interface per area
+2 -2
View File
@@ -54,8 +54,8 @@ significant bits of the DSCP is used to select the queue:
| 6 | 48-55 | ⇒ | 6 | 25 |
| 7 | 56-63 | ⇒ | 7 | 33 |
For packets containing both a VLAN tag and an IP header, DSCP priority
takes precedence over PCP priority. In cases where neither are
For packets containing both a VLAN tag and an IP header, PCP priority
takes precedence over DSCP priority. In cases where neither are
available, packets are always assigned to queue 0.
Each port's set of 8 egress queues operate on a Weighted Round Robin