aboutsummaryrefslogtreecommitdiff
path: root/vswitchd/vswitch.xml
diff options
context:
space:
mode:
authorEthan Jackson <ethan@nicira.com>2011-11-16 16:31:05 -0800
committerEthan Jackson <ethan@nicira.com>2011-11-23 12:06:54 -0800
commit8b36f51e0fdeb468058e4552858af03851b4fad3 (patch)
treef87a500e046a3ae537655a6f0066cdf135ab98ff /vswitchd/vswitch.xml
parent81b1afb19dcb4570efe1899ef99bffd2683321ed (diff)
vswitch: Implement dscp column of the Queue table.
The dscp column of the queue table instructs Open vSwitch to mark all traffic egressing the queue with the given DSCP bits in its tos field. Bug #7046.
Diffstat (limited to 'vswitchd/vswitch.xml')
-rw-r--r--vswitchd/vswitch.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/vswitchd/vswitch.xml b/vswitchd/vswitch.xml
index 746a11aa..8eba5cbf 100644
--- a/vswitchd/vswitch.xml
+++ b/vswitchd/vswitch.xml
@@ -1842,6 +1842,15 @@
Service (QoS) features. May be referenced by <ref column="queues"
table="QoS"/> column in <ref table="QoS"/> table.</p>
+ <column name="dscp">
+ If set, Open vSwitch will mark all traffic egressing this
+ <ref table="Queue"/> with the given DSCP bits. Traffic egressing the
+ default <ref table="Queue"/> is only marked if it was explicitly selected
+ as the <ref table="Queue"/> at the time the packet was output. If unset,
+ the DSCP bits of traffic egressing this <ref table="Queue"/> will remain
+ unchanged.
+ </column>
+
<group title="Configuration for min-rate QoS">
<p>
These key-value pairs are defined for <ref table="QoS"/> <ref