From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 25BB51B4D1 for ; Mon, 24 Dec 2018 09:25:46 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 24 Dec 2018 00:25:46 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.56,391,1539673200"; d="scan'208";a="132461451" Received: from dts-maintain.sh.intel.com (HELO [10.67.119.110]) ([10.67.119.110]) by fmsmga001.fm.intel.com with ESMTP; 24 Dec 2018 00:25:45 -0800 To: Rami Rosen , dts@dpdk.org References: <20181223175805.3379-1-ramirose@gmail.com> From: Lijuan Tu Message-ID: <046f67ed-6e27-d40c-93ba-18e31cd80bf9@intel.com> Date: Tue, 25 Dec 2018 00:53:29 +0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.8.0 MIME-Version: 1.0 In-Reply-To: <20181223175805.3379-1-ramirose@gmail.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Content-Language: en-US Subject: Re: [dts] [PATCH] test_plans: fix a typo in VF vlan test plan 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: Mon, 24 Dec 2018 08:25:47 -0000 Applied, thanks On 2018年12月24日 01:58, Rami Rosen wrote: > This patch fixes a typo in VF VLAN test plan. The second VF > is 87:0a.0 and not 87:02.1, as can be seen from the previous command > echo 0000:87:0a.0 > /sys/bus/pci/drivers/pci-stub/bind > and also from the immediate following qemu option: > -device pci-assign,host=87:0a.0,id=pt_1 > > Signed-off-by: Rami Rosen > --- > test_plans/vf_vlan_test_plan.rst | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/test_plans/vf_vlan_test_plan.rst b/test_plans/vf_vlan_test_plan.rst > index 2cb6153..a916ee9 100644 > --- a/test_plans/vf_vlan_test_plan.rst > +++ b/test_plans/vf_vlan_test_plan.rst > @@ -74,7 +74,7 @@ Prerequisites > echo 0000:87:0a.0 > /sys/bus/pci/devices/0000:87:0a.0/driver/unbind > echo 0000:87:0a.0 > /sys/bus/pci/drivers/pci-stub/bind > > -3. Passthrough VFs 87:02.0 & 87:02.1 to vm0 and start vm0:: > +3. Passthrough VFs 87:02.0 & 87:0a.0 to vm0 and start vm0:: > > /usr/bin/qemu-system-x86_64 -name vm0 -enable-kvm \ > -cpu host -smp 4 -m 2048 -drive file=/home/image/sriov-fc20-1.img -vnc :1 \