qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH] block/iscsi: handle BUSY condition


From: Peter Lieven
Subject: Re: [Qemu-devel] [PATCH] block/iscsi: handle BUSY condition
Date: Thu, 29 May 2014 22:11:56 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.4.0

Am 29.05.2014 21:17, schrieb Paolo Bonzini:
> Il 29/05/2014 20:41, Peter Lieven ha scritto:
>> static inline unsigned geo_rand_range(double m, double n) {
>>     return exp((log(m) + (double)rand() /
>>                (RAND_MAX / (log(n) - log(m) + log(1)) + log(1))));
>> }
>
> Yes, exactly (except that log(1) is zero, and was only needed in your case 
> because you were using integers).

Ok, you are right ;-)

are you okay with the rest of the patch for now? I don't think that we will 
need more than one retry in a BUSY condition
expect for extreme congestion scenarios.

Peter


>
> Paolo




reply via email to

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