From patchwork Mon Aug 16 15:45:18 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Sun, QinX" X-Patchwork-Id: 96943 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 E572FA0C46; Mon, 16 Aug 2021 09:12:49 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id B67A940395; Mon, 16 Aug 2021 09:12:49 +0200 (CEST) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by mails.dpdk.org (Postfix) with ESMTP id 645CF4003C for ; Mon, 16 Aug 2021 09:12:48 +0200 (CEST) X-IronPort-AV: E=McAfee;i="6200,9189,10077"; a="279550930" X-IronPort-AV: E=Sophos;i="5.84,324,1620716400"; d="scan'208";a="279550930" Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 16 Aug 2021 00:12:46 -0700 X-IronPort-AV: E=Sophos;i="5.84,324,1620716400"; d="scan'208";a="530256046" Received: from unknown (HELO cvl_tetser_105.icx.intel.com) ([10.240.183.105]) by fmsmga002-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 16 Aug 2021 00:12:44 -0700 From: Qin Sun To: dts@dpdk.org Cc: xueqin.lin@intel.com, Qin Sun Date: Mon, 16 Aug 2021 15:45:18 +0000 Message-Id: <20210816154520.9805-1-qinx.sun@intel.com> X-Mailer: git-send-email 2.17.1 Subject: [dts] [PATCH V1 0/2] add gre inner fdir cases for iavf 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" as dpdk enables iavf GRE tunnel feature, so add iavf fdir inner related cases, supported pattern: IPV4/IPV6+GRE+IPV4/IPV6+TCP/UDP, total 12 new cases Qin Sun (2): test_plans/iavf_fdir: add gre inner fdir cases for iavf tests/iavf_fdir: add gre inner fdir cases for iavf test_plans/iavf_fdir_test_plan.rst | 684 ++++++++++++++++++++++++++++- tests/TestSuite_iavf_fdir.py | 308 +++++++++++++ 2 files changed, 991 insertions(+), 1 deletion(-)