]> xenbits.xensource.com Git - libvirt.git/commitdiff
formatdomain.html.in: Document implementation limitation of QoS
authorMichal Privoznik <mprivozn@redhat.com>
Fri, 26 Jul 2013 09:42:53 +0000 (11:42 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Fri, 26 Jul 2013 09:45:10 +0000 (11:45 +0200)
The outbound/@peak is ignored (since QoS was introduced). This is due to
kernel limitation of know allowing ingress filters to have peak just
average rate. However, we should document this limitation to not confuse
users.

docs/formatdomain.html.in

index d2cee678c88829862ff0b2a464b45ad02bbe7849..78e132ea7f1e935ed634fde03ac75f11241b746a 100644 (file)
@@ -3530,7 +3530,9 @@ qemu-kvm -net nic,model=? /dev/null
       <code>peak</code> speed. Accepted values for attributes are integer
       numbers. The units for <code>average</code> and <code>peak</code> attributes
       are kilobytes per second, and for the <code>burst</code> just kilobytes.
-      <span class="since">Since 0.9.4</span> The <code>inbound</code> can
+      Note the limitation of implementation: the <code>peak</code> attribute in
+      <code>outbound</code> element is ignored (as linux ingress filters don't
+      know it yet). <span class="since">Since 0.9.4</span> The <code>inbound</code> can
       optionally have <code>floor</code> attribute. This is there for
       guaranteeing minimal throughput for shaped interfaces. This, however,
       requires that all traffic goes through one point where QoS decisions can