test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH V1] test_plans/shutdown_api: update enable_disablerss
@ 2019-01-25  2:09 Wenjie Li
  0 siblings, 0 replies; only message in thread
From: Wenjie Li @ 2019-01-25  2:09 UTC (permalink / raw)
  To: dts; +Cc: Wenjie Li

Update enable_disablerss test plan:
1. start testpmd with "--txq=16 --rxq=16".
2. change the command to enable rss.
3. check all forward packets are not in the same queue.

Signed-off-by: Wenjie Li <wenjiex.a.li@intel.com>
---
 test_plans/shutdown_api_test_plan.rst | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/test_plans/shutdown_api_test_plan.rst b/test_plans/shutdown_api_test_plan.rst
index 2d549e8..2d4cd74 100644
--- a/test_plans/shutdown_api_test_plan.rst
+++ b/test_plans/shutdown_api_test_plan.rst
@@ -160,15 +160,15 @@ Test Case: Enable/Disable Jumbo Frame
 Test Case: Enable/Disable RSS
 -----------------------------
 
-1. If the testpmd application is not launched, run it as above command. Follow
+1. If the testpmd application is not launched, run it as above command with parameter ``--txq=16 --rxq=16``. Follow
    below steps to check if it works well after reconfiguring all ports without
    changing any configurations.
 2. Run ``port stop all`` to stop all ports.
-3. Run ``port config rss ip`` to enable RSS.
+3. Run ``port config all rss ip`` to enable RSS.
 4. Run ``port start all`` to restart all ports.
 5. Run ``start`` again to restart the forwarding, then start packet generator to transmit
    and receive packets, and check if testpmd is able to receive and forward packets
-   successfully.
+   successfully and packets are not in the same queue.
 
 Test Case: Change the Number of rxd/txd
 ---------------------------------------
-- 
2.17.2

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2019-01-25  2:06 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-25  2:09 [dts] [PATCH V1] test_plans/shutdown_api: update enable_disablerss Wenjie Li

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).