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

Kai Ji kai.ji at intel.com
Fri May 2 12:12:26 CEST 2025


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 at 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



More information about the dev mailing list