From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 3ED9D1150 for ; Fri, 25 Jan 2019 03:06:20 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 24 Jan 2019 18:06:19 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.56,519,1539673200"; d="scan'208";a="141144626" Received: from unknown (HELO localhost.localdomain.sh.intel.com) ([10.240.176.135]) by fmsmga001.fm.intel.com with ESMTP; 24 Jan 2019 18:06:18 -0800 From: Wenjie Li To: dts@dpdk.org Cc: Wenjie Li Date: Fri, 25 Jan 2019 10:09:58 +0800 Message-Id: <1548382198-31889-1-git-send-email-wenjiex.a.li@intel.com> X-Mailer: git-send-email 1.9.3 Subject: [dts] [PATCH V1] test_plans/shutdown_api: update enable_disablerss X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: test suite reviews and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jan 2019 02:06:20 -0000 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 --- 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