Re: [dpdk-dev] [PATCH 2/2] test/crypto: disable wireless tests for symmetric API

2020-10-26 Thread Akhil Goyal
> Subject: [dpdk-dev] [PATCH 2/2] test/crypto: disable wireless tests for > symmetric API The patch content is for the synchronous CPU crypto APIs and not Symmetric API. > > SNOW3G, KASUMI and ZUC algorithms have been added to > aesni_mb PMD in this release. These algorithms ar

[dpdk-dev] [PATCH 2/2] test/crypto: disable wireless tests for symmetric API

2020-10-22 Thread Pablo de Lara
SNOW3G, KASUMI and ZUC algorithms have been added to aesni_mb PMD in this release. These algorithms are not supported for the crypto symmetric API, so the crypto tests for these algorithms are disabled. Fixes: ae8e085c608d ("crypto/aesni_mb: support KASUMI F8/F9") Fixes: 6c42e0cf4d12 ("crypto/aesn