[dts] [PATCH] test_plans: ixgbe_vf_get_extra_queue_information correct the vf's device id

Peng Yuan yuan.peng at intel.com
Thu Nov 16 07:03:45 CET 2017


Signed-off-by: Peng Yuan <yuan.peng at intel.com>

diff --git a/test_plans/ixgbe_vf_get_extra_queue_information_test_plan.rst b/test_plans/ixgbe_vf_get_extra_queue_information_test_plan.rst
index 0840ed6..4942910 100644
--- a/test_plans/ixgbe_vf_get_extra_queue_information_test_plan.rst
+++ b/test_plans/ixgbe_vf_get_extra_queue_information_test_plan.rst
@@ -66,7 +66,10 @@ Prerequisites
 5. Detach VF from the host, bind them to pci-stub driver::
 
     modprobe pci-stub
-    echo "8086 10fb" > /sys/bus/pci/drivers/pci-stub/new_id
+
+   using `lspci -nn|grep -i ethernet` got VF device id "8086 10ed", then::
+
+    echo "8086 10ed" > /sys/bus/pci/drivers/pci-stub/new_id
     echo "0000:05:10.0" > /sys/bus/pci/drivers/ixgbevf/unbind
     echo "0000:05:10.0" > /sys/bus/pci/drivers/pci-stub/bind
 
-- 
2.5.0



More information about the dts mailing list