From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Michael S. Tsirkin" Subject: Re: vhost-net patches Date: Tue, 27 Oct 2009 08:38:05 +0200 Message-ID: <20091027063805.GA26914@redhat.com> References: <20091022131332.GB6961@redhat.com> <1256232224.6601.17.camel@localhost.localdomain> <20091022174344.GA10821@redhat.com> <1256234420.27706.5.camel@w-sridhar.beaverton.ibm.com> <20091023110438.GA20229@redhat.com> <1256310168.4443.2.camel@localhost.localdomain> <1256310765.4443.4.camel@localhost.localdomain> <1256325855.17324.2.camel@localhost.localdomain> <20091025091117.GA9270@redhat.com> <1256593067.10142.10.camel@localhost.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Sridhar Samudrala , Shirley Ma , David Stevens , kvm@vger.kernel.org, sri@linux.vnet.ibm.com, mashirle@linux.vnet.ibm.com To: Shirley Ma Return-path: Received: from mx1.redhat.com ([209.132.183.28]:60919 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756258AbZJ0GkW (ORCPT ); Tue, 27 Oct 2009 02:40:22 -0400 Content-Disposition: inline In-Reply-To: <1256593067.10142.10.camel@localhost.localdomain> Sender: kvm-owner@vger.kernel.org List-ID: On Mon, Oct 26, 2009 at 02:37:47PM -0700, Shirley Ma wrote: > On Sun, 2009-10-25 at 11:11 +0200, Michael S. Tsirkin wrote: > > What is vnet0? > > That's a tap interface. I am binding raw socket to a tap interface and > it doesn't work. Does it support? Yes but you need to make host send packets out to tap as well, somehow. One way to do this is to assign IP address in a separate subnet to tap in host and to eth device in guest. > Thanks > Shirley