Re: [libvirt] [PATCH v1 10/11] bandwidth: Attach sfq to leaf node

2012-12-03 Thread Michal Privoznik
On 30.11.2012 22:00, Laine Stump wrote: > On 11/19/2012 11:51 AM, Michal Privoznik wrote: >> SFQ is qdisc which doesn't really shape any traffic but >> 'just' re-arrange packets in sending buffer so no stream >> starve. The goal is to ensure fairness. There is basically >> only one configuration p

Re: [libvirt] [PATCH v1 10/11] bandwidth: Attach sfq to leaf node

2012-11-30 Thread Laine Stump
On 11/19/2012 11:51 AM, Michal Privoznik wrote: > SFQ is qdisc which doesn't really shape any traffic but > 'just' re-arrange packets in sending buffer so no stream > starve. The goal is to ensure fairness. There is basically > only one configuration parameter (perturb) which is set to > advised v

[libvirt] [PATCH v1 10/11] bandwidth: Attach sfq to leaf node

2012-11-19 Thread Michal Privoznik
SFQ is qdisc which doesn't really shape any traffic but 'just' re-arrange packets in sending buffer so no stream starve. The goal is to ensure fairness. There is basically only one configuration parameter (perturb) which is set to advised value of 10. --- src/util/virnetdevbandwidth.c | 10