From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59958) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V2p1A-0001Zu-Cb for qemu-devel@nongnu.org; Fri, 26 Jul 2013 16:53:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V2p19-0002kj-KA for qemu-devel@nongnu.org; Fri, 26 Jul 2013 16:53:40 -0400 Received: from nodalink.pck.nerim.net ([62.212.105.220]:49741 helo=paradis.irqsave.net) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V2p19-0002kP-BQ for qemu-devel@nongnu.org; Fri, 26 Jul 2013 16:53:39 -0400 Date: Fri, 26 Jul 2013 22:55:25 +0200 From: =?iso-8859-1?Q?Beno=EEt?= Canet Message-ID: <20130726205525.GB5110@irqsave.net> References: <1374596968-20181-1-git-send-email-benoit@irqsave.net> <1374596968-20181-4-git-send-email-benoit@irqsave.net> <51F2CCD6.2020107@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline In-Reply-To: <51F2CCD6.2020107@redhat.com> Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH V3 for-1.6 3/5] block: Add support for throttling burst threshold in QMP and the command line. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eric Blake Cc: kwolf@redhat.com, qemu-devel@nongnu.org, stefanha@redhat.com > Kevin's series renamed these to have a dash in the name, and also moved > all the throttling parameters into a sub-struct. Does it make more > sense to have just '*throttling' with that sub-struct containing 12 > parameters, 6 for limits and 6 for thresholds, or would it be better to > have '*throttling' with 6 members for limits, as well as > '*throttling-threshold' with the other 6 members? Naming-wise, > throttling.bps-total and throttling-threshold.bps-total convey as much > information as throttling.bps-total and throttling.bps-total-threshold. In fact my series add up to 13 parameters. The last one is iops_sector_count so maybe I'll go the big sub-struct way= . Best regards Beno=EEt