From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 27FDCA6A for ; Sat, 30 Jul 2016 17:45:04 +0200 (CEST) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga104.fm.intel.com with ESMTP; 30 Jul 2016 08:45:03 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.28,445,1464678000"; d="scan'208";a="741920214" Received: from imail001.iil.intel.com ([10.184.207.12]) by FMSMGA003.fm.intel.com with ESMTP; 30 Jul 2016 08:45:02 -0700 Received: from cghost.iil.intel.com (cghost.iil.intel.com [143.185.141.151]) by imail001.iil.intel.com with ESMTP id u6UFixiQ003367; Sat, 30 Jul 2016 18:44:59 +0300 From: Rami Rosen To: yong.liu@intel.com Cc: dts@dpdk.org, Rami Rosen Date: Sat, 30 Jul 2016 18:48:25 +0300 Message-Id: <1469893705-48152-1-git-send-email-rami.rosen@intel.com> X-Mailer: git-send-email 2.7.4 Subject: [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: Sat, 30 Jul 2016 15:45:04 -0000 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.:: -- 2.7.4