From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MyL6Q-0004UQ-TC for qemu-devel@nongnu.org; Thu, 15 Oct 2009 03:50:26 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MyL6M-0004T3-4d for qemu-devel@nongnu.org; Thu, 15 Oct 2009 03:50:26 -0400 Received: from [199.232.76.173] (port=49920 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MyL6L-0004T0-Uw for qemu-devel@nongnu.org; Thu, 15 Oct 2009 03:50:22 -0400 Received: from fwil.voltaire.com ([193.47.165.2]:12639 helo=exil.voltaire.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MyL6L-0004XR-8f for qemu-devel@nongnu.org; Thu, 15 Oct 2009 03:50:21 -0400 Message-ID: <4AD6D43A.1050908@Voltaire.com> Date: Thu, 15 Oct 2009 09:50:18 +0200 From: Or Gerlitz MIME-Version: 1.0 Subject: Re: [Qemu-devel] Re: [PATCH-updated] qemu/net: add raw backend References: <20091014143415.GA29937@redhat.com> <4AD5E449.9070301@codemonkey.ws> <20091014152451.GA30179@redhat.com> <20091014153300.GA30889@redhat.com> <4AD6CF5E.4050109@Voltaire.com> <20091015074442.GD30889@redhat.com> In-Reply-To: <20091015074442.GD30889@redhat.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gleb Natapov Cc: Arnd Bergmann , qemu-devel@nongnu.org, "Michael S. Tsirkin" Gleb Natapov wrote: > Hard to beat that if you don't need performance Raw comes to provide performance... think of it as a lightweight vhost Or.