mbox series

[v2,0/1] test/crypto: fix missing operation status check

Message ID 20191220125852.3551-1-adamx.dybkowski@intel.com (mailing list archive)
Headers
Series test/crypto: fix missing operation status check |

Message

Dybkowski, AdamX Dec. 20, 2019, 12:58 p.m. UTC
  This patch adds checking of the symmetric crypto operation status
that was silently skipped before. It fixes the wireless algorithms
session creation (SNOW3G, KASUMI, ZUC) and passing of the digest
data for the verification by PMD. Also fixed the missing aad padding
issue revealed after op status checking was introduced.
---
v2:
* update the commit message, add missing "Fixes" tags
* use RTE_LOG instead of printf

Adam Dybkowski (1):
  test/crypto: fix missing operation status check

 app/test/test_cryptodev.c | 96 +++++++++++++++++++++------------------
 1 file changed, 52 insertions(+), 44 deletions(-)