From patchwork Tue Nov 10 06:18:55 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Yufen.Mo" X-Patchwork-Id: 83876 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 2FFCFA052A; Tue, 10 Nov 2020 07:24:05 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 3C563AC90; Tue, 10 Nov 2020 07:24:03 +0100 (CET) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by dpdk.org (Postfix) with ESMTP id 1DB5369A4 for ; Tue, 10 Nov 2020 07:24:00 +0100 (CET) IronPort-SDR: xwOmSnNZIlNOczOQeupofrp2nWOhXt8oabGywGauPnW38NI1J19lesfOhlBsK1y8TXpjQAo/Ax m1B3NPHczkUQ== X-IronPort-AV: E=McAfee;i="6000,8403,9800"; a="149203853" X-IronPort-AV: E=Sophos;i="5.77,465,1596524400"; d="scan'208";a="149203853" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 09 Nov 2020 22:23:59 -0800 IronPort-SDR: C3vpAzVk8mlPZuGP6p2yo5LKJng4ZukcISzUtbgBYYS9BH79l189FFNDF0A2xVtGj3vvFaqVxX aq6Su/TJFlkg== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.77,465,1596524400"; d="scan'208";a="529660530" Received: from dpdk-moyufen06.sh.intel.com ([10.67.116.208]) by fmsmga006.fm.intel.com with ESMTP; 09 Nov 2020 22:23:58 -0800 From: yufengmx To: dts@dpdk.org, hailinx.xu@intel.com Cc: yufengmx Date: Tue, 10 Nov 2020 14:18:55 +0800 Message-Id: <20201110061858.5525-1-yufengx.mo@intel.com> X-Mailer: git-send-email 2.21.0 MIME-Version: 1.0 Subject: [dts] [PATCH V6 0/3] 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" v6: - update compile dep file name based on 20.11 rc3 change. - upload iavf_flexible_descriptor suite script for flexible iavf merged in 20.11 rc3. v5: - rebase source code 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 (3): flexible_rxd: unify common test content flexible_rxd: add mpls test cases iavf_flexible_descriptor: upload suite tests/TestSuite_flexible_rxd.py | 255 ++++------- tests/TestSuite_iavf_flexible_descriptor.py | 246 ++++++++++ tests/flexible_common.py | 483 ++++++++++++++++++++ 3 files changed, 825 insertions(+), 159 deletions(-) create mode 100644 tests/TestSuite_iavf_flexible_descriptor.py create mode 100644 tests/flexible_common.py Signed-off-by: Xu, HailinX Tested-by: Xu, HailinX