From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MG4aX-0003fi-BQ for qemu-devel@nongnu.org; Mon, 15 Jun 2009 01:18:33 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MG4aS-0003cs-Kq for qemu-devel@nongnu.org; Mon, 15 Jun 2009 01:18:32 -0400 Received: from [199.232.76.173] (port=56435 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MG4aS-0003cV-C0 for qemu-devel@nongnu.org; Mon, 15 Jun 2009 01:18:28 -0400 Received: from ozlabs.org ([203.10.76.45]:56063) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MG4aR-0005Ci-Nj for qemu-devel@nongnu.org; Mon, 15 Jun 2009 01:18:28 -0400 From: Rusty Russell Subject: Re: [Qemu-devel] [PATCH] virtio-net: Remove RX_EXTRA feature Date: Mon, 15 Jun 2009 14:48:13 +0930 References: <20090612191626.4227.7273.stgit@kvm.aw> <20090614093954.GB6959@redhat.com> <7162ab20906140631m3b6270e4w3dc7291388a94068@mail.gmail.com> In-Reply-To: <7162ab20906140631m3b6270e4w3dc7291388a94068@mail.gmail.com> MIME-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200906151448.14205.rusty@rustcorp.com.au> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alex Williamson Cc: markmc@redhat.com, qemu-devel@nongnu.org, "Michael S. Tsirkin" On Sun, 14 Jun 2009 11:01:37 pm Alex Williamson wrote: > On Sun, Jun 14, 2009 at 3:39 AM, Michael S. Tsirkin wrote: > > On Fri, Jun 12, 2009 at 01:17:04PM -0600, Alex Williamson wrote: > >> No need to use a feature bit to identify the RX modes. The guest > >> will get an error back if the backend doesn't support these controls. > >> > >> Signed-off-by: Alex Williamson > > > > What's the motivation here - are we running out of feature bits already? > > Using feature bits for everything makes the interface more consistent > > and IMO easier to use. > > See the thread starting here: > > http://lists.gnu.org/archive/html/qemu-devel/2009-06/msg00519.html > > Both Rusty and Mark voted against the feature bit. Not quite. I was unclear. I support the use of a feature bit. My question is more meta. Features do need justification. (Not much, but some). It's hard to see the use case where this feature offers significant advantages over promisc. Without that, I'd wait until someone reports a need. Thanks, Rusty.