From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 1506D69C6 for ; Tue, 14 Mar 2017 08:29:20 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=intel.com; i=@intel.com; q=dns/txt; s=intel; t=1489476561; x=1521012561; h=from:to:cc:subject:date:message-id:in-reply-to: references; bh=Q3afLpc7s6D+05F+e0Lo9AOsxkZMCHm+sG0E/mjJm7Y=; b=ZO/m1Lb/qpJ1pjwAWUqgrMBvZe/Szs1zdnud9vnXM2tgsgw08RQ9v49K S67X6KOtPUdkmZ2+oEb3h+V2kE4CTg==; Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 14 Mar 2017 00:29:20 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.36,162,1486454400"; d="scan'208";a="235771760" Received: from stv-crb-28.sh.intel.com (HELO dpdk-ae-neoncity001.localdomain.com) ([10.239.128.83]) by fmsmga004.fm.intel.com with ESMTP; 14 Mar 2017 00:29:19 -0700 From: gangx.yang@intel.com To: dts@dpdk.org Cc: Gang Yang Date: Tue, 14 Mar 2017 15:24:28 +0800 Message-Id: <1489476268-371053-3-git-send-email-gangx.yang@intel.com> X-Mailer: git-send-email 2.5.5 In-Reply-To: <1489476268-371053-1-git-send-email-gangx.yang@intel.com> References: <1489476268-371053-1-git-send-email-gangx.yang@intel.com> Subject: [dts] [PATCH V2 2/2]test-crypto-perf:add crypto performance 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: , X-List-Received-Date: Tue, 14 Mar 2017 07:29:22 -0000 From: Gang Yang * update incorrect algoritm map in test plan Signed-off-by: Gang Yang --- test_plans/crypto_perf_test_plan.rst | 104 +++++++++++++++++------------------ 1 file changed, 52 insertions(+), 52 deletions(-) diff --git a/test_plans/crypto_perf_test_plan.rst b/test_plans/crypto_perf_test_plan.rst index 6c043a9..7d5ee0d 100755 --- a/test_plans/crypto_perf_test_plan.rst +++ b/test_plans/crypto_perf_test_plan.rst @@ -39,8 +39,8 @@ Description =========== This document provides the test plan for testing Cryptodev performance by -crypto perf application. The crypto perf application is a DPDK example under -DPDK examples folder. +crypto perf application. The crypto perf application is a DPDK app under +DPDK app folder. Crypto perf application supports most of Cryptodev PMDs(polling mode dirver) Intel QuickAssist Technology DH895xxC/DH_C62xx hardware @@ -55,21 +55,21 @@ Part of the algorithms are not supported currently. |Algorithm| Mode | Detail | | | | +---------+---------+---------+---------+----------+----------+----------+----------+----------+----------+ -| AES | CBC | Encrypt/Decrypt;Key size: 128, 192, 256 bits | +| aes | cbc | Encrypt/Decrypt;Key size: 128, 192, 256 bits | +---------+---------+---------+---------+----------+----------+----------+----------+----------+----------+ -| AES | CTR | Encrypt/Decrypt;Key size: 128, 192, 256 bits | +| aes | ctr | Encrypt/Decrypt;Key size: 128, 192, 256 bits | +---------+---------+---------+---------+----------+----------+----------+----------+----------+----------+ -| MD | | MD5 | +| md | | md5 | +---------+---------+---------+---------+----------+----------+----------+----------+----------+----------+ -| SHA | | SHA-1, SHA2-224, SHA2-384, SHA2-256, SHA2-512 | +| sha | | sha1, sha2-224, sha2-384, sha2-256, sha2-512 | +---------+---------+---------+---------+----------+----------+----------+----------+----------+----------+ -| HMAC | | Support MD5 and SHA implementations SHA-1, SHA2-224, SHA2-256, | -| | | SHA2-384, SHA2-512 | +| hmac | | Support md5 and sha implementations sha1, sha2-224, sha2-256, | +| | | sha2-384, sha2-512 | | | | Key Size versus Block size support: Key Size must be <= block size; | -| | | Mac Len Supported SHA-1 10, 12, 16, 20 bytes; | -| | | Mac Len Supported SHA2-256 16, 24, 32 bytes; | -| | | Mac Len Supported SHA2-384 24,32, 40, 48 bytes; | -| | | Mac Len Supported SHA2-512 32, 40, 48, 56, 64 bytes; | +| | | Mac Len Supported sha1 10, 12, 16, 20 bytes; | +| | | Mac Len Supported sha2-256 16, 24, 32 bytes; | +| | | Mac Len Supported sha2-384 24,32, 40, 48 bytes; | +| | | Mac Len Supported sha2-512 32, 40, 48, 56, 64 bytes; | +---------+---------+---------+---------+----------+----------+----------+----------+----------+----------+ QAT algorithm table: @@ -80,40 +80,40 @@ Part of the algorithms are not supported currently. |Algorithm| Mode | Detail | | | | +---------+---------+---------+---------+----------+----------+----------+----------+----------+----------+ -| AES | CBC | Encrypt/Decrypt;Key size: 128, 192, 256 bits | +| aes | cbc | Encrypt/Decrypt;Key size: 128, 192, 256 bits | +---------+---------+---------+---------+----------+----------+----------+----------+----------+----------+ -| AES | CTR | Encrypt/Decrypt;Key size: 128, 192, 256 bits | +| aes | ctr | Encrypt/Decrypt;Key size: 128, 192, 256 bits | +---------+---------+---------+---------+----------+----------+----------+----------+----------+----------+ -| 3DES | CBC | Encrypt/Decrypt;Key size: 128, 192 bits | +| 3des | cbc | Encrypt/Decrypt;Key size: 128, 192 bits | +---------+---------+---------+---------+----------+----------+----------+----------+----------+----------+ -| 3DES | CTR | Encrypt/Decrypt;Key size: 128, 192 bits | +| 3des | ctr | Encrypt/Decrypt;Key size: 128, 192 bits | +---------+---------+---------+---------+----------+----------+----------+----------+----------+----------+ -| MD | | MD5 | +| md | | md5 | +---------+---------+---------+---------+----------+----------+----------+----------+----------+----------+ -| SHA | | SHA-1, SHA2-224, SHA2-256, SHA2-384, SHA2-512 | +| sha | | sha1, sha2-224, sha2-256, sha2-384, sha2-512 | +---------+---------+---------+---------+----------+----------+----------+----------+----------+----------+ -| HMAC | | Support MD5 and SHA implementations SHA-1, SHA2-224, SHA2-256, | -| | | SHA2-384, SHA2-512 | +| hmac | | Support md5 and sha implementations sha1, sha2-224, sha2-256, | +| | | sha2-384, sha2-512 | | | | Key Size versus Block size support: Key Size must be <= block size; | -| | | Mac Len Supported SHA-1 10, 12, 16, 20 bytes; | -| | | Mac Len Supported SHA2-256 16, 24, 32 bytes; | -| | | Mac Len Supported SHA2-384 24,32, 40, 48 bytes; | -| | | Mac Len Supported SHA2-512 32, 40, 48, 56, 64 bytes; | +| | | Mac Len Supported sha1 10, 12, 16, 20 bytes; | +| | | Mac Len Supported sha2-256 16, 24, 32 bytes; | +| | | Mac Len Supported sha2-384 24,32, 40, 48 bytes; | +| | | Mac Len Supported sha2-512 32, 40, 48, 56, 64 bytes; | +---------+---------+---------+---------+----------+----------+----------+----------+----------+----------+ -| AES | GCM | Key Sizes:128, 192, 256 bits; | +| aes | gcm | Key Sizes:128, 192, 256 bits; | | | | Associated Data Length: 0 ~ 240 bytes; | | | | Payload Length: 0 ~ (2^32 -1) bytes; | | | | IV source: external; | | | | IV Lengths: 96 bits; | | | | Tag Lengths: 8, 12, 16 bytes; | +---------+---------+---------+---------+----------+----------+----------+----------+----------+----------+ -| Kasumi | F8 | Encrypt/Decrypt; Key size: 128 | +| kasumi | f8 | Encrypt/Decrypt; Key size: 128 | + +---------+---------+---------+----------+----------+----------+----------+----------+----------+ -| | F9 | Generate/Verify; Key size: 128 | +| | f9 | Generate/Verify; Key size: 128 | +---------+---------+---------+---------+----------+----------+----------+----------+----------+----------+ -| Snow3G | UEA2 | Encrypt/Decrypt; Key size: 128 | +| snow3g | uea2 | Encrypt/Decrypt; Key size: 128 | + +---------+---------+---------+----------+----------+----------+----------+----------+----------+ -| | UIA2 | Generate/Verify; Key size: 128 | +| | uia2 | Generate/Verify; Key size: 128 | +---------+---------+---------+---------+----------+----------+----------+----------+----------+----------+ AESNI_GCM algorithm table @@ -124,7 +124,7 @@ in crypto perf |Algorithm| Mode | Detail | | | | +---------+---------+---------+---------+----------+----------+----------+----------+----------+----------+ -| AES | GCM | Encrypt/Decrypt;Key Sizes:128, 256 bits; | +| aes | gcm | Encrypt/Decrypt;Key Sizes:128, 256 bits; | | | | IV source: external; | | | | IV Lengths: 96 bits; | | | | Generate/Verify;Key Sizes:128,192,256 bits; | @@ -132,7 +132,7 @@ in crypto perf | | | Payload Length: 0 ~ (2^32 -1) bytes; | | | | Tag Lengths: 8, 12, 16 bytes; | +---------+---------+---------+---------+----------+----------+----------+----------+----------+----------+ -| AES | GMAC | Generate/Verify;Key Sizes:128,192,256 bits; | +| aes | gmac | Generate/Verify;Key Sizes:128,192,256 bits; | | | | Associated Data Length: 0 ~ 240 bytes; | | | | Payload Length: 0 ~ (2^32 -1) bytes; | | | | Tag Lengths: 8, 12, 16 bytes; | @@ -146,7 +146,7 @@ Part of the algorithms are not supported currently. |Algorithm| Mode | Detail | | | | +---------+---------+---------+---------+----------+----------+----------+----------+----------+----------+ -| NULL | NULL | Encrypt/Decrypt;Key Sizes:0 bits; | +| null | null | Encrypt/Decrypt;Key Sizes:0 bits; | | | | IV Lengths: 0 bits; | | | | Generate/Verify;Key Sizes:0 bits; | | | | Associated Data Length: 1 bytes; | @@ -161,11 +161,11 @@ The table below contains KASUMI algorithms which are supported in crypto perf. |Algorithm| Mode | Detail | | | | +---------+---------+---------+---------+----------+----------+----------+----------+----------+----------+ -| KASUMI | F8 | Encrypt/Decrypt;Key Sizes:128 bits; | +| kasumi | f8 | Encrypt/Decrypt;Key Sizes:128 bits; | | | | IV source: external; | | | | IV Lengths: 64 bits; | +---------+---------+---------+---------+----------+----------+----------+----------+----------+----------+ -| KASUMI | F9 | Generate/Verify;Key Sizes:128 bits; | +| kasumi | f9 | Generate/Verify;Key Sizes:128 bits; | | | | Payload Length: 64 bytes; | | | | Tag Lengths: 4 bytes; | +---------+---------+---------+---------+----------+----------+----------+----------+----------+----------+ @@ -177,11 +177,11 @@ The table below contains SNOW3G algorithms which are supported in crypto perf. |Algorithm| Mode | Detail | | | | +---------+---------+---------+---------+----------+----------+----------+----------+----------+----------+ -| SNOW3G | UEA2 | Encrypt/Decrypt;Key Sizes:128 bits; | +| snow3g | uea2 | Encrypt/Decrypt;Key Sizes:128 bits; | | | | IV source: external; | | | | IV Lengths: 128 bits; | +---------+---------+---------+---------+----------+----------+----------+----------+----------+----------+ -| SNOW3G | UIA2 | Generate/Verify;Key Sizes:128 bits; | +| snow3g | uia2 | Generate/Verify;Key Sizes:128 bits; | | | | Payload Length: 128 bytes; | | | | Tag Lengths: 4 bytes; | +---------+---------+---------+---------+----------+----------+----------+----------+----------+----------+ @@ -193,11 +193,11 @@ The table below contains ZUC algorithms which are supported in crypto perf. |Algorithm| Mode | Detail | | | | +---------+---------+---------+---------+----------+----------+----------+----------+----------+----------+ -| ZUC | EEA3 | Encrypt/Decrypt;Key Sizes:128 bits; | +| zuc | eea3 | Encrypt/Decrypt;Key Sizes:128 bits; | | | | IV source: external; | | | | IV Lengths: 128 bits; | +---------+---------+---------+---------+----------+----------+----------+----------+----------+----------+ -| ZUC | EIA2 | Generate/Verify;Key Sizes:128 bits; | +| zuc | eia2 | Generate/Verify;Key Sizes:128 bits; | | | | Payload Length: 128 bytes; | | | | Tag Lengths: 4 bytes; | +---------+---------+---------+---------+----------+----------+----------+----------+----------+----------+ @@ -209,27 +209,27 @@ The table below contains OPENSSL algorithms which are supported in crypto perf. |Algorithm| Mode | Detail | | | | +---------+---------+---------+---------+----------+----------+----------+----------+----------+----------+ -| AES | CBC | Encrypt/Decrypt;Key size: 128, 192, 256 bits | +| aes | cbc | Encrypt/Decrypt;Key size: 128, 192, 256 bits | +---------+---------+---------+---------+----------+----------+----------+----------+----------+----------+ -| AES | CTR | Encrypt/Decrypt;Key size: 128, 192, 256 bits | +| aes | ctr | Encrypt/Decrypt;Key size: 128, 192, 256 bits | +---------+---------+---------+---------+----------+----------+----------+----------+----------+----------+ -| 3DES | CBC | Encrypt/Decrypt;Key size: 128, 192 bits | +| 3des | cbc | Encrypt/Decrypt;Key size: 128, 192 bits | +---------+---------+---------+---------+----------+----------+----------+----------+----------+----------+ -| 3DES | CTR | Encrypt/Decrypt;Key size: 128, 192 bits | +| 3des | ctr | Encrypt/Decrypt;Key size: 128, 192 bits | +---------+---------+---------+---------+----------+----------+----------+----------+----------+----------+ -| MD | | MD5 | +| md | | md5 | +---------+---------+---------+---------+----------+----------+----------+----------+----------+----------+ -| SHA | | SHA-1, SHA2-224, SHA2-256, SHA2-384, SHA2-512 | +| sha | | sha1, sha2-224, sha2-256, sha2-384, sha2-512 | +---------+---------+---------+---------+----------+----------+----------+----------+----------+----------+ -| HMAC | | Support MD5 and SHA implementations SHA-1, SHA2-224, SHA2-256, | -| | | SHA2-384, SHA2-512 | +| hmac | | Support md5 and sha implementations sha1, sha2-224, sha2-256, | +| | | sha2-384, sha2-512 | | | | Key Size versus Block size support: Key Size must be <= block size; | -| | | Mac Len Supported SHA-1 10, 12, 16, 20 bytes; | -| | | Mac Len Supported SHA2-256 16, 24, 32 bytes; | -| | | Mac Len Supported SHA2-384 24,32, 40, 48 bytes; | -| | | Mac Len Supported SHA2-512 32, 40, 48, 56, 64 bytes; | +| | | Mac Len Supported sha1 10, 12, 16, 20 bytes; | +| | | Mac Len Supported sha2-256 16, 24, 32 bytes; | +| | | Mac Len Supported sha2-384 24,32, 40, 48 bytes; | +| | | Mac Len Supported sha2-512 32, 40, 48, 56, 64 bytes; | +---------+---------+---------+---------+----------+----------+----------+----------+----------+----------+ -| AES | GCM | Encrypt/Decrypt;Key Sizes:128 bits; | +| aes | gcm | Encrypt/Decrypt;Key Sizes:128 bits; | | | | IV source: external; | | | | IV Lengths: 96 bits; | | | | Associated Data Length: 0 ~ 240 bytes; | @@ -237,7 +237,7 @@ The table below contains OPENSSL algorithms which are supported in crypto perf. | | | Payload Length: 64,128 bytes; | | | | Tag Lengths: 16 bytes; | +---------+---------+---------+---------+----------+----------+----------+----------+----------+----------+ -| AES | GMAC | Generate/Verify;Key Sizes:128,192,256 bits; | +| aes | gmac | Generate/Verify;Key Sizes:128,192,256 bits; | | | | Associated Data Length: 0 ~ 240 bytes; | | | | Payload Length: 8 ~ (2^32 -4) bytes; | | | | Tag Lengths:16 bytes; | -- 2.5.5