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 0CE43A04EF; Tue, 2 Jun 2020 07:51:32 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 05B111BFBC; Tue, 2 Jun 2020 07:51:32 +0200 (CEST) Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 1D1CD1BFAE for ; Tue, 2 Jun 2020 07:51:29 +0200 (CEST) IronPort-SDR: v/COrkncivjwKqMTxiuYsg3k+4jmJQG34tSG3kvJo9EqCIwhEOmh9DETmbW7VDjw4WJDurO+bZ Uu8JILM/VERQ== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 01 Jun 2020 22:51:29 -0700 IronPort-SDR: Q4u4+lbjCypKxtKg8eUvFfqctgmmzK13A2nCe4Xc0N2VXotbsguvFxW12Eucbsz3cLifbxSdOt JGlmef8fO8PQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.73,463,1583222400"; d="scan'208";a="293453772" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by fmsmga004.fm.intel.com with ESMTP; 01 Jun 2020 22:51:29 -0700 Received: from fmsmsx122.amr.corp.intel.com (10.18.125.37) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.439.0; Mon, 1 Jun 2020 22:51:29 -0700 Received: from shsmsx107.ccr.corp.intel.com (10.239.4.96) by fmsmsx122.amr.corp.intel.com (10.18.125.37) with Microsoft SMTP Server (TLS) id 14.3.439.0; Mon, 1 Jun 2020 22:51:28 -0700 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.85]) by SHSMSX107.ccr.corp.intel.com ([169.254.9.25]) with mapi id 14.03.0439.000; Tue, 2 Jun 2020 13:51:25 +0800 From: "Tu, Lijuan" To: "Xiao, QimaiX" , "dts@dpdk.org" CC: "Xiao, QimaiX" Thread-Topic: [dts] [PATCH V1 0/3] update cvl fdir related files Thread-Index: AQHWN/LvBc2YzVmwFU6KzvKSX9Y+c6jE079Q Date: Tue, 2 Jun 2020 05:51:25 +0000 Message-ID: <8CE3E05A3F976642AAB0F4675D0AD20E0BC56F68@SHSMSX101.ccr.corp.intel.com> References: <1591001469-51901-1-git-send-email-qimaix.xiao@intel.com> In-Reply-To: <1591001469-51901-1-git-send-email-qimaix.xiao@intel.com> Accept-Language: zh-CN, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 11.2.0.6 dlp-reaction: no-action x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dts] [PATCH V1 0/3] update cvl fdir related files 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" Applied failed, please rework the series, thanks > -----Original Message----- > From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of Xiao Qimai > Sent: Monday, June 1, 2020 4:51 PM > To: dts@dpdk.org > Cc: Xiao, QimaiX > Subject: [dts] [PATCH V1 0/3] update cvl fdir related files >=20 >=20 > Xiao Qimai (3): > update cvl fdir testplan > update cvl fdir script > update tests/rte_flow_common.py for cvl fdir update >=20 > test_plans/cvl_fdir_test_plan.rst | 240 ++-- > tests/TestSuite_cvl_fdir.py | 2466 ++++++++++++++++++++++++-------= ------ > tests/rte_flow_common.py | 101 +- > 3 files changed, 1777 insertions(+), 1030 deletions(-) >=20 > -- > 1.8.3.1