From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MEJT3-0000pU-6F for qemu-devel@nongnu.org; Wed, 10 Jun 2009 04:47:33 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MEJSy-0000XE-50 for qemu-devel@nongnu.org; Wed, 10 Jun 2009 04:47:32 -0400 Received: from [199.232.76.173] (port=47992 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MEJSx-0000WZ-Ut for qemu-devel@nongnu.org; Wed, 10 Jun 2009 04:47:28 -0400 Received: from mx2.redhat.com ([66.187.237.31]:41424) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MEJSw-0003A7-VE for qemu-devel@nongnu.org; Wed, 10 Jun 2009 04:47:27 -0400 Date: Wed, 10 Jun 2009 11:46:29 +0300 From: "Michael S. Tsirkin" Message-ID: <20090610084629.GB8614@redhat.com> References: <20090605204647.3355.81929.stgit@kvm.aw> <20090605204718.3355.28647.stgit@kvm.aw> <20090606204845.GC26877@redhat.com> <7162ab20906081201y4c598899mdfd5d42c42e17038@mail.gmail.com> <4A2D63EC.9040003@codemonkey.ws> <20090608192911.GA32168@redhat.com> <4A2D7CB6.5060101@codemonkey.ws> <20090609095701.GC1480@redhat.com> <20090609150012.GA3921@shareable.org> <4A2E82E8.6050209@siemens.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4A2E82E8.6050209@siemens.com> Subject: [Qemu-devel] Re: [PATCH 6/7] virtio-net: Add new RX filter controls List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jan Kiszka Cc: qemu-devel@nongnu.org, Alex Williamson On Tue, Jun 09, 2009 at 05:42:32PM +0200, Jan Kiszka wrote: > The same is true for PF_PACKET (or does libpcap actually use that > internally?). Haven't analyzed the reasons in details yet, but I bet > it's not solvable in user space. > > Jan I think you can load the veth module, and attach veth to a bridge. -- MST