[v1] app/test-crypto-perf: remove decrypt test case from perf

Message ID 20250502101226.1405274-1-kai.ji@intel.com (mailing list archive)
State Accepted
Delegated to: akhil goyal
Headers
Series [v1] app/test-crypto-perf: remove decrypt test case from perf |

Checks

Context Check Description
ci/checkpatch success coding style OK
ci/loongarch-compilation success Compilation OK
ci/loongarch-unit-testing success Unit Testing PASS
ci/iol-broadcom-Performance success Performance Testing PASS
ci/iol-intel-Performance success Performance Testing PASS
ci/iol-marvell-Functional success Functional Testing PASS
ci/iol-mellanox-Performance success Performance Testing PASS
ci/iol-intel-Functional success Functional Testing PASS
ci/github-robot: build success github build: passed
ci/iol-unit-arm64-testing success Testing PASS
ci/iol-sample-apps-testing success Testing PASS
ci/iol-unit-amd64-testing success Testing PASS
ci/iol-abi-testing success Testing PASS
ci/iol-compile-amd64-testing success Testing PASS
ci/iol-compile-arm64-testing success Testing PASS
ci/aws-unit-testing success Unit Testing PASS
ci/Intel-compilation success Compilation OK
ci/iol-mellanox-Functional fail Functional Testing issues
ci/intel-Testing success Testing PASS
ci/intel-Functional success Functional PASS

Commit Message

Ji, Kai May 2, 2025, 10:12 a.m. UTC
Remove all decrypt test cases in aesni-mb throughput perf as the
decrypt throughput testing only support OOP by dpdk-test-crypto-perf

Signed-off-by: Kai Ji <kai.ji@intel.com>
---
 .../configs/crypto-perf-aesni-mb.json         | 24 -------------------
 1 file changed, 24 deletions(-)
  

Comments

Patrick Robb May 4, 2025, 9:17 p.m. UTC | #1
Unaddressed
Please disregard the Community Lab DTS failure just reported on this
patchseries. I need to reconfigure the testbed and rerun the test.

On Fri, May 2, 2025 at 6:12 AM Kai Ji <kai.ji@intel.com> wrote:

> Remove all decrypt test cases in aesni-mb throughput perf as the
> decrypt throughput testing only support OOP by dpdk-test-crypto-perf
>
> Signed-off-by: Kai Ji <kai.ji@intel.com>
> ---
>  .../configs/crypto-perf-aesni-mb.json         | 24 -------------------
>  1 file changed, 24 deletions(-)
>
> diff --git a/app/test-crypto-perf/configs/crypto-perf-aesni-mb.json
> b/app/test-crypto-perf/configs/crypto-perf-aesni-mb.json
> index d50e4af36c..91fbc9cfcd 100644
> --- a/app/test-crypto-perf/configs/crypto-perf-aesni-mb.json
> +++ b/app/test-crypto-perf/configs/crypto-perf-aesni-mb.json
> @@ -13,13 +13,6 @@
>                                 "devtype": "crypto_aesni_mb"
>                         }
>                 },
> -               "AES-CBC-128 SHA1-HMAC auth-then-cipher decrypt": {
> -                       "cipher-algo": "aes-cbc",
> -                       "cipher-key-sz": "16",
> -                       "auth-algo": "sha1-hmac",
> -                       "optype": "auth-then-cipher",
> -                       "cipher-op": "decrypt"
> -               },
>                 "AES-CBC-128 SHA1-HMAC cipher-then-auth encrypt": {
>                         "cipher-algo": "aes-cbc",
>                         "cipher-key-sz": "16",
> @@ -30,13 +23,6 @@
>                         "optype": "cipher-then-auth",
>                         "cipher-op": "encrypt"
>                 },
> -               "AES-CBC-256 SHA2-256-HMAC auth-then-cipher decrypt": {
> -                       "cipher-algo": "aes-cbc",
> -                       "cipher-key-sz": "32",
> -                       "auth-algo": "sha2-256-hmac",
> -                       "optype": "auth-then-cipher",
> -                       "cipher-op": "decrypt"
> -               },
>                 "AES-CBC-256 SHA2-256-HMAC cipher-then-auth encrypt": {
>                         "cipher-algo": "aes-cbc",
>                         "cipher-key-sz": "32",
> @@ -53,21 +39,11 @@
>                         "optype": "aead",
>                         "total-ops": "10000000"
>                 },
> -               "AES-GCM-128 aead-op decrypt": {
> -                       "aead-algo": "aes-gcm",
> -                       "aead-key-sz": "16",
> -                       "aead-op": "decrypt"
> -               },
>                 "AES-GCM-256 aead-op encrypt": {
>                         "aead-algo": "aes-gcm",
>                         "aead-key-sz": "32",
>                         "aead-op": "encrypt"
>                 },
> -               "AES-GCM-256 aead-op decrypt": {
> -                       "aead-algo": "aes-gcm",
> -                       "aead-key-sz": "32",
> -                       "aead-op": "decrypt"
> -               },
>                 "AES-GMAC 128 auth-only generate": {
>                         "auth-algo": "aes-gmac",
>                         "auth-key-sz": "16",
> --
> 2.34.1
>
>
  
Radu Nicolau May 7, 2025, 8:56 a.m. UTC | #2
On 02-May-25 11:12 AM, Kai Ji wrote:
> Remove all decrypt test cases in aesni-mb throughput perf as the
> decrypt throughput testing only support OOP by dpdk-test-crypto-perf
>
> Signed-off-by: Kai Ji<kai.ji@intel.com>
> ---

Acked-by: Radu Nicolau <radu.nicolau@intel.com>
  
Akhil Goyal May 21, 2025, 11:17 a.m. UTC | #3
> On 02-May-25 11:12 AM, Kai Ji wrote:
> 
> 
> 	Remove all decrypt test cases in aesni-mb throughput perf as the
> 	decrypt throughput testing only support OOP by dpdk-test-crypto-perf
> 
> 	Signed-off-by: Kai Ji <kai.ji@intel.com> <mailto:kai.ji@intel.com>
> 	---
> 
> Acked-by: Radu Nicolau <radu.nicolau@intel.com>
Applied to dpdk-next-crypto
  

Patch

diff --git a/app/test-crypto-perf/configs/crypto-perf-aesni-mb.json b/app/test-crypto-perf/configs/crypto-perf-aesni-mb.json
index d50e4af36c..91fbc9cfcd 100644
--- a/app/test-crypto-perf/configs/crypto-perf-aesni-mb.json
+++ b/app/test-crypto-perf/configs/crypto-perf-aesni-mb.json
@@ -13,13 +13,6 @@ 
 				"devtype": "crypto_aesni_mb"
 			}
 		},
-		"AES-CBC-128 SHA1-HMAC auth-then-cipher decrypt": {
-			"cipher-algo": "aes-cbc",
-			"cipher-key-sz": "16",
-			"auth-algo": "sha1-hmac",
-			"optype": "auth-then-cipher",
-			"cipher-op": "decrypt"
-		},
 		"AES-CBC-128 SHA1-HMAC cipher-then-auth encrypt": {
 			"cipher-algo": "aes-cbc",
 			"cipher-key-sz": "16",
@@ -30,13 +23,6 @@ 
 			"optype": "cipher-then-auth",
 			"cipher-op": "encrypt"
 		},
-		"AES-CBC-256 SHA2-256-HMAC auth-then-cipher decrypt": {
-			"cipher-algo": "aes-cbc",
-			"cipher-key-sz": "32",
-			"auth-algo": "sha2-256-hmac",
-			"optype": "auth-then-cipher",
-			"cipher-op": "decrypt"
-		},
 		"AES-CBC-256 SHA2-256-HMAC cipher-then-auth encrypt": {
 			"cipher-algo": "aes-cbc",
 			"cipher-key-sz": "32",
@@ -53,21 +39,11 @@ 
 			"optype": "aead",
 			"total-ops": "10000000"
 		},
-		"AES-GCM-128 aead-op decrypt": {
-			"aead-algo": "aes-gcm",
-			"aead-key-sz": "16",
-			"aead-op": "decrypt"
-		},
 		"AES-GCM-256 aead-op encrypt": {
 			"aead-algo": "aes-gcm",
 			"aead-key-sz": "32",
 			"aead-op": "encrypt"
 		},
-		"AES-GCM-256 aead-op decrypt": {
-			"aead-algo": "aes-gcm",
-			"aead-key-sz": "32",
-			"aead-op": "decrypt"
-		},
 		"AES-GMAC 128 auth-only generate": {
 			"auth-algo": "aes-gmac",
 			"auth-key-sz": "16",