Re: [libvirt] [PATCH v3 3/8] bandwidth: Create hierarchical shaping classes

2012-12-11 Thread Laine Stump
On 12/11/2012 11:09 AM, Michal Privoznik wrote: > These classes can borrow unused bandwidth. Basically, > only egress qdsics can have classes, therefore we can s/qdsic/qdisc/ > do this kind of traffic shaping only on host's outgoing, > that is domain's incoming traffic. > --- > src/lxc/lxc_proce

[libvirt] [PATCH v3 3/8] bandwidth: Create hierarchical shaping classes

2012-12-11 Thread Michal Privoznik
These classes can borrow unused bandwidth. Basically, only egress qdsics can have classes, therefore we can do this kind of traffic shaping only on host's outgoing, that is domain's incoming traffic. --- src/lxc/lxc_process.c |3 +- src/network/bridge_driver.c |3 +- src/qemu/qem