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 774CBA0513; Thu, 4 Jun 2020 02:59:25 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 5A1691D5A8; Thu, 4 Jun 2020 02:59:25 +0200 (CEST) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 8E5DF1D59A for ; Thu, 4 Jun 2020 02:59:23 +0200 (CEST) IronPort-SDR: 0WmHqoEh+UA0qx54TkRe/XyvNqAh1HfH0o1jcBUmzk5SFEyxuI2t++1E5Oejs0OfxGf20/7PzU P5AbH1fxLLqA== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 03 Jun 2020 17:59:22 -0700 IronPort-SDR: lKz4CnpjM0FZ1tRjZ5Fg+HzOPRomOu7EMgVLcHLVb4o/08RvYcuHp3aZia0UJXVtCegCpQZf60 05ItNbmqrPQQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.73,470,1583222400"; d="scan'208";a="258756535" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by fmsmga008.fm.intel.com with ESMTP; 03 Jun 2020 17:59:22 -0700 Received: from shsmsx604.ccr.corp.intel.com (10.109.6.214) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.439.0; Wed, 3 Jun 2020 17:59:22 -0700 Received: from shsmsx602.ccr.corp.intel.com (10.109.6.142) by SHSMSX604.ccr.corp.intel.com (10.109.6.214) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1713.5; Thu, 4 Jun 2020 08:59:20 +0800 Received: from shsmsx602.ccr.corp.intel.com ([10.109.6.142]) by SHSMSX602.ccr.corp.intel.com ([10.109.6.142]) with mapi id 15.01.1713.004; Thu, 4 Jun 2020 08:59:20 +0800 From: "Zhao, XinfengX" To: "dts@dpdk.org" Thread-Topic: [dts][PATCH V1 0/6] rework cryptodev test script and conf Thread-Index: AQHWOgrpzqIvrlZa8kSy6OKA9l7y6ajHohnA Date: Thu, 4 Jun 2020 00:59:20 +0000 Message-ID: References: <20200604005445.110297-1-xinfengx.zhao@intel.com> In-Reply-To: <20200604005445.110297-1-xinfengx.zhao@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: 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 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" Tested-by: Zhao, Xinfeng -----Original Message----- From: Zhao, XinfengX=20 Sent: Thursday, June 4, 2020 8:55 AM 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