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.agra...@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(-) -- 2.25.1