<div dir="ltr">Please disregard the Community Lab DTS failure just reported on this patchseries. I need to reconfigure the testbed and rerun the test.</div><br><div class="gmail_quote gmail_quote_container"><div dir="ltr" class="gmail_attr">On Fri, May 2, 2025 at 6:12 AM Kai Ji <<a href="mailto:kai.ji@intel.com">kai.ji@intel.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Remove all decrypt test cases in aesni-mb throughput perf as the<br>
decrypt throughput testing only support OOP by dpdk-test-crypto-perf<br>
<br>
Signed-off-by: Kai Ji <<a href="mailto:kai.ji@intel.com" target="_blank">kai.ji@intel.com</a>><br>
---<br>
.../configs/crypto-perf-aesni-mb.json | 24 -------------------<br>
1 file changed, 24 deletions(-)<br>
<br>
diff --git a/app/test-crypto-perf/configs/crypto-perf-aesni-mb.json b/app/test-crypto-perf/configs/crypto-perf-aesni-mb.json<br>
index d50e4af36c..91fbc9cfcd 100644<br>
--- a/app/test-crypto-perf/configs/crypto-perf-aesni-mb.json<br>
+++ b/app/test-crypto-perf/configs/crypto-perf-aesni-mb.json<br>
@@ -13,13 +13,6 @@<br>
"devtype": "crypto_aesni_mb"<br>
}<br>
},<br>
- "AES-CBC-128 SHA1-HMAC auth-then-cipher decrypt": {<br>
- "cipher-algo": "aes-cbc",<br>
- "cipher-key-sz": "16",<br>
- "auth-algo": "sha1-hmac",<br>
- "optype": "auth-then-cipher",<br>
- "cipher-op": "decrypt"<br>
- },<br>
"AES-CBC-128 SHA1-HMAC cipher-then-auth encrypt": {<br>
"cipher-algo": "aes-cbc",<br>
"cipher-key-sz": "16",<br>
@@ -30,13 +23,6 @@<br>
"optype": "cipher-then-auth",<br>
"cipher-op": "encrypt"<br>
},<br>
- "AES-CBC-256 SHA2-256-HMAC auth-then-cipher decrypt": {<br>
- "cipher-algo": "aes-cbc",<br>
- "cipher-key-sz": "32",<br>
- "auth-algo": "sha2-256-hmac",<br>
- "optype": "auth-then-cipher",<br>
- "cipher-op": "decrypt"<br>
- },<br>
"AES-CBC-256 SHA2-256-HMAC cipher-then-auth encrypt": {<br>
"cipher-algo": "aes-cbc",<br>
"cipher-key-sz": "32",<br>
@@ -53,21 +39,11 @@<br>
"optype": "aead",<br>
"total-ops": "10000000"<br>
},<br>
- "AES-GCM-128 aead-op decrypt": {<br>
- "aead-algo": "aes-gcm",<br>
- "aead-key-sz": "16",<br>
- "aead-op": "decrypt"<br>
- },<br>
"AES-GCM-256 aead-op encrypt": {<br>
"aead-algo": "aes-gcm",<br>
"aead-key-sz": "32",<br>
"aead-op": "encrypt"<br>
},<br>
- "AES-GCM-256 aead-op decrypt": {<br>
- "aead-algo": "aes-gcm",<br>
- "aead-key-sz": "32",<br>
- "aead-op": "decrypt"<br>
- },<br>
"AES-GMAC 128 auth-only generate": {<br>
"auth-algo": "aes-gmac",<br>
"auth-key-sz": "16",<br>
-- <br>
2.34.1<br>
<br>
</blockquote></div>