From patchwork Tue Oct 27 07:36:43 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Yufen.Mo" X-Patchwork-Id: 82276 Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 1FB2FA04B5; Tue, 27 Oct 2020 08:41:28 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 183692BD3; Tue, 27 Oct 2020 08:41:27 +0100 (CET) Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 4EC852BAA for ; Tue, 27 Oct 2020 08:41:24 +0100 (CET) IronPort-SDR: hmzXYU+Q3p0No3gVFV/WPSDEWvLbs3NzUHOSn/6wLKR7rzJKPUWfKY7HuLKV1b/Q/8NMW3CKiG u6c/IRXQVrUg== X-IronPort-AV: E=McAfee;i="6000,8403,9786"; a="185778609" X-IronPort-AV: E=Sophos;i="5.77,423,1596524400"; d="scan'208";a="185778609" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 Oct 2020 00:41:23 -0700 IronPort-SDR: yZjc5rlelj7txykNI6ZPrXy/psO2zFy0DjPk0qXmGENDc/tvRrmlwcqkAkVG1bzelf4QXyik74 Z6VvFdYRlSKQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.77,423,1596524400"; d="scan'208";a="318139798" Received: from dpdk-moyufen06.sh.intel.com ([10.67.116.208]) by orsmga003.jf.intel.com with ESMTP; 27 Oct 2020 00:41:20 -0700 From: yufengmx To: dts@dpdk.org, lihongx.ma@intel.com, zhaoyan.chen@intel.com Cc: yufengmx Date: Tue, 27 Oct 2020 15:36:43 +0800 Message-Id: <20201027073645.38197-1-yufengx.mo@intel.com> X-Mailer: git-send-email 2.21.0 MIME-Version: 1.0 Subject: [dts] [PATCH V4 0/2] flexible_rxd: add test cases for iavf/mpls X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.15 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" v4: - add non escape string limit. v3: - update compile dep file name based on 20.11 rc1 change. v2: - update iavf test content - change the 'flex_desc' to 'proto_xtr' when start testpmd. - change check_IPv4_IPv6_TCP_fields_in_RXD_on_specific_queues RXDIDs. v1: - add test cases for iavf/mpls. yufengmx (2): flexible_rxd: unify common test content flexible_rxd: add mpls test cases tests/TestSuite_flexible_rxd.py | 255 +++++++---------- tests/flexible_common.py | 482 ++++++++++++++++++++++++++++++++ 2 files changed, 578 insertions(+), 159 deletions(-) create mode 100644 tests/flexible_common.py