mbox series

[v4,0/5] support of MAC-I

Message ID 20210908125127.3566886-1-g.singh@nxp.com (mailing list archive)
Headers
Series support of MAC-I |

Message

Gagandeep Singh Sept. 8, 2021, 12:51 p.m. UTC
  This series add support of Message Authentication Code
- Integrity on DPAAX platforms.

v2-change-log:
* update commit message
* merged an existing patch with this series:
https://patches.dpdk.org/project/dpdk/patch/20210825081837.23830-1-hemant.agrawal@nxp.com/mbox/

v3-change-log:
* updated release notes

v4-change-log:
* move the dpaa2_sec changes from first patch to a separate patch

Gagandeep Singh (3):
  test/crypto: add pdcp security short MAC-I support
  crypto/dpaa2_sec: add PDCP short MAC-I support
  crypto/dpaa_sec: add pdcp short MAC-I support

Hemant Agrawal (2):
  crypto/dpaa2_sec: support integrity only case for PDCP
  security: add pdcp short MAC-I support

 app/test-crypto-perf/cperf_options_parsing.c  |   8 +-
 app/test/test_cryptodev.c                     |  48 ++++++++
 ...est_cryptodev_security_pdcp_test_vectors.h | 105 +++++++++++++++++-
 doc/guides/prog_guide/rte_security.rst        |  11 +-
 doc/guides/rel_notes/release_21_11.rst        |   8 ++
 doc/guides/tools/cryptoperf.rst               |   2 +-
 drivers/crypto/dpaa2_sec/dpaa2_sec_dpseci.c   |  29 +++--
 drivers/crypto/dpaa2_sec/dpaa2_sec_priv.h     |   9 ++
 drivers/crypto/dpaa_sec/dpaa_sec.c            |   3 +
 drivers/crypto/dpaa_sec/dpaa_sec.h            |  11 +-
 lib/security/rte_security.h                   |   1 +
 11 files changed, 218 insertions(+), 17 deletions(-)
  

Comments

Akhil Goyal Sept. 8, 2021, 3:21 p.m. UTC | #1
> -----Original Message----- 
> ----------------------------------------------------------------------
> This series add support of Message Authentication Code
> - Integrity on DPAAX platforms.
> 
> v2-change-log:
> * update commit message
> * merged an existing patch with this series:
> https://urldefense.proofpoint.com/v2/url?u=https-
> 3A__patches.dpdk.org_project_dpdk_patch_20210825081837.23830-2D1-
> 2Dhemant.agrawal-
> 40nxp.com_mbox_&d=DwIDAg&c=nKjWec2b6R0mOyPaz7xtfQ&r=DnL7Si2wl
> _PRwpZ9TWey3eu68gBzn7DkPwuqhd6WNyo&m=uVb88j-BcZCOk-
> dj_YN250HwoG6vE4oaTbdZ0crhu_o&s=ke0c8NuRQj2AR4pX7yDDk5gytngbs6
> O1D6Urd1Xk5qk&e=
> 
> v3-change-log:
> * updated release notes
> 
> v4-change-log:
> * move the dpaa2_sec changes from first patch to a separate patch
> 
> Gagandeep Singh (3):
>   test/crypto: add pdcp security short MAC-I support
>   crypto/dpaa2_sec: add PDCP short MAC-I support
>   crypto/dpaa_sec: add pdcp short MAC-I support
> 
> Hemant Agrawal (2):
>   crypto/dpaa2_sec: support integrity only case for PDCP
>   security: add pdcp short MAC-I support
> 
>  app/test-crypto-perf/cperf_options_parsing.c  |   8 +-
>  app/test/test_cryptodev.c                     |  48 ++++++++
>  ...est_cryptodev_security_pdcp_test_vectors.h | 105 +++++++++++++++++-
>  doc/guides/prog_guide/rte_security.rst        |  11 +-
>  doc/guides/rel_notes/release_21_11.rst        |   8 ++
>  doc/guides/tools/cryptoperf.rst               |   2 +-
>  drivers/crypto/dpaa2_sec/dpaa2_sec_dpseci.c   |  29 +++--
>  drivers/crypto/dpaa2_sec/dpaa2_sec_priv.h     |   9 ++
>  drivers/crypto/dpaa_sec/dpaa_sec.c            |   3 +
>  drivers/crypto/dpaa_sec/dpaa_sec.h            |  11 +-
>  lib/security/rte_security.h                   |   1 +
>  11 files changed, 218 insertions(+), 17 deletions(-)
> 
Series Acked-by: Akhil Goyal <gakhil@marvell.com>

Applied to dpdk-next-crypto

Thanks.