]> git.ipfire.org Git - thirdparty/libvirt.git/commit
bandwidth: add new 'floor' attribute
authorMichal Privoznik <mprivozn@redhat.com>
Fri, 16 Nov 2012 09:37:15 +0000 (10:37 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Tue, 11 Dec 2012 17:35:12 +0000 (18:35 +0100)
commitec6474b245362b56b651b3daf3bae5d0cd862229
treeea7b528598b7d2449b262b3d19900dce5e13c6f5
parent7e5040bd200b9ca401a5beb250f95d61a0edbf74
bandwidth: add new 'floor' attribute

This is however supported only on domain interfaces with
type='network'. Moreover, target network needs to have at least
inbound QoS set. This is required by hierarchical traffic shaping.

From now on, the required attribute for <inbound/> is either 'average'
(old) or 'floor' (new). This new attribute can be used just for
interfaces type of network (<interface type='network'/>) currently.
docs/formatdomain.html.in
docs/schemas/networkcommon.rng
src/conf/domain_conf.c
src/conf/netdev_bandwidth_conf.c
src/conf/netdev_bandwidth_conf.h
src/conf/network_conf.c
src/util/virnetdevbandwidth.h