[dpdk-dev] [PATCH] crypto/dpaa2_sec: add support for out of place buffers

De Lara Guarch, Pablo pablo.de.lara.guarch at intel.com
Mon Oct 16 16:29:19 CEST 2017



> -----Original Message-----
> From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of De Lara Guarch,
> Pablo
> Sent: Monday, October 16, 2017 12:33 PM
> To: Akhil Goyal <akhil.goyal at nxp.com>; alok.makhariya at nxp.com;
> dev at dpdk.org
> Cc: hemant.agrawal at nxp.com
> Subject: Re: [dpdk-dev] [PATCH] crypto/dpaa2_sec: add support for out of
> place buffers
> 
> 
> 
> > -----Original Message-----
> > From: Akhil Goyal [mailto:akhil.goyal at nxp.com]
> > Sent: Friday, October 13, 2017 3:25 PM
> > To: alok.makhariya at nxp.com; dev at dpdk.org
> > Cc: De Lara Guarch, Pablo <pablo.de.lara.guarch at intel.com>;
> > hemant.agrawal at nxp.com
> > Subject: Re: [PATCH] crypto/dpaa2_sec: add support for out of place
> > buffers
> >
> > On 10/12/2017 6:37 PM, alok.makhariya at nxp.com wrote:
> > > From: Alok Makhariya <alok.makhariya at nxp.com>
> > >
> > > Enable out of place buffer test cases in nxp dpaa2_sec
> > >
> > > Signed-off-by: Alok Makhariya <alok.makhariya at nxp.com>
> > > ---
> > >   drivers/crypto/dpaa2_sec/dpaa2_sec_dpseci.c | 42
> > +++++++++++++++++++++++------
> > >   test/test/test_cryptodev.c                  |  6 +++++
> > >   test/test/test_cryptodev_aes_test_vectors.h | 12 ++++++---
> > >   test/test/test_cryptodev_des_test_vectors.h |  6 +++--
> > >   4 files changed, 52 insertions(+), 14 deletions(-)
> > >
> >
> > Acked-by: Akhil Goyal <akhil.goyal at nxp.com>
> 
> Applied to dpdk-next-crypto.
> Thanks,
> 
> Pablo

Sorry, but I forgot to compile the tests and I am getting a compilation error,
so I have removed this and dpaa_sec patches from the subtree.

test/test/test_cryptodev.c:8733:4: error: ‘test_mb_AES_GCM_authenticated_encryption_oop’
undeclared here (not in a function)
    test_mb_AES_GCM_authenticated_encryption_oop),
    ^

This function does not exist anymore and it was actually added for QAT testsuite, which looks wrong.

Could you send another version of these two patches?

Thanks,
Pablo



More information about the dev mailing list