> This patchset adds support for two new QAT devices.
> A new GEN3 device, and a GEN5 device, both of which have
> wireless slice support for algorithms such as ZUC-256.
> 
> Symmetric, asymmetric and compression are all supported
> for these devices.
> 
> v3:
>   - Modified year in licence tag of new gen5 files.
> v2:
>   - New patch added for gen5 device that reuses gen4 code,
>     and new gen3 wireless slice changes.
>   - Removed patch to disable asymmetric and compression.
>   - Documentation updates added.
>   - Fixed ZUC-256 IV modification for raw API path.
>   - Fixed setting extended protocol flag bit position.
>   - Added check for ZUC-256 wireless slice in slice map.
> 
> Ciara Power (4):
>   common/qat: add new gen3 device
>   common/qat: add zuc256 wireless slice for gen3
>   common/qat: add new gen3 CMAC macros
>   common/qat: add gen5 device
> 
>  doc/guides/compressdevs/qat_comp.rst         |   1 +
>  doc/guides/cryptodevs/qat.rst                |   6 +
>  doc/guides/rel_notes/release_24_03.rst       |   7 +
>  drivers/common/qat/dev/qat_dev_gen4.c        |  31 ++-
>  drivers/common/qat/dev/qat_dev_gen5.c        |  51 ++++
>  drivers/common/qat/dev/qat_dev_gens.h        |  54 ++++
>  drivers/common/qat/meson.build               |   3 +
>  drivers/common/qat/qat_adf/icp_qat_fw.h      |   6 +-
>  drivers/common/qat/qat_adf/icp_qat_fw_la.h   |  24 ++
>  drivers/common/qat/qat_adf/icp_qat_hw.h      |  26 +-
>  drivers/common/qat/qat_common.h              |   1 +
>  drivers/common/qat/qat_device.c              |  19 ++
>  drivers/common/qat/qat_device.h              |   2 +
>  drivers/compress/qat/dev/qat_comp_pmd_gen4.c |   8 +-
>  drivers/compress/qat/dev/qat_comp_pmd_gen5.c |  73 +++++
>  drivers/compress/qat/dev/qat_comp_pmd_gens.h |  14 +
>  drivers/crypto/qat/dev/qat_crypto_pmd_gen2.c |   7 +-
>  drivers/crypto/qat/dev/qat_crypto_pmd_gen3.c |  63 ++++-
>  drivers/crypto/qat/dev/qat_crypto_pmd_gen4.c |   4 +-
>  drivers/crypto/qat/dev/qat_crypto_pmd_gen5.c | 278 +++++++++++++++++++
>  drivers/crypto/qat/dev/qat_crypto_pmd_gens.h |  40 ++-
>  drivers/crypto/qat/dev/qat_sym_pmd_gen1.c    |  43 +++
>  drivers/crypto/qat/qat_sym_session.c         | 177 ++++++++++--
>  drivers/crypto/qat/qat_sym_session.h         |   2 +
>  24 files changed, 889 insertions(+), 51 deletions(-)
>  create mode 100644 drivers/common/qat/dev/qat_dev_gen5.c
>  create mode 100644 drivers/compress/qat/dev/qat_comp_pmd_gen5.c
>  create mode 100644 drivers/crypto/qat/dev/qat_crypto_pmd_gen5.c
> 
Series applied to dpdk-next-crypto
Thanks.

Reply via email to