test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH] test_plan: add testpmd command-line options
@ 2018-03-06  6:01 Peng Yuan
  2018-03-08 11:35 ` Liu, Yong
  0 siblings, 1 reply; 2+ messages in thread
From: Peng Yuan @ 2018-03-06  6:01 UTC (permalink / raw)
  To: dts; +Cc: Peng Yuan

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

Signed-off-by: Peng Yuan <yuan.peng@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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [dts] [PATCH] test_plan: add testpmd command-line options
  2018-03-06  6:01 [dts] [PATCH] test_plan: add testpmd command-line options Peng Yuan
@ 2018-03-08 11:35 ` Liu, Yong
  0 siblings, 0 replies; 2+ messages in thread
From: Liu, Yong @ 2018-03-08 11:35 UTC (permalink / raw)
  To: Peng Yuan, dts

Thanks, Yuan. Applied.

On 03/06/2018 02:01 PM, Peng Yuan wrote:
> add "--rxq=2 --txq=2" to PF testpmd command-line to enable RSS of VF.
>
> Signed-off-by: Peng Yuan<yuan.peng@intel.com>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-03-08  3:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-03-06  6:01 [dts] [PATCH] test_plan: add testpmd command-line options Peng Yuan
2018-03-08 11:35 ` Liu, Yong

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).