qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH v2 5/5] qemu-iotests: Add 080 for IO throttling


From: Fam Zheng
Subject: Re: [Qemu-devel] [PATCH v2 5/5] qemu-iotests: Add 080 for IO throttling
Date: Tue, 11 Feb 2014 14:39:53 +0800
User-agent: Mutt/1.5.22 (2013-10-16)

On Mon, 02/10 13:32, Benoît Canet wrote:
> Le Friday 07 Feb 2014 à 18:43:33 (+0800), Fam Zheng a écrit :
> > +        nsec_per_sec = 1000000000
> > +
> > +        # With current interface we can't set burst to 0, they will be 
> > override
> > +        # to bps / 10 and iops / 10. Setting to 1 workarounds this and 
> > gets to
> > +        # a close effect as no burst, which is good enough for us
> > +        limits['bps_max'] = 1
> > +        limits['iops_max'] = 1
> Maybe the code should also set *rd_max = 1 and *wr_max= 1 to make the *_rd_* 
> and
> *_wr_* tests more accurate.

The code doesn't allow setting bps_rd_max together with bps_max. I think
bps_max has enough effective on burst, so it's not strictly necessary.

Fam



reply via email to

[Prev in Thread] Current Thread [Next in Thread]