> 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 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/aesni_mb: support SNOW3G-UEA2/UIA2") > Fixes: fd8df85487c4 ("crypto/aesni_mb: support ZUC-EEA3/EIA3") > > Signed-off-by: Pablo de Lara <pablo.de.lara.gua...@intel.com> > ---