[dts] [PATCH] test_plans vf&pf reset: use the correct VFs IDs.

Rami Rosen rami.rosen at intel.com
Fri Aug 25 00:30:09 CEST 2017


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 <rami.rosen at intel.com>
---
 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



More information about the dts mailing list