mbox series

[v2,00/10] NXP DPAAx crypto fixes

Message ID 20191014065330.31605-1-hemant.agrawal@nxp.com
Headers show
Series NXP DPAAx crypto fixes | expand

Message

Hemant Agrawal Oct. 14, 2019, 6:53 a.m. UTC
This patch series largely content
1. fixes in crypto drivers
2. supprot ESN like cases
3. enabling snow/ZUC for dpaa_sec

v2: fix the clang compilation errors in 10/10

Hemant Agrawal (7):
  test/crypto: fix PDCP test support
  crypto/dpaa2_sec: fix ipv6 support
  test/crypto: increase test cases support for dpaax
  test/crypto: add test to test ESN like case
  crypto/dpaa_sec: add support for snow3G and ZUC
  test/crypto: enable snow3G and zuc cases for dpaa
  crypto/dpaa_sec: code reorg for better session mgmt

Vakul Garg (3):
  crypto/dpaa_sec: fix to check for aead as well
  crypto/dpaa2_sec: enhance gcm descs to not skip aadt
  crypto/dpaa2_sec: add support of auth trailer in cipher-auth

 app/test/test_cryptodev.c                   | 483 ++++++++++-
 app/test/test_cryptodev_aes_test_vectors.h  |  67 ++
 doc/guides/cryptodevs/dpaa_sec.rst          |   4 +
 doc/guides/cryptodevs/features/dpaa_sec.ini |   4 +
 drivers/crypto/caam_jr/caam_jr.c            |  24 +-
 drivers/crypto/dpaa2_sec/dpaa2_sec_dpseci.c |  47 +-
 drivers/crypto/dpaa2_sec/hw/desc/algo.h     |  10 -
 drivers/crypto/dpaa2_sec/hw/desc/ipsec.h    | 167 ++--
 drivers/crypto/dpaa_sec/dpaa_sec.c          | 885 +++++++++++++-------
 drivers/crypto/dpaa_sec/dpaa_sec.h          | 109 ++-
 10 files changed, 1320 insertions(+), 480 deletions(-)

-- 
2.17.1

Comments

Akhil Goyal Oct. 15, 2019, 12:50 p.m. UTC | #1
> 

> This patch series largely content

> 1. fixes in crypto drivers

> 2. supprot ESN like cases

> 3. enabling snow/ZUC for dpaa_sec

> 

> v2: fix the clang compilation errors in 10/10

> 

> Hemant Agrawal (7):

>   test/crypto: fix PDCP test support

>   crypto/dpaa2_sec: fix ipv6 support

>   test/crypto: increase test cases support for dpaax

>   test/crypto: add test to test ESN like case

>   crypto/dpaa_sec: add support for snow3G and ZUC

>   test/crypto: enable snow3G and zuc cases for dpaa

>   crypto/dpaa_sec: code reorg for better session mgmt

> 

> Vakul Garg (3):

>   crypto/dpaa_sec: fix to check for aead as well

>   crypto/dpaa2_sec: enhance gcm descs to not skip aadt

>   crypto/dpaa2_sec: add support of auth trailer in cipher-auth

> 

>  app/test/test_cryptodev.c                   | 483 ++++++++++-

>  app/test/test_cryptodev_aes_test_vectors.h  |  67 ++

>  doc/guides/cryptodevs/dpaa_sec.rst          |   4 +

>  doc/guides/cryptodevs/features/dpaa_sec.ini |   4 +

>  drivers/crypto/caam_jr/caam_jr.c            |  24 +-

>  drivers/crypto/dpaa2_sec/dpaa2_sec_dpseci.c |  47 +-

>  drivers/crypto/dpaa2_sec/hw/desc/algo.h     |  10 -

>  drivers/crypto/dpaa2_sec/hw/desc/ipsec.h    | 167 ++--

>  drivers/crypto/dpaa_sec/dpaa_sec.c          | 885 +++++++++++++-------

>  drivers/crypto/dpaa_sec/dpaa_sec.h          | 109 ++-

>  10 files changed, 1320 insertions(+), 480 deletions(-)

> 

> --

> 2.17.1


Series
Acked-by: Akhil Goyal <akhil.goyal@nxp.com>
Akhil Goyal Oct. 15, 2019, 12:51 p.m. UTC | #2
> 

> >

> > This patch series largely content

> > 1. fixes in crypto drivers

> > 2. supprot ESN like cases

> > 3. enabling snow/ZUC for dpaa_sec

