From mboxrd@z Thu Jan 1 00:00:00 1970 From: Shirley Ma Subject: Re: vhost-net patches Date: Fri, 23 Oct 2009 08:12:45 -0700 Message-ID: <1256310765.4443.4.camel@localhost.localdomain> References: <20091020173259.GA14639@redhat.com> <20091021201923.GA25520@redhat.com> <20091022123456.GA6682@redhat.com> <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> Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit Cc: Sridhar Samudrala , Shirley Ma , David Stevens , kvm@vger.kernel.org, sri@linux.vnet.ibm.com, mashirle@linux.vnet.ibm.com To: "Michael S. Tsirkin" Return-path: Received: from e34.co.us.ibm.com ([32.97.110.152]:39319 "EHLO e34.co.us.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752326AbZJWPM5 (ORCPT ); Fri, 23 Oct 2009 11:12:57 -0400 Received: from d03relay02.boulder.ibm.com (d03relay02.boulder.ibm.com [9.17.195.227]) by e34.co.us.ibm.com (8.14.3/8.13.1) with ESMTP id n9NF8E5k031964 for ; Fri, 23 Oct 2009 09:08:14 -0600 Received: from d03av04.boulder.ibm.com (d03av04.boulder.ibm.com [9.17.195.170]) by d03relay02.boulder.ibm.com (8.13.8/8.13.8/NCO v9.1) with ESMTP id n9NFCm4n222378 for ; Fri, 23 Oct 2009 09:12:56 -0600 Received: from d03av04.boulder.ibm.com (loopback [127.0.0.1]) by d03av04.boulder.ibm.com (8.12.11.20060308/8.13.3) with ESMTP id n9NFClBr022947 for ; Fri, 23 Oct 2009 09:12:48 -0600 In-Reply-To: <1256310168.4443.2.camel@localhost.localdomain> Sender: kvm-owner@vger.kernel.org List-ID: Hello Michael, Tested raw packet, it didn't work; switching to tap device, it is working. Qemu command is: x86_64-softmmu/qemu-system-x86_64 -s /home/xma/images/fedora10-2-vm -m 512 -drive file=/home/xma/images/fedora10-2-vm,if=virtio,index=0,boot=on -net tap,ifname=vnet0,script=no,downscript=no -net nic,macaddr=54:52:00:35:e3:73,model=virtio,vhost -no-acpi Shirley