Re: [libvirt] [PATCH v1 04/11] bandwidth: Create rate update function

2012-12-03 Thread Michal Privoznik
On 30.11.2012 18:56, Laine Stump wrote: > On 11/19/2012 11:51 AM, Michal Privoznik wrote: >> This will be used whenever a NIC with guaranteed throughput is to >> be plugged into a bridge. It will adjust the average throughput of >> non guaranteed NICs (classid 1:2) to meet new requirements. >> ---

Re: [libvirt] [PATCH v1 04/11] bandwidth: Create rate update function

2012-11-30 Thread Laine Stump
On 11/19/2012 11:51 AM, Michal Privoznik wrote: > This will be used whenever a NIC with guaranteed throughput is to > be plugged into a bridge. It will adjust the average throughput of > non guaranteed NICs (classid 1:2) to meet new requirements. > --- > src/util/virnetdevbandwidth.c | 49 > +++

[libvirt] [PATCH v1 04/11] bandwidth: Create rate update function

2012-11-19 Thread Michal Privoznik
This will be used whenever a NIC with guaranteed throughput is to be plugged into a bridge. It will adjust the average throughput of non guaranteed NICs (classid 1:2) to meet new requirements. --- src/util/virnetdevbandwidth.c | 49 + src/util/virnetdevban