From patchwork Thu Jul 1 13:57:35 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Huang, ZhiminX" X-Patchwork-Id: 95087 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 21ECEA0A0C; Thu, 1 Jul 2021 07:23:46 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id E854940141; Thu, 1 Jul 2021 07:23:45 +0200 (CEST) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by mails.dpdk.org (Postfix) with ESMTP id 5B74E40040 for ; Thu, 1 Jul 2021 07:23:44 +0200 (CEST) X-IronPort-AV: E=McAfee;i="6200,9189,10031"; a="208294845" X-IronPort-AV: E=Sophos;i="5.83,313,1616482800"; d="scan'208";a="208294845" Received: from orsmga007.jf.intel.com ([10.7.209.58]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Jun 2021 22:23:41 -0700 X-IronPort-AV: E=Sophos;i="5.83,313,1616482800"; d="scan'208";a="447746832" Received: from unknown (HELO localhost.localdomain) ([10.240.183.103]) by orsmga007-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Jun 2021 22:23:40 -0700 From: Zhimin Huang To: dts@dpdk.org Cc: qi.fu@intel.com, Zhimin Huang Date: Thu, 1 Jul 2021 21:57:35 +0800 Message-Id: <20210701135738.18513-1-zhiminx.huang@intel.com> X-Mailer: git-send-email 2.17.1 Subject: [dts] [PATCH V2 0/3] add new feature suite 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" add rte flow process add new feature test suite Zhimin Huang (3): tests/rte_flow_common:add common to process fdir tests/cvl_ip_fragment_rte_flow:add new feature test suite tests/cvl_iavf_ip_fragment_rte_flow:add new feature test suite ...TestSuite_cvl_iavf_ip_fragment_rte_flow.py | 498 ++++++++++++++++++ tests/TestSuite_cvl_ip_fragment_rte_flow.py | 493 +++++++++++++++++ tests/rte_flow_common.py | 219 +++++++- 3 files changed, 1207 insertions(+), 3 deletions(-) create mode 100644 tests/TestSuite_cvl_iavf_ip_fragment_rte_flow.py create mode 100644 tests/TestSuite_cvl_ip_fragment_rte_flow.py Acked-by: Fu, Qi