X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=vswitchd%2Fvswitch.xml;h=7cfba180cb899151599b59b67094ca1cd5a9a5b1;hb=80642190644ae6fbcf485924b1c59e67d0be8a87;hp=89bada31dfd0dc4065bc6595174c34590b9a0b3d;hpb=94db54073ea372406d4d82a009301984b097bc6b;p=openvswitch diff --git a/vswitchd/vswitch.xml b/vswitchd/vswitch.xml index 89bada31..7cfba180 100644 --- a/vswitchd/vswitch.xml +++ b/vswitchd/vswitch.xml @@ -369,6 +369,14 @@ xx:xx:xx:xx:xx:xx to set the hardware address of the local port and influence the datapath ID. +
in-band-queue
+
+ A queue ID as a nonnegative integer. This sets the OpenFlow queue + ID that will be used by flows set up by in-band control on this + bridge. If unset, or if the port used by an in-band control flow + does not have QoS configured, or if the port does not have a queue + with the specified ID, the default queue is used instead. +
@@ -1028,6 +1036,14 @@ for information on how this classifier works and how to configure it. +
+
linux-hfsc
+
+ Linux "Hierarchical Fair Service Curve" classifier. + See http://linux-ip.net/articles/hfsc.en/ for + information on how this classifier works. +
+
@@ -1042,8 +1058,8 @@

Key-value pairs for configuring QoS features that depend on .

-

The linux-htb class supports the following key-value - pairs:

+

The linux-htb and linux-hfsc classes support + the following key-value pairs:

max-rate
Maximum rate shared by all queued traffic, in bit/s. @@ -1102,6 +1118,17 @@ a queue with a larger value receives any. Specific priority values are unimportant; only relative ordering matters.
+

The key-value pairs defined for of linux-hfsc are:

+
+
min-rate
+
Minimum guaranteed bandwidth, in bit/s. Required.
+
max-rate
+
Maximum allowed bandwidth, in bit/s. Optional. If specified, the + queue's rate will not be allowed to exceed the specified value, even + if excess bandwidth is available. If unspecified, defaults to no + limit.
+