From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lucas Meneghel Rodrigues Subject: Re: [V2 PATCH 2/2] KVM test: Add vhost-net support Date: Mon, 11 Oct 2010 11:12:14 -0300 Message-ID: <1286806334.2397.26.camel@freedom> References: <1231434485.332471286588810698.JavaMail.root@zmail05.collab.prod.int.phx2.redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Cc: autotest@test.kernel.org, kvm@vger.kernel.org, mst@redhat.com To: Jason Wang Return-path: Received: from mx1.redhat.com ([209.132.183.28]:10403 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754612Ab0JKOMU (ORCPT ); Mon, 11 Oct 2010 10:12:20 -0400 In-Reply-To: <1231434485.332471286588810698.JavaMail.root@zmail05.collab.prod.int.phx2.redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: On Fri, 2010-10-08 at 21:46 -0400, Jason Wang wrote: > Hi Lucas: > > Vhost-net backend is only valid when we use tap, so it should work with > "nic_mode=tap". Maybe we could add a comment above the "vhost=on" to warn the > user to use tap when he need vhost. Ok, fair enough, that's what I've done for v3, that I just sent to the mailing list for future record and commited it: http://autotest.kernel.org/changeset/4846 Thank you very much! Lucas