From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 18B4FA04DD; Thu, 19 Nov 2020 09:36:36 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id C9369F90; Thu, 19 Nov 2020 09:36:34 +0100 (CET) Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id 230A1F3E for ; Thu, 19 Nov 2020 09:36:32 +0100 (CET) IronPort-SDR: UjnmBc+Do9yB8+764UsDDQgJkLP+mWt5ZG2/fVwZNXyGhaJWa3er7w/pcPqoHVRnmpvtOSELyG ZuDGOohg1PDw== X-IronPort-AV: E=McAfee;i="6000,8403,9809"; a="232867691" X-IronPort-AV: E=Sophos;i="5.77,490,1596524400"; d="scan'208";a="232867691" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 19 Nov 2020 00:36:31 -0800 IronPort-SDR: SvhsBnyNnbfudg1QUtvhrZuHL2xgI9KNISCwUIHlnIFfpDj2fN2eLIFJCKIi4mOymVqFqfRWV7 flkzjFWPl3dA== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.77,490,1596524400"; d="scan'208";a="476726840" Received: from fmsmsx603.amr.corp.intel.com ([10.18.126.83]) by orsmga004.jf.intel.com with ESMTP; 19 Nov 2020 00:36:30 -0800 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by fmsmsx603.amr.corp.intel.com (10.18.126.83) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1713.5; Thu, 19 Nov 2020 00:36:29 -0800 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by SHSMSX601.ccr.corp.intel.com (10.109.6.141) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1713.5; Thu, 19 Nov 2020 16:36:28 +0800 Received: from shsmsx601.ccr.corp.intel.com ([10.109.6.141]) by SHSMSX601.ccr.corp.intel.com ([10.109.6.141]) with mapi id 15.01.1713.004; Thu, 19 Nov 2020 16:36:28 +0800 From: "Tu, Lijuan" To: "Mo, YufengX" , "dts@dpdk.org" , "Xu, HailinX" CC: "Mo, YufengX" Thread-Topic: [dts] [PATCH V6 0/3] flexible_rxd: add test cases for iavf/mpls Thread-Index: AQHWtyolMmb3ExTTxE+UmfRclcwEpanPL6wg Date: Thu, 19 Nov 2020 08:36:27 +0000 Message-ID: <97475b635ee8435ba777c4b4f9d4831c@intel.com> References: <20201110061858.5525-1-yufengx.mo@intel.com> In-Reply-To: <20201110061858.5525-1-yufengx.mo@intel.com> Accept-Language: zh-CN, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-reaction: no-action dlp-version: 11.5.1.3 dlp-product: dlpe-windows x-originating-ip: [10.239.127.36] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [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" >=20 > 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. >=20 > v5: > - rebase source code >=20 > v4: > - add non escape string limit. >=20 > v3: > - update compile dep file name based on 20.11 rc1 change. >=20 > 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. >=20 > v1: > - add test cases for iavf/mpls. >=20 > yufengmx (3): > flexible_rxd: unify common test content > flexible_rxd: add mpls test cases > iavf_flexible_descriptor: upload suite >=20 > 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 >=20 > -- > 2.21.0 Applied