From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MGPD2-0001GO-BH for qemu-devel@nongnu.org; Mon, 15 Jun 2009 23:19:40 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MGPCx-0001GC-KE for qemu-devel@nongnu.org; Mon, 15 Jun 2009 23:19:39 -0400 Received: from [199.232.76.173] (port=39081 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MGPCx-0001G9-Ga for qemu-devel@nongnu.org; Mon, 15 Jun 2009 23:19:35 -0400 Received: from ozlabs.org ([203.10.76.45]:40339) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MGPCw-0000WY-Vr for qemu-devel@nongnu.org; Mon, 15 Jun 2009 23:19:35 -0400 From: Rusty Russell Subject: Re: [Qemu-devel] [PATCH] virtio-net: Remove RX_EXTRA feature Date: Tue, 16 Jun 2009 12:49:24 +0930 References: <20090612191626.4227.7273.stgit@kvm.aw> <200906151448.14205.rusty@rustcorp.com.au> <1245077144.4851.25.camel@lappy> In-Reply-To: <1245077144.4851.25.camel@lappy> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200906161249.25971.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 Tue, 16 Jun 2009 12:15:44 am Alex Williamson wrote: > On Mon, 2009-06-15 at 14:48 +0930, Rusty Russell wrote: > > 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 for clarifying, a need has been reported. DMX is a proprietary > OS that intends to run on KVM and make use of virtio-net. They would > like to be able to toggle unicast and multicast independently as well as > mask broadcast traffic. The original series re-arranged some of the > filter code in the virtio-net backend that allows these filter options > to drop out nicely. That's sufficient for me. Could you re-send feature-based patches if you're happy? Rusty.