From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 2CBF77D3A for ; Fri, 25 Aug 2017 00:29:50 +0200 (CEST) Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 24 Aug 2017 15:29:50 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.41,423,1498546800"; d="scan'208";a="143658310" Received: from imail001.iil.intel.com ([10.184.207.12]) by fmsmga005.fm.intel.com with ESMTP; 24 Aug 2017 15:29:49 -0700 Received: from PAE-i-server5.iil.intel.com (pae-i-server5.iil.intel.com [143.185.141.162]) by imail001.iil.intel.com with ESMTP id v7OMUECN008328; Fri, 25 Aug 2017 01:30:14 +0300 From: Rami Rosen To: yong.liu@intel.com Cc: dts@dpdk.org, Rami Rosen Date: Fri, 25 Aug 2017 01:30:09 +0300 Message-Id: <20170824223009.22099-1-rami.rosen@intel.com> X-Mailer: git-send-email 2.11.0 Subject: [dts] [PATCH] test_plans vf&pf reset: use the correct VFs IDs. 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: Thu, 24 Aug 2017 22:29:51 -0000 This patch fixes the first test case in the vf_pf reset test plan to use the correct VFs IDs. Since we create two VFs using 0000:81:00.0, the VFs are 81:02.0, 81:02.1 and not 82:02.0, 82:02.1. Signed-off-by: Rami Rosen --- test_plans/vf_pf_reset_test_plan.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_plans/vf_pf_reset_test_plan.rst b/test_plans/vf_pf_reset_test_plan.rst index 3a939bbc55d2..f59ab817805e 100644 --- a/test_plans/vf_pf_reset_test_plan.rst +++ b/test_plans/vf_pf_reset_test_plan.rst @@ -75,7 +75,7 @@ Test Case 1: vf reset -- create two vfs on one pf 3. Bind the VFs to dpdk driver:: - ./tools/dpdk-devbind.py -b vfio-pci 82:02.0 82:02.1 + ./tools/dpdk-devbind.py -b vfio-pci 81:02.0 81:02.1 4. Set the VLAN id of VF1 and VF2:: -- 2.11.0