From patchwork Fri Aug 27 21:12:50 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Huang, ZhiminX" X-Patchwork-Id: 97462 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 18083A0C41; Fri, 27 Aug 2021 14:40:00 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id E0B7B406B4; Fri, 27 Aug 2021 14:39:59 +0200 (CEST) Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by mails.dpdk.org (Postfix) with ESMTP id 411E740150 for ; Fri, 27 Aug 2021 14:39:58 +0200 (CEST) X-IronPort-AV: E=McAfee;i="6200,9189,10088"; a="198190500" X-IronPort-AV: E=Sophos;i="5.84,356,1620716400"; d="scan'208";a="198190500" Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 Aug 2021 05:39:57 -0700 X-IronPort-AV: E=Sophos;i="5.84,356,1620716400"; d="scan'208";a="528301422" Received: from unknown (HELO cvl_100g_103.icx.intel.com) ([10.240.183.103]) by fmsmga003-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 Aug 2021 05:39:56 -0700 From: Zhimin Huang To: dts@dpdk.org Cc: Zhimin Huang Date: Sat, 28 Aug 2021 05:12:50 +0800 Message-Id: <20210827211254.5114-1-zhiminx.huang@intel.com> X-Mailer: git-send-email 2.17.1 Subject: [dts] [PATCH V1 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 testplan and testcase in fdir, cover pf fdir and vf fdir. 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(-)