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 4B24CA04F5; Fri, 19 Jun 2020 05:32:47 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 046A6DE3; Fri, 19 Jun 2020 05:32:47 +0200 (CEST) Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 9862ADE0 for ; Fri, 19 Jun 2020 05:32:45 +0200 (CEST) IronPort-SDR: oV0oHhbH1rl9ReJ09RmQ3G3m8oduODbT8WcE5ea1vWIXq49lF9XeCzw2W5VkdOE0MygUSqiHbN HmXRHhTVAorA== X-IronPort-AV: E=McAfee;i="6000,8403,9656"; a="160922466" X-IronPort-AV: E=Sophos;i="5.75,253,1589266800"; d="scan'208";a="160922466" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 18 Jun 2020 20:32:44 -0700 IronPort-SDR: G7u5G087P4LiW5Z9M73qyM/syp1H9jcfCOv8/o15/N9nqw/vpcWE///ysNCGzKvmfhGiuPcbh8 NPwxYtqa+3hA== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.75,253,1589266800"; d="scan'208";a="262199088" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by fmsmga007.fm.intel.com with ESMTP; 18 Jun 2020 20:32:43 -0700 Received: from fmsmsx116.amr.corp.intel.com (10.18.116.20) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.439.0; Thu, 18 Jun 2020 20:32:43 -0700 Received: from shsmsx107.ccr.corp.intel.com (10.239.4.96) by fmsmsx116.amr.corp.intel.com (10.18.116.20) with Microsoft SMTP Server (TLS) id 14.3.439.0; Thu, 18 Jun 2020 20:32:43 -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; Fri, 19 Jun 2020 11:32:41 +0800 From: "Tu, Lijuan" To: "Zhao, XinfengX" , "dts@dpdk.org" CC: "Zhao, XinfengX" Thread-Topic: [dts] [PATCH V1 0/6] rework cryptodev test script and conf Thread-Index: AQHWOgr77y9MGcUYk0CUO5DzqWLPrajfYHHQ Date: Fri, 19 Jun 2020 03:32:40 +0000 Message-ID: <8CE3E05A3F976642AAB0F4675D0AD20E0BC5FA0D@SHSMSX101.ccr.corp.intel.com> References: <20200604005445.110297-1-xinfengx.zhao@intel.com> In-Reply-To: <20200604005445.110297-1-xinfengx.zhao@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="iso-2022-jp" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dts] [PATCH V1 0/6] rework cryptodev test script and conf 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 On Behalf Of xinfengx Sent: 2020=1B$BG/=1B(B6=1B$B7n=1B(B4=1B$BF|=1B(B 8:55 To: dts@dpdk.org Cc: Zhao, XinfengX Subject: [dts] [PATCH V1 0/6] rework cryptodev test script and conf conf: simplify conf settings for cryptodev test tests/cryptodev_common: improve cryptodev common methods tests/crypto_perf_cryptodev_perf: rework crypto_perf test script tests/l2fwd_cryptodev_func: rework l2fwd_crypto test script tests/ipsec_gw_cryptodev_func: rework cryptodev ipsec test script tests/unit_tests_cryptodev_func: rework cryptodev unit test script conf/crypto_perf_cryptodev_perf.cfg | 115 +- conf/cryptodev_sample.cfg | 6 + conf/ipsec_gw_cryptodev_func.cfg | 156 +-- conf/l2fwd_cryptodev_func.cfg | 35 - conf/unit_tests_cryptodev_func.cfg | 11 - tests/TestSuite_crypto_perf_cryptodev_perf.py | 628 ++++------ tests/TestSuite_ipsec_gw_cryptodev_func.py | 624 ++-------- tests/TestSuite_l2fwd_cryptodev_func.py | 1036 ++++------------- tests/TestSuite_unit_tests_cryptodev_func.py | 56 +- tests/cryptodev_common.py | 117 +- 10 files changed, 785 insertions(+), 1999 deletions(-) create mode 100644= conf/cryptodev_sample.cfg delete mode 100644 conf/l2fwd_cryptodev_func.cf= g delete mode 100644 conf/unit_tests_cryptodev_func.cfg -- 2.17.1