From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id AA84ACE7 for ; Wed, 3 Aug 2016 03:25:13 +0200 (CEST) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga103.jf.intel.com with ESMTP; 02 Aug 2016 18:25:13 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.28,463,1464678000"; d="scan'208";a="1007368429" Received: from stv-crb-56.sh.intel.com (HELO [10.239.128.116]) ([10.239.128.116]) by orsmga001.jf.intel.com with ESMTP; 02 Aug 2016 18:25:12 -0700 Message-ID: <57A148B6.5070704@intel.com> Date: Wed, 03 Aug 2016 09:28:22 +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: <1469893705-48152-1-git-send-email-rami.rosen@intel.com> In-Reply-To: <1469893705-48152-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: sriov_kvm: fix binding a VF with a wrong address. 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, 03 Aug 2016 01:25:14 -0000 Thanks, applied. On 07/30/2016 11:48 PM, Rami Rosen wrote: > This patch fixes usage of a wrong address in binding a VF in > test_plans/sriov_kvm_test_plan.rst. > > 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 52dd0ca..7bad8b0 100644 > --- a/test_plans/sriov_kvm_test_plan.rst > +++ b/test_plans/sriov_kvm_test_plan.rst > @@ -65,7 +65,7 @@ used to generate 2VFs and make them in pci-stub modes.:: > echo 0000:08:10.0 >/sys/bus/pci/devices/0000\:08\:10.0/driver/unbind > echo 0000:08:10.2 >/sys/bus/pci/devices/0000\:08\:10.2/driver/unbind > echo 0000:08:10.0 >/sys/bus/pci/drivers/pci-stub/bind > - echo 0000:08:10.0 >/sys/bus/pci/drivers/pci-stub/bind > + echo 0000:08:10.2 >/sys/bus/pci/drivers/pci-stub/bind > > Start PF driver on the Host and skip the VFs.:: >