From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LURXZ-00017B-6S for qemu-devel@nongnu.org; Tue, 03 Feb 2009 15:06:37 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LURXX-00014T-Ix for qemu-devel@nongnu.org; Tue, 03 Feb 2009 15:06:36 -0500 Received: from [199.232.76.173] (port=51907 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LURXX-00014I-9A for qemu-devel@nongnu.org; Tue, 03 Feb 2009 15:06:35 -0500 Received: from mail-fx0-f20.google.com ([209.85.220.20]:60399) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LURXW-000896-Kz for qemu-devel@nongnu.org; Tue, 03 Feb 2009 15:06:34 -0500 Received: by fxm13 with SMTP id 13so2657831fxm.10 for ; Tue, 03 Feb 2009 12:06:31 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <20090203193004.19598.51326.stgit@kvm.aw> References: <20090203192932.19598.50925.stgit@kvm.aw> <20090203193004.19598.51326.stgit@kvm.aw> Date: Tue, 3 Feb 2009 22:06:31 +0200 Message-ID: Subject: Re: [Qemu-devel] [PATCH v2 6/8] qemu:virtio-net: Enable filtering based on MAC, promisc, broadcast and allmulti From: Blue Swirl Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: markmc@redhat.com, kvm@vger.kernel.org On 2/3/09, Alex Williamson wrote: > Make use of the new RX_MODE control virtqueue class by dropping > packets the guest doesn't want to see. > > Signed-off-by: Alex Williamson > + static uint8_t bcast[] = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff}; 'const'?