Message ID | 20210825071510.7913-1-hemant.agrawal@nxp.com |
---|---|
Headers | show |
Series | crypto: add raw vector support in DPAAx | expand |
> This patch series adds support for raw vector API in dpaax_sec drivers > This also enhances the raw vector APIs to support OOP and security > protocol support. > > Gagandeep Singh (11): > crypto: add total raw buffer length > crypto: fix raw process for multi-seg case > crypto/dpaa2_sec: support raw datapath APIs > crypto/dpaa2_sec: support AUTH only with raw buffer APIs > crypto/dpaa2_sec: support AUTHENC with raw buffer APIs > crypto/dpaa2_sec: support AEAD with raw buffer APIs > crypto/dpaa2_sec: support OOP with raw buffer API > crypto/dpaa2_sec: enhance error checks with raw buffer APIs > crypto/dpaa_sec: support raw datapath APIs > crypto/dpaa_sec: support authonly and chain with raw APIs > crypto/dpaa_sec: support AEAD and proto with raw APIs > > Hemant Agrawal (4): > crypto: change sgl to src_sgl in vector > crypto: add dest_sgl in raw vector APIs > test/crypto: add raw API test for dpaax > test/crypto: add raw API support in 5G algos > > app/test/test_cryptodev.c | 179 +++- > drivers/crypto/dpaa2_sec/dpaa2_sec_dpseci.c | 13 +- > drivers/crypto/dpaa2_sec/dpaa2_sec_priv.h | 82 +- > drivers/crypto/dpaa2_sec/dpaa2_sec_raw_dp.c | 1045 > ++++++++++++++++++ > drivers/crypto/dpaa2_sec/meson.build | 3 +- > drivers/crypto/dpaa_sec/dpaa_sec.c | 23 +- > drivers/crypto/dpaa_sec/dpaa_sec.h | 40 +- > drivers/crypto/dpaa_sec/dpaa_sec_raw_dp.c | 1052 > +++++++++++++++++++ > drivers/crypto/dpaa_sec/meson.build | 4 +- > drivers/crypto/qat/qat_sym_hw_dp.c | 27 +- > lib/cryptodev/rte_crypto_sym.h | 13 +- > lib/ipsec/misc.h | 4 +- > 12 files changed, 2390 insertions(+), 95 deletions(-) > create mode 100644 drivers/crypto/dpaa2_sec/dpaa2_sec_raw_dp.c > create mode 100644 drivers/crypto/dpaa_sec/dpaa_sec_raw_dp.c > Release notes update missing.