[dts] [PATCH] test_plan: add testpmd command-line options

Peng Yuan yuan.peng at intel.com
Tue Mar 6 07:01:17 CET 2018


add "--rxq=2 --txq=2" to PF testpmd command-line to enable RSS of VF.

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 e621eeb..aa94df2 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
@@ -136,7 +136,7 @@ Test case 2: DPDK PF, kernel VF, disable DCB mode
 
 1. start the testpmd on PF::
 
-    ./x86_64-native-linuxapp-gcc/app/testpmd -c 1ffff -n 4 -- -i --nb-cores=16
+    ./x86_64-native-linuxapp-gcc/app/testpmd -c 1ffff -n 4 -- -i --nb-cores=16 --rxq=2 --txq=2
 
 2. check if VF port is linked. if vf port is down, reload the ixgbevf driver::
 
-- 
2.5.0



More information about the dts mailing list