[dpdk-dev] [PATCH v3 0/4] support of MAC-I
Gagandeep Singh
g.singh at nxp.com
Wed Sep 8 14:01:11 CEST 2021
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
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 (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/rel_notes/release_21_11.rst | 8 ++
doc/guides/tools/cryptoperf.rst | 4 +-
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, 219 insertions(+), 18 deletions(-)
--
2.25.1
More information about the dev
mailing list