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 13400A00C3; Fri, 15 May 2020 10:04:43 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 061B51DA84; Fri, 15 May 2020 10:04:43 +0200 (CEST) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 2D7361DA79 for ; Fri, 15 May 2020 10:04:41 +0200 (CEST) IronPort-SDR: qVyz1ct670EbZq213PigxTB2v6cYMZedFvwhiw1g/9aOd16aCIaXfMGacRgVbd95K78W5IFXW8 /lTLTnYJ7foA== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 May 2020 01:04:40 -0700 IronPort-SDR: t2ULN09xBKAMR4ggWFeCjbjqLEtJYjTwGPZyTBW+Ak7EPCa21d0GqT89cfN3onUfVkVu5bQj/w 5BHDuZq27SwQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.73,394,1583222400"; d="scan'208";a="438228723" Received: from unknown (HELO dpdk-xinfengx-dut.sh.intel.com) ([10.67.117.16]) by orsmga005.jf.intel.com with ESMTP; 15 May 2020 01:04:36 -0700 From: xinfengx To: dts@dpdk.org Cc: xinfengx Date: Fri, 15 May 2020 16:03:30 +0800 Message-Id: <20200515080332.102832-2-xinfengx.zhao@intel.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20200515080332.102832-1-xinfengx.zhao@intel.com> References: <20200515080332.102832-1-xinfengx.zhao@intel.com> Subject: [dts] [PATCH V1 1/3] test_plans: add aes-docsisbpi algorithm into crypto_perf test plan 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" Signed-off-by: xinfengx --- test_plans/crypto_perf_cryptodev_perf_test_plan.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test_plans/crypto_perf_cryptodev_perf_test_plan.rst b/test_plans/crypto_perf_cryptodev_perf_test_plan.rst index 4975934..1044506 100644 --- a/test_plans/crypto_perf_cryptodev_perf_test_plan.rst +++ b/test_plans/crypto_perf_cryptodev_perf_test_plan.rst @@ -58,6 +58,8 @@ Part of the algorithms are not supported currently. +-----------+-------------------+---------------------------------------------------------------------------+ | aes | ctr | Encrypt/Decrypt;Key size: 128, 192, 256 bits | +-----------+-------------------+---------------------------------------------------------------------------+ +| aes | docsisbpi | Encrypt/Decrypt;Key size: 128, 256 bits | ++-----------+-------------------+---------------------------------------------------------------------------+ | sha | | sha1, sha2-224, sha2-384, sha2-256, sha2-512 | +-----------+-------------------+---------------------------------------------------------------------------+ | hmac | | Support md5 and sha implementations sha1, sha2-224, sha2-256, | @@ -86,6 +88,8 @@ Part of the algorithms are not supported currently. +---------+-------------------+---------------------------------------------------------------------------+ | aes | ctr | Encrypt/Decrypt;Key size: 128, 192, 256 bits | +---------+-------------------+---------------------------------------------------------------------------+ +| aes | docsisbpi | Encrypt/Decrypt;Key size: 128, 256 bits | ++---------+-------------------+---------------------------------------------------------------------------+ | 3des | cbc | Encrypt/Decrypt;Key size: 128, 192 bits | +---------+-------------------+---------------------------------------------------------------------------+ | 3des | ctr | Encrypt/Decrypt;Key size: 128, 192 bits | -- 2.17.1