mbox series

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

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

Message

Gagandeep Singh Sept. 7, 2021, 8:56 a.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/

Gagandeep Singh (4):
  common/dpaax: fix IV value for shortMAC-I for SNOW algo
  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 (1):
  security: support PDCP short MAC-I

 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/tools/cryptoperf.rst               |   4 +-
 drivers/common/dpaax/caamflib/desc/pdcp.h     |   7 +-
 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, 215 insertions(+), 21 deletions(-)
  

Comments

Akhil Goyal Sept. 7, 2021, 11:46 a.m. UTC | #1
> ----------------------------------------------------------------------
> 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=rsC8q5LCqM75FDZlT9cU21
> Qaf4v__D1_IufHF8an_x0&s=8v25-
> EfDZN2P66hDuhUAZtK5PNPnODDAyGSmtKeQ_oI&e=
> 
> Gagandeep Singh (4):
>   common/dpaax: fix IV value for shortMAC-I for SNOW algo
>   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 (1):
>   security: support PDCP short MAC-I
> 
>  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/tools/cryptoperf.rst               |   4 +-
>  drivers/common/dpaax/caamflib/desc/pdcp.h     |   7 +-
>  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, 215 insertions(+), 21 deletions(-)

Release notes missing for new feature updates