From: Michal Privoznik Date: Fri, 26 Jul 2013 09:42:53 +0000 (+0200) Subject: formatdomain.html.in: Document implementation limitation of QoS X-Git-Tag: v1.1.1-rc2~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d7a4a9b2ffe134eaf33c1965ab29a0fae416e166;p=thirdparty%2Flibvirt.git formatdomain.html.in: Document implementation limitation of QoS 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. --- diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in index d2cee678c8..78e132ea7f 100644 --- a/docs/formatdomain.html.in +++ b/docs/formatdomain.html.in @@ -3530,7 +3530,9 @@ qemu-kvm -net nic,model=? /dev/null peak speed. Accepted values for attributes are integer numbers. The units for average and peak attributes are kilobytes per second, and for the burst just kilobytes. - Since 0.9.4 The inbound can + Note the limitation of implementation: the peak attribute in + outbound element is ignored (as linux ingress filters don't + know it yet). Since 0.9.4 The inbound can optionally have floor 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