From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34475) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VGWcO-0000ay-3V for qemu-devel@nongnu.org; Mon, 02 Sep 2013 12:04:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VGWcG-0006Ph-Kw for qemu-devel@nongnu.org; Mon, 02 Sep 2013 12:04:44 -0400 Received: from nodalink.pck.nerim.net ([62.212.105.220]:58994 helo=paradis.irqsave.net) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VGWcG-0006PU-C7 for qemu-devel@nongnu.org; Mon, 02 Sep 2013 12:04:36 -0400 Date: Mon, 2 Sep 2013 18:06:37 +0200 From: =?iso-8859-1?Q?Beno=EEt?= Canet Message-ID: <20130902160636.GH5073@irqsave.net> References: <1378053587-12121-1-git-send-email-benoit@irqsave.net> <1378053587-12121-2-git-send-email-benoit@irqsave.net> <20130902030832.GA9925@T430s.nay.redhat.com> <20130902101612.GA5073@irqsave.net> <5224AFF4.30901@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline In-Reply-To: <5224AFF4.30901@redhat.com> Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH V11 1/5] throttle: Add a new throttling API implementing continuous leaky bucket. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: =?iso-8859-1?Q?Beno=EEt?= Canet , kwolf@redhat.com, Fam Zheng , stefanha@gmail.com, qemu-devel@nongnu.org, stefanha@redhat.com > However, I think this is not what the code is doing right now, isn't it= ? Hi Paolo, I changed the code so it trigger only if the request size is bigger than op_size. Best regards Beno=EEt