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 8469EA0561; Mon, 20 Apr 2020 07:23:27 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 741891D173; Mon, 20 Apr 2020 07:23:27 +0200 (CEST) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by dpdk.org (Postfix) with ESMTP id C15B71D147 for ; Mon, 20 Apr 2020 07:23:25 +0200 (CEST) IronPort-SDR: +A6/RwrZxVyUS8kwLtPolVR5KC0RV//mNazcf7YLbTlmRbahq3d5zFzomcDMG+vPSCr8RoCnXH vCobX3f0lifQ== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga007.jf.intel.com ([10.7.209.58]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 19 Apr 2020 22:23:24 -0700 IronPort-SDR: DEU5u/YA+EOtjF4t8EH/6dgqHqZjQBfRU9Ks4AWqdFLef0P7eeReRVuPTozDpIin4gF2tMBT4C MJ0dw5v5ixcg== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.72,405,1580803200"; d="scan'208";a="243696711" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by orsmga007.jf.intel.com with ESMTP; 19 Apr 2020 22:23:24 -0700 Received: from fmsmsx608.amr.corp.intel.com (10.18.126.88) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.439.0; Sun, 19 Apr 2020 22:23:24 -0700 Received: from fmsmsx608.amr.corp.intel.com (10.18.126.88) by fmsmsx608.amr.corp.intel.com (10.18.126.88) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1713.5; Sun, 19 Apr 2020 22:23:24 -0700 Received: from shsmsx153.ccr.corp.intel.com (10.239.6.53) by fmsmsx608.amr.corp.intel.com (10.18.126.88) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256) id 15.1.1713.5 via Frontend Transport; Sun, 19 Apr 2020 22:23:23 -0700 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.129]) by SHSMSX153.ccr.corp.intel.com ([169.254.12.89]) with mapi id 14.03.0439.000; Mon, 20 Apr 2020 13:23:21 +0800 From: "Tu, Lijuan" To: "Di, ChenxuX" , "dts@dpdk.org" CC: "Peng, Yuan" , "Di, ChenxuX" Thread-Topic: [dts] [PATCH v6 0/2] add fortville rss input test Thread-Index: AQHWFGxpk00uO6DQAEaua3wMWJQ7TKiBfrrA Date: Mon, 20 Apr 2020 05:23:20 +0000 Message-ID: <8CE3E05A3F976642AAB0F4675D0AD20E0BC0D2F1@SHSMSX101.ccr.corp.intel.com> References: <20200417033334.62166-1-chenxux.di@intel.com> In-Reply-To: <20200417033334.62166-1-chenxux.di@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 v6 0/2] add fortville rss input test 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 the series, thanks > -----Original Message----- > From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of Chenxu Di > Sent: Friday, April 17, 2020 11:34 AM > To: dts@dpdk.org > Cc: Peng, Yuan ; Di, ChenxuX > Subject: [dts] [PATCH v6 0/2] add fortville rss input test >=20 > add fortville rss input test plan > add fortville rss input test suite >=20 > -- > v6: > -Fixed mistake about validate rule > v5: > -Fixed bug about ipv4-udp and ipv4-sctp packet > v4: > -Updated the test plan and test suite about hash function > v3: > -Update the test plan about all input set > v2: > -Updated the test plan and test suite about all inputset -Added test suit= e > about hash global configuration >=20 > Chenxu Di (2): > test_plans/fortville_rss_input: add fortville rss input test plan > tests/fortville_rss_input: add fortville rss input >=20 > test_plans/fortville_rss_input_test_plan.rst | 600 +++ > tests/TestSuite_fortville_rss_input.py | 3987 ++++++++++++++++++ > 2 files changed, 4587 insertions(+) > create mode 100644 test_plans/fortville_rss_input_test_plan.rst > create mode 100644 tests/TestSuite_fortville_rss_input.py >=20 > -- > 2.17.1