From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 7568EA0C4B; Mon, 8 Nov 2021 07:00:56 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 4182F40151; Mon, 8 Nov 2021 07:00:56 +0100 (CET) Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by mails.dpdk.org (Postfix) with ESMTP id F40E140040 for ; Mon, 8 Nov 2021 07:00:54 +0100 (CET) X-IronPort-AV: E=McAfee;i="6200,9189,10161"; a="292998301" X-IronPort-AV: E=Sophos;i="5.87,217,1631602800"; d="scan'208";a="292998301" Received: from orsmga007.jf.intel.com ([10.7.209.58]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 07 Nov 2021 22:00:53 -0800 X-IronPort-AV: E=Sophos;i="5.87,217,1631602800"; d="scan'208";a="491088071" Received: from unknown (HELO localhost.localdomain) ([10.240.183.163]) by orsmga007-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-SHA; 07 Nov 2021 22:00:52 -0800 From: Yu Jiang To: yuan.peng@intel.com, dts@dpdk.org Cc: Yu Jiang Date: Mon, 8 Nov 2021 14:00:29 +0800 Message-Id: <1636351231-2373-1-git-send-email-yux.jiang@intel.com> X-Mailer: git-send-email 2.7.4 Subject: [dts] [PATCH V2 0/2] [PATCH V2] 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" [PATCH V2] pmdrss_hash: replace legacy filter with rte_flow Yu Jiang (2): test_plans/pmdrss_hash: replace legacy filter with rte_flow tests/pmdrss_hash: replace legacy filter with rte_flow conf/test_case_checklist.json | 11 +++- test_plans/pmdrss_hash_test_plan.rst | 46 +++++++++++++-- tests/TestSuite_pmdrss_hash.py | 107 +++++++++++++++++------------------ 3 files changed, 103 insertions(+), 61 deletions(-) -- 2.7.4