Merge "Add list of all working DSCP marks"

This commit is contained in:
Zuul 2018-07-19 18:49:42 +00:00 committed by Gerrit Code Review
commit b60610fcc2
1 changed files with 4 additions and 1 deletions

View File

@ -23,7 +23,10 @@ Proposed Change
=============== ===============
We propose an update to the QoS API and OVS driver to support DSCP marks. We propose an update to the QoS API and OVS driver to support DSCP marks.
Valid DSCP mark values can be between 0 and 56, except 2-6, 42, 44, and 50-54. Valid DSCP mark values are even numbers between 0 and 56, except 2-6, 42, 44,
and 50-54. The full list of valid DSCP marks is:
0, 8, 10, 12, 14, 16, 18, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 46, 48, 56
This will serve as the reference implementation for how to use the QoS API to This will serve as the reference implementation for how to use the QoS API to
manage DSCP marks using the OVS driver. manage DSCP marks using the OVS driver.