From patchwork Tue Sep 14 18:12:00 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Huang, ZhiminX" X-Patchwork-Id: 98844 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 2ADEAA0C46; Tue, 14 Sep 2021 11:41:35 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 1EFB74068F; Tue, 14 Sep 2021 11:41:35 +0200 (CEST) Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by mails.dpdk.org (Postfix) with ESMTP id 92DD54003C for ; Tue, 14 Sep 2021 11:41:33 +0200 (CEST) X-IronPort-AV: E=McAfee;i="6200,9189,10106"; a="282942475" X-IronPort-AV: E=Sophos;i="5.85,292,1624345200"; d="scan'208";a="282942475" Received: from orsmga007.jf.intel.com ([10.7.209.58]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 14 Sep 2021 02:41:32 -0700 X-IronPort-AV: E=Sophos;i="5.85,292,1624345200"; d="scan'208";a="471919022" Received: from unknown (HELO localhost.localdomain) ([10.240.183.103]) by orsmga007-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 14 Sep 2021 02:41:31 -0700 From: Zhimin Huang To: dts@dpdk.org Cc: xueqin.lin@intel.com, Zhimin Huang Date: Wed, 15 Sep 2021 02:12:00 +0800 Message-Id: <20210914181204.20088-1-zhiminx.huang@intel.com> X-Mailer: git-send-email 2.17.1 Subject: [dts] [PATCH V2 0/4] enable esp 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 21.08 new feature,enable esp flow to support match outer ip header. take esp and outer ip src/dst input set,add new case in pf and vf fdir. v2: - fix comments grammatical issue Zhimin Huang (4): test_plans/cvl_fdir_test_plan:add esp flow test plan test_plans/iavf_fdir_test_plan:add esp flow test plan tests/cvl_fdir:add esp flow test case tests/iavf_fdir:add esp flow test case test_plans/cvl_fdir_test_plan.rst | 457 +++++++++++++++++++++++++++++ test_plans/iavf_fdir_test_plan.rst | 253 +++++++++++++--- tests/TestSuite_cvl_fdir.py | 336 +++++++++++++++++++++ tests/TestSuite_iavf_fdir.py | 162 +++++++--- 4 files changed, 1138 insertions(+), 70 deletions(-)