[v1] app/test-crypto-perf: remove unsupported test cases from perf json

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

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/Intel-compilation success Compilation OK
ci/iol-marvell-Functional success Functional Testing PASS
ci/github-robot: build success github build: passed
ci/iol-mellanox-Performance success Performance Testing PASS
ci/iol-broadcom-Performance success Performance Testing PASS
ci/iol-intel-Functional success Functional Testing PASS
ci/iol-abi-testing success Testing PASS
ci/iol-compile-amd64-testing warning Testing issues
ci/aws-unit-testing success Unit Testing PASS
ci/iol-unit-arm64-testing success Testing PASS
ci/intel-Testing success Testing PASS
ci/intel-Functional success Functional PASS
ci/iol-sample-apps-testing success Testing PASS
ci/iol-unit-amd64-testing fail Testing issues

Commit Message

Ji, Kai June 13, 2025, 11 a.m. UTC
Remove all unsupported test cases in json files

Signed-off-by: Kai Ji <kai.ji@intel.com>
---
 .../configs/crypto-perf-aesni-gcm.json        | 29 -----------
 .../configs/crypto-perf-aesni-mb.json         |  7 ---
 .../configs/crypto-perf-qat.json              | 51 ++++++-------------
 3 files changed, 16 insertions(+), 71 deletions(-)
  

Comments

Radu Nicolau June 16, 2025, 8:48 a.m. UTC | #1
On 13-Jun-25 12:00 PM, Kai Ji wrote:
> Remove all unsupported test cases in json files
>
> Signed-off-by: Kai Ji <kai.ji@intel.com>
> ---
Acked-by: Radu Nicolau <radu.nicolau@intel.com>
  
Akhil Goyal June 17, 2025, 9:20 p.m. UTC | #2
> Remove all unsupported test cases in json files
> 
> Signed-off-by: Kai Ji <kai.ji@intel.com>
Applied to dpdk-next-crypto
  

Patch

diff --git a/app/test-crypto-perf/configs/crypto-perf-aesni-gcm.json b/app/test-crypto-perf/configs/crypto-perf-aesni-gcm.json
index 608a46e34f..e8df49337a 100644
--- a/app/test-crypto-perf/configs/crypto-perf-aesni-gcm.json
+++ b/app/test-crypto-perf/configs/crypto-perf-aesni-gcm.json
@@ -23,16 +23,6 @@ 
 			"optype": "aead",
 			"total-ops": "10000000"
 		},
-		"AES-GCM-128 aead-op decrypt": {
-			"aead-algo": "aes-gcm",
-			"aead-key-sz": "16",
-			"aead-op": "decrypt",
-			"aead-aad-sz": "16",
-			"aead-iv-sz": "12",
-			"digest-sz": "16",
-			"optype": "aead",
-			"total-ops": "10000000"
-		},
 		"AES-GCM-256 aead-op encrypt": {
 			"aead-algo": "aes-gcm",
 			"aead-key-sz": "32",
@@ -43,16 +33,6 @@ 
 			"optype": "aead",
 			"total-ops": "10000000"
 		},
-		"AES-GCM-256 aead-op decrypt": {
-			"aead-algo": "aes-gcm",
-			"aead-key-sz": "32",
-			"aead-op": "decrypt",
-			"aead-aad-sz": "32",
-			"aead-iv-sz": "12",
-			"digest-sz": "16",
-			"optype": "aead",
-			"total-ops": "10000000"
-		},
 		"AES-GMAC 128 auth-only generate": {
 			"auth-algo": "aes-gmac",
 			"auth-key-sz": "16",
@@ -77,15 +57,6 @@ 
 				"devtype": "crypto_aesni_gcm"
 			}
 		},
-		"AES-GCM-128 aead-op decrypt": {
-			"aead-algo": "aes-gcm",
-			"aead-key-sz": "16",
-			"aead-op": "decrypt",
-			"aead-aad-sz": "16",
-			"aead-iv-sz": "12",
-			"digest-sz": "16",
-			"optype": "aead"
-		},
 		"AES-GCM-256 aead-op encrypt latency": {
 			"aead-algo": "aes-gcm",
 			"aead-key-sz": "32",
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 91fbc9cfcd..88e2147f05 100644
--- a/app/test-crypto-perf/configs/crypto-perf-aesni-mb.json
+++ b/app/test-crypto-perf/configs/crypto-perf-aesni-mb.json
@@ -68,13 +68,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-GCM-256 aead-op encrypt": {
 			"aead-algo": "aes-gcm",
 			"aead-key-sz": "32",
diff --git a/app/test-crypto-perf/configs/crypto-perf-qat.json b/app/test-crypto-perf/configs/crypto-perf-qat.json
index 0adb809e39..06ab1d7684 100644
--- a/app/test-crypto-perf/configs/crypto-perf-qat.json
+++ b/app/test-crypto-perf/configs/crypto-perf-qat.json
@@ -12,27 +12,6 @@ 
 				"ptest": "throughput"
 			}
 		},
-		"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",
-			"auth-algo": "sha1-hmac",
-			"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",
@@ -47,22 +26,18 @@ 
 			"aead-op": "encrypt",
 			"aead-aad-sz": "16",
 			"digest-sz": "16",
-			"optype": "aead"
-		},
-		"AES-GCM-128 aead-op decrypt": {
-			"aead-algo": "aes-gcm",
-			"aead-key-sz": "16",
-			"aead-op": "decrypt"
+			"optype": "aead",
+			"total-ops": "10000000"
 		},
 		"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"
+			"aead-op": "encrypt",
+			"aead-aad-sz": "32",
+			"aead-iv-sz": "12",
+			"digest-sz": "16",
+			"optype": "aead",
+			"total-ops": "10000000"
 		}
 	},
 	"latency": {
@@ -83,12 +58,18 @@ 
 			"cipher-key-sz": "32",
 			"auth-algo": "sha2-256-hmac",
 			"optype": "cipher-then-auth",
-			"cipher-op": "encrypt"
+			"cipher-op": "encrypt",
+			"total-ops": "10000000"
 		},
 		"AES-GCM-128 aead-op encrypt": {
 			"aead-algo": "aes-gcm",
 			"aead-key-sz": "16",
-			"aead-op": "encrypt"
+			"aead-op": "encrypt",
+			"aead-aad-sz": "16",
+			"aead-iv-sz": "12",
+			"digest-sz": "16",
+			"optype": "aead",
+			"total-ops": "10000000"
 		}
 	}
 }