Hi Akhil, > > Hi Konstantin, > > It looks there are some failures in meson build. > Could you please fix them and send a v2?
Will do. > > Thanks, > Akhil > > > -----Original Message----- > > From: Konstantin Ananyev <konstantin.anan...@intel.com> > > Sent: Monday, March 16, 2020 6:51 PM > > To: dev@dpdk.org > > Cc: Akhil Goyal <akhil.go...@nxp.com>; pablo.de.lara.gua...@intel.com; > > declan.dohe...@intel.com; Konstantin Ananyev > > <konstantin.anan...@intel.com> > > Subject: [PATCH 0/2] support CPU crypto for AESNI MB PMD > > > > 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 | 146 +++++-- > > doc/guides/cryptodevs/aesni_mb.rst | 3 + > > doc/guides/cryptodevs/features/aesni_mb.ini | 1 + > > .../crypto/aesni_mb/aesni_mb_pmd_private.h | 5 +- > > drivers/crypto/aesni_mb/rte_aesni_mb_pmd.c | 384 ++++++++++++++++-- > > .../crypto/aesni_mb/rte_aesni_mb_pmd_ops.c | 2 + > > 6 files changed, 476 insertions(+), 65 deletions(-) > > > > -- > > 2.17.1