From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MSxUb-0008HK-Ug for qemu-devel@nongnu.org; Mon, 20 Jul 2009 14:21:41 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MSxUX-0008EW-IL for qemu-devel@nongnu.org; Mon, 20 Jul 2009 14:21:41 -0400 Received: from [199.232.76.173] (port=57288 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MSxUW-0008EI-PJ for qemu-devel@nongnu.org; Mon, 20 Jul 2009 14:21:36 -0400 Received: from mx2.redhat.com ([66.187.237.31]:43889) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MSxUV-0005Di-Qq for qemu-devel@nongnu.org; Mon, 20 Jul 2009 14:21:36 -0400 Date: Mon, 20 Jul 2009 21:20:32 +0300 From: "Michael S. Tsirkin" Subject: Re: [Qemu-devel] [PATCH] net: add raw backend - some performance measurements Message-ID: <20090720182032.GB18747@redhat.com> References: <20090701162115.GA4555@shareable.org> <4A4CA747.1050509@Voltaire.com> <20090703023911.GD938@shareable.org> <4A534EC4.5030209@voltaire.com> <20090707145739.GB14392@shareable.org> <4A54B0F1.3070201@voltaire.com> <20090715203806.GF3056@shareable.org> <4A647B72.5090404@Voltaire.com> <20090720155308.GA9327@gondor.apana.org.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20090720155308.GA9327@gondor.apana.org.au> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Herbert Xu Cc: Mark McLoughlin , Dor Laor , qemu-devel@nongnu.org, Or Gerlitz , Jan Kiszka On Mon, Jul 20, 2009 at 11:53:08PM +0800, Herbert Xu wrote: > On Mon, Jul 20, 2009 at 05:13:06PM +0300, Or Gerlitz wrote: > > > > with -net tap (tap + bridge) > > Is netfilter enabled on the bridge? If so you need to turn it off > because it's a huge security hole for virtualisation How is it a security hole? > and slows it > down heaps. > > Cheers,