From patchwork Thu Sep 2 11:35:01 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Yu Jiang X-Patchwork-Id: 97780 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 87B2DA0C47; Thu, 2 Sep 2021 13:35:34 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 7C4A740141; Thu, 2 Sep 2021 13:35:34 +0200 (CEST) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by mails.dpdk.org (Postfix) with ESMTP id 317254003E for ; Thu, 2 Sep 2021 13:35:33 +0200 (CEST) X-IronPort-AV: E=McAfee;i="6200,9189,10094"; a="219138841" X-IronPort-AV: E=Sophos;i="5.84,372,1620716400"; d="scan'208";a="219138841" Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 02 Sep 2021 04:35:27 -0700 X-IronPort-AV: E=Sophos;i="5.84,372,1620716400"; d="scan'208";a="533041695" Received: from unknown (HELO localhost.localdomain) ([10.240.183.163]) by fmsmga003-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-SHA; 02 Sep 2021 04:35:26 -0700 From: Yu Jiang To: dts@dpdk.org Cc: Yu Jiang Date: Thu, 2 Sep 2021 19:35:01 +0800 Message-Id: <1630582503-23756-1-git-send-email-yux.jiang@intel.com> X-Mailer: git-send-email 2.7.4 Subject: [dts] [PATCH V2 0/2] pmdrss_hash: replace legacy filter with rte_flow 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 Sender: "dts" According to dpdk commit 81db321da("ethdev: remove legacy HASH filter type support"), Modify pmdrss_hash test plan and script: 1, remove cases dynamic_rss_bond_config&simple_symmetric which are not support. 2, pmdrss_hash: replace legacy HASH filter with rte_flow. Yu Jiang (2): tests/pmdrss_hash: replace legacy filter with rte flow test_plans/pmdrss_hash: replace legacy filter with rte flow conf/test_case_checklist.json | 53 ------------------ test_plans/pmdrss_hash_test_plan.rst | 82 +++++++++++++-------------- tests/TestSuite_pmdrss_hash.py | 105 +++++++---------------------------- 3 files changed, 58 insertions(+), 182 deletions(-)