> >

> > v2: fix the clang compilation errors in 10/10

> >

> > Hemant Agrawal (7):

> >   test/crypto: fix PDCP test support

> >   crypto/dpaa2_sec: fix ipv6 support

> >   test/crypto: increase test cases support for dpaax

> >   test/crypto: add test to test ESN like case

> >   crypto/dpaa_sec: add support for snow3G and ZUC

> >   test/crypto: enable snow3G and zuc cases for dpaa

> >   crypto/dpaa_sec: code reorg for better session mgmt

> >

> > Vakul Garg (3):

> >   crypto/dpaa_sec: fix to check for aead as well

> >   crypto/dpaa2_sec: enhance gcm descs to not skip aadt

> >   crypto/dpaa2_sec: add support of auth trailer in cipher-auth

> >

> >  app/test/test_cryptodev.c                   | 483 ++++++++++-

> >  app/test/test_cryptodev_aes_test_vectors.h  |  67 ++

> >  doc/guides/cryptodevs/dpaa_sec.rst          |   4 +

> >  doc/guides/cryptodevs/features/dpaa_sec.ini |   4 +

> >  drivers/crypto/caam_jr/caam_jr.c            |  24 +-

> >  drivers/crypto/dpaa2_sec/dpaa2_sec_dpseci.c |  47 +-

> >  drivers/crypto/dpaa2_sec/hw/desc/algo.h     |  10 -

> >  drivers/crypto/dpaa2_sec/hw/desc/ipsec.h    | 167 ++--

> >  drivers/crypto/dpaa_sec/dpaa_sec.c          | 885 +++++++++++++-------

> >  drivers/crypto/dpaa_sec/dpaa_sec.h          | 109 ++-

> >  10 files changed, 1320 insertions(+), 480 deletions(-)

> >

> > --

> > 2.17.1

> 

> Series

> Acked-by: Akhil Goyal <akhil.goyal@nxp.com>


Patch titles and description need to be updates. 
Will do so while applying the series.
Akhil Goyal Oct. 15, 2019, 1:30 p.m. UTC | #3
> 

> 

> >

> > >

> > > This patch series largely content

> > > 1. fixes in crypto drivers

> > > 2. supprot ESN like cases

> > > 3. enabling snow/ZUC for dpaa_sec

> > >

> > > v2: fix the clang compilation errors in 10/10

> > >

> > > Hemant Agrawal (7):

> > >   test/crypto: fix PDCP test support

> > >   crypto/dpaa2_sec: fix ipv6 support

> > >   test/crypto: increase test cases support for dpaax

> > >   test/crypto: add test to test ESN like case

> > >   crypto/dpaa_sec: add support for snow3G and ZUC

> > >   test/crypto: enable snow3G and zuc cases for dpaa

> > >   crypto/dpaa_sec: code reorg for better session mgmt

> > >

> > > Vakul Garg (3):

> > >   crypto/dpaa_sec: fix to check for aead as well

> > >   crypto/dpaa2_sec: enhance gcm descs to not skip aadt

> > >   crypto/dpaa2_sec: add support of auth trailer in cipher-auth

> > >

> > >  app/test/test_cryptodev.c                   | 483 ++++++++++-

> > >  app/test/test_cryptodev_aes_test_vectors.h  |  67 ++

> > >  doc/guides/cryptodevs/dpaa_sec.rst          |   4 +

> > >  doc/guides/cryptodevs/features/dpaa_sec.ini |   4 +

> > >  drivers/crypto/caam_jr/caam_jr.c            |  24 +-

> > >  drivers/crypto/dpaa2_sec/dpaa2_sec_dpseci.c |  47 +-

> > >  drivers/crypto/dpaa2_sec/hw/desc/algo.h     |  10 -

> > >  drivers/crypto/dpaa2_sec/hw/desc/ipsec.h    | 167 ++--

> > >  drivers/crypto/dpaa_sec/dpaa_sec.c          | 885 +++++++++++++-------

> > >  drivers/crypto/dpaa_sec/dpaa_sec.h          | 109 ++-

> > >  10 files changed, 1320 insertions(+), 480 deletions(-)

> > >

> > > --

> > > 2.17.1

> >

> > Series

> > Acked-by: Akhil Goyal <akhil.goyal@nxp.com>

> 

> Patch titles and description need to be updates.

> Will do so while applying the series.


Applied to dpdk-next-crypto

Thanks.