Re: [dpdk-dev] [PATCH v2 0/2] support CPU crypto for AESNI MB PMD

2020-04-03 Thread Akhil Goyal
Hi Pablo, Could you please ack this patchset if no issues? > > v2 - v1 > Fix gcc 4.8 compilation issue > > Add support for CPU crypto API into aesni_mb PMD > and extend cryptodev UT to cover this new functionality. > > Konstantin Ananyev (2): > crypto/aesni_mb: support CPU crypto > test/c

[dpdk-dev] [PATCH v2 0/2] support CPU crypto for AESNI MB PMD

2020-04-03 Thread Konstantin Ananyev
v2 - v1 Fix gcc 4.8 compilation issue Add support for CPU crypto API into aesni_mb PMD and extend cryptodev UT to cover this new functionality. Konstantin Ananyev (2): crypto/aesni_mb: support CPU crypto test/crypto: add CPU crypto mode for AESNI MB app/test/test_cryptodev.c