[dts] [PATCH V1] test_plans/shutdown_api: update enable_disablerss

Wenjie Li wenjiex.a.li at intel.com
Fri Jan 25 03:09:58 CET 2019


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 at 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



More information about the dts mailing list