[dts] [PATCH] test_plans: fix a typo in VF vlan test plan

Rami Rosen ramirose at gmail.com
Sun Dec 23 18:58:05 CET 2018


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 <ramirose at gmail.com>
---
 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 \
-- 
2.19.2



More information about the dts mailing list