From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id A58552934 for ; Wed, 14 Dec 2016 09:05:26 +0100 (CET) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga104.jf.intel.com with ESMTP; 14 Dec 2016 00:05:25 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,345,1477983600"; d="scan'208";a="1081615776" Received: from stv-crb-56.sh.intel.com (HELO [10.239.128.116]) ([10.239.128.116]) by fmsmga001.fm.intel.com with ESMTP; 14 Dec 2016 00:05:24 -0800 Message-ID: <5850FCB3.3050802@intel.com> Date: Wed, 14 Dec 2016 16:02:59 +0800 From: "Liu, Yong" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-Version: 1.0 To: Rami Rosen CC: dts@dpdk.org References: <1481460752-6078-1-git-send-email-rami.rosen@intel.com> In-Reply-To: <1481460752-6078-1-git-send-email-rami.rosen@intel.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [dts] [PATCH] test_plans: use VM0 instead VM1 in sriov_kvm_test_plan.rst. X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: test suite reviews and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Dec 2016 08:05:27 -0000 Thanks Rami for notice this. applied. On 12/11/2016 08:52 PM, Rami Rosen wrote: > When mentioning "Similar for", the intention is: similar to the VM which > was previously discussed, which is VM0 and not VM1. > > Signed-off-by: Rami Rosen > --- > test_plans/sriov_kvm_test_plan.rst | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/test_plans/sriov_kvm_test_plan.rst b/test_plans/sriov_kvm_test_plan.rst > index 7bad8b0..5317d10 100644 > --- a/test_plans/sriov_kvm_test_plan.rst > +++ b/test_plans/sriov_kvm_test_plan.rst > @@ -91,7 +91,7 @@ The /etc/qemu-ifup can be below script, need you to create first:: > exit 1 > fi > > -Similar for VM1, please refer to below command for VM1:: > +Similar for VM0, please refer to below command for VM1:: > > qemu-system-x86_64 -name vm1 -enable-kvm -m 2048 -smp 4 -cpu host -drive file=/root/Downloads/vm1.img -net nic,macaddr=00:00:00:00:00:02 -net tap,script=/etc/qemu-ifup -device pci-assign,host=08:10.2 -vnc :4 -daemonize >