From ed4a70c9eaa347c4775ab8cd9f336ca1579b9336 Mon Sep 17 00:00:00 2001 From: Nate Johnston Date: Mon, 16 Jul 2018 11:26:20 -0400 Subject: [PATCH] Add list of all working DSCP marks There is no place in the documentation that explicitly lists the valid DSCP marks, except for an incomplete hint in the DSCP spec in neutron-specs. This provides an explicit list. Change-Id: Ic350c88e59c33d98b54086707c9add05cf137dc2 Closes-Bug: #1781915 (cherry picked from commit b935f9d9a7c7bc872b49d66ce6ee586283ce69c0) --- doc/source/admin/config-qos.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/doc/source/admin/config-qos.rst b/doc/source/admin/config-qos.rst index cfb4550340b..9494d84f161 100644 --- a/doc/source/admin/config-qos.rst +++ b/doc/source/admin/config-qos.rst @@ -70,6 +70,15 @@ updated: port or network. +Valid DSCP Marks +---------------- + +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 + + Configuration ~~~~~~~~~~~~~