[PATCH v2 5/5] app/eventdev: update eventdev app for SNOW-V
Radu Nicolau
radu.nicolau at intel.com
Fri Apr 11 12:09:41 CEST 2025
Update eventdev app to handle SNOW-V correctly.
Signed-off-by: Radu Nicolau <radu.nicolau at intel.com>
---
app/test-eventdev/evt_options.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/app/test-eventdev/evt_options.c b/app/test-eventdev/evt_options.c
index 323d1e724d..7903b5959c 100644
--- a/app/test-eventdev/evt_options.c
+++ b/app/test-eventdev/evt_options.c
@@ -224,7 +224,8 @@ cipher_alg_is_bit_mode(enum rte_crypto_cipher_algorithm alg)
{
return (alg == RTE_CRYPTO_CIPHER_SNOW3G_UEA2 ||
alg == RTE_CRYPTO_CIPHER_ZUC_EEA3 ||
- alg == RTE_CRYPTO_CIPHER_KASUMI_F8);
+ alg == RTE_CRYPTO_CIPHER_KASUMI_F8 ||
+ alg == RTE_CRYPTO_CIPHER_SNOW_V);
}
static int
--
2.43.0
More information about the dev
mailing list