From patchwork Thu Jun 23 15:37:56 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Jiale, SongX" X-Patchwork-Id: 113313 Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 9C58BA00C3; Thu, 23 Jun 2022 09:13:35 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 8CBB74069D; Thu, 23 Jun 2022 09:13:35 +0200 (CEST) Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by mails.dpdk.org (Postfix) with ESMTP id F0E004067B for ; Thu, 23 Jun 2022 09:13:31 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1655968413; x=1687504413; h=from:to:cc:subject:date:message-id; bh=95ulCQVwlKA2EZ5LXyhVWEqGnfYFD6lXNE+j+VBc6go=; b=eId8VQgoTyAOluuUYoqLlIuzWdfABmlVu0seBTatSniWuCnyQ12LA0t7 jahnAB5xwEnxT4gcc6ELYQ1f6ru+aB94DX0HJtxa47o0WmElDWt3QlaTK SMVA0+kMCBib6sICR7BmjSRHzYSFpdyJp6vbES+ntufO9LO3W+GGb1WJV 3/nJgdP3D8FbBhgHRzdwA88X34ZaXLuqr3CQMysT/oZioEs8AUN+MKowF WyUYfP/6eqK4K4o/pgvXdMp69ImobWvwNVHWdNKjRZf1p0DU9czfB0ClC Z839nGwWXxE1KQ17KFIw+njGMPXaKfgsIXzzY0vMZiYLMFMKHLZY0SBJT w==; X-IronPort-AV: E=McAfee;i="6400,9594,10386"; a="281376520" X-IronPort-AV: E=Sophos;i="5.92,215,1650956400"; d="scan'208";a="281376520" Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 23 Jun 2022 00:13:29 -0700 X-IronPort-AV: E=Sophos;i="5.92,215,1650956400"; d="scan'208";a="592578019" Received: from unknown (HELO localhost.localdomain) ([10.239.252.94]) by fmsmga007-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 23 Jun 2022 00:13:27 -0700 From: Jiale Song To: dts@dpdk.org Cc: Jiale Song Subject: [dts] [PATCH V3] tests/ice_iavf_rss_configure: add a case Date: Thu, 23 Jun 2022 15:37:56 +0000 Message-Id: <20220623153756.18119-1-songx.jiale@intel.com> X-Mailer: git-send-email 2.17.1 X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: test suite reviews and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dts-bounces@dpdk.org add a case to test config RSS default. Signed-off-by: Jiale Song --- .../ice_iavf_rss_configure_test_plan.rst | 23 ++++++++++++++++++- tests/TestSuite_ice_iavf_rss_configure.py | 6 +++++ 2 files changed, 28 insertions(+), 1 deletion(-) diff --git a/test_plans/ice_iavf_rss_configure_test_plan.rst b/test_plans/ice_iavf_rss_configure_test_plan.rst index 86ab957c..354840ba 100644 --- a/test_plans/ice_iavf_rss_configure_test_plan.rst +++ b/test_plans/ice_iavf_rss_configure_test_plan.rst @@ -60,7 +60,7 @@ Basic test steps * testpmd runtime functions:: - port config all rss ip/udp/tcp/sctp/none/all + port config all rss ip/udp/tcp/sctp/none/all/default * The ``none`` option is equivalent to the ``--disable-rss`` command-line option. * The `` ip`` option is equivalent to the ``--rss-ip`` command-line option. @@ -190,6 +190,22 @@ Basic test steps | +------------------------------+--------------------------+-----------------------------+-------------------------+ | | | | MAC_IPV6_SCTP | different hash value | +-------------------------------+------------------------------+--------------------------+-----------------------------+-------------------------+ + | | ALL | all | MAC_IPV4_PAY | record hash value | + | +------------------------------+--------------------------+-----------------------------+-------------------------+ + | | | | MAC_IPV4_UDP | different hash value | + | +------------------------------+--------------------------+-----------------------------+-------------------------+ + | | | | MAC_IPV4_TCP | different hash value | + | +------------------------------+--------------------------+-----------------------------+-------------------------+ + | | | | MAC_IPV4_SCTP | different hash value | + | default +------------------------------+--------------------------+-----------------------------+-------------------------+ + | | | | MAC_IPV6_PAY | record hash value | + | +------------------------------+--------------------------+-----------------------------+-------------------------+ + | | | | MAC_IPV6_UDP | different hash value | + | +------------------------------+--------------------------+-----------------------------+-------------------------+ + | | | | MAC_IPV6_TCP | different hash value | + | +------------------------------+--------------------------+-----------------------------+-------------------------+ + | | | | MAC_IPV6_SCTP | different hash value | + +-------------------------------+------------------------------+--------------------------+-----------------------------+-------------------------+ | | | | MAC_IPV4_PAY | no hash value | | +------------------------------+--------------------------+-----------------------------+-------------------------+ | | | | MAC_IPV4_SCTP | no hash value | @@ -273,6 +289,11 @@ Test Case: test_iavf_rss_configure_to_all Set rss to all with testpmd runtime func, transmit different protocol packets, and check hash results. +Test Case: test_iavf_rss_configure_to_default +============================================= + +Set rss to default with testpmd runtime func, transmit different protocol packets, and check hash results. + Test Case: test_iavf_rss_configure_to_none ========================================== diff --git a/tests/TestSuite_ice_iavf_rss_configure.py b/tests/TestSuite_ice_iavf_rss_configure.py index 8194c81d..b227ca54 100644 --- a/tests/TestSuite_ice_iavf_rss_configure.py +++ b/tests/TestSuite_ice_iavf_rss_configure.py @@ -227,6 +227,8 @@ tvs_mac_disable_rss = eval( .replace("check_hash_different", "check_no_hash") ) +tvs_mac_default = tvs_mac_all + class IAVFRSSConfigureTest(TestCase): def set_up_all(self): @@ -360,6 +362,10 @@ class IAVFRSSConfigureTest(TestCase): self.set_rss_configure(rss_type="none") self.rssprocess.handle_rss_distribute_cases(cases_info=tvs_mac_disable_rss) + def test_iavf_rss_configure_to_default(self): + self.set_rss_configure(rss_type="default") + self.rssprocess.handle_rss_distribute_cases(cases_info=tvs_mac_default) + def test_iavf_rss_command_line_to_ip(self): self.restart_testpmd(cmd_line="--rss-ip") self.rssprocess.handle_rss_distribute_cases(cases_info=tvs_mac_ip)