DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH 0/4] add new QAT gen3 device
@ 2023-12-19 15:51 Ciara Power
  2023-12-19 15:51 ` [PATCH 1/4] crypto/qat: add new " Ciara Power
                   ` (5 more replies)
  0 siblings, 6 replies; 18+ messages in thread
From: Ciara Power @ 2023-12-19 15:51 UTC (permalink / raw)
  To: dev; +Cc: Ciara Power

This patchset adds support for a new gen3 QuickAssist device.

There are some changes for this device in comparison to the
existing gen3 implementation:
 - DES and Kasumi removed from capabilities.
 - ZUC256 added to capabiltiies.
 - New device ID.
 - New CMAC macros included.
 - Some algorithms moved to wireless slice (SNOW3G, ZUC, AES-CMAC).

This patchset covers Symmetric crypto, so a check has been added for
Asymmetric and Compression PMDs to skip for this gen3 device only.

Documentation will be updated in a subsequent version of the patchset.

Ciara Power (4):
  crypto/qat: add new gen3 device
  crypto/qat: add zuc256 wireless slice for gen3
  crypto/qat: add new gen3 CMAC macros
  crypto/qat: disable asym and compression for new gen3 device

 drivers/common/qat/qat_adf/icp_qat_fw.h      |   3 +-
 drivers/common/qat/qat_adf/icp_qat_fw_la.h   |  24 +++
 drivers/common/qat/qat_adf/icp_qat_hw.h      |  23 ++-
 drivers/common/qat/qat_device.c              |  13 ++
 drivers/common/qat/qat_device.h              |   2 +
 drivers/compress/qat/qat_comp_pmd.c          |   3 +-
 drivers/crypto/qat/dev/qat_crypto_pmd_gen2.c |   1 +
 drivers/crypto/qat/dev/qat_crypto_pmd_gen3.c |  57 ++++++-
 drivers/crypto/qat/dev/qat_crypto_pmd_gen4.c |   2 +-
 drivers/crypto/qat/dev/qat_crypto_pmd_gens.h |  44 ++++-
 drivers/crypto/qat/dev/qat_sym_pmd_gen1.c    |  15 ++
 drivers/crypto/qat/qat_asym.c                |   3 +-
 drivers/crypto/qat/qat_sym_session.c         | 164 +++++++++++++++++--
 drivers/crypto/qat/qat_sym_session.h         |   2 +
 14 files changed, 332 insertions(+), 24 deletions(-)

-- 
2.25.1


^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2024-02-29 18:53 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-12-19 15:51 [PATCH 0/4] add new QAT gen3 device Ciara Power
2023-12-19 15:51 ` [PATCH 1/4] crypto/qat: add new " Ciara Power
2023-12-19 15:51 ` [PATCH 2/4] crypto/qat: add zuc256 wireless slice for gen3 Ciara Power
2023-12-19 15:51 ` [PATCH 3/4] crypto/qat: add new gen3 CMAC macros Ciara Power
2023-12-19 15:51 ` [PATCH 4/4] crypto/qat: disable asym and compression for new gen3 device Ciara Power
2024-02-23 15:12 ` [PATCH v2 0/4] add new QAT gen3 and gen5 Ciara Power
2024-02-23 15:12   ` [PATCH v2 1/4] common/qat: add new gen3 device Ciara Power
2024-02-23 15:12   ` [PATCH v2 2/4] common/qat: add zuc256 wireless slice for gen3 Ciara Power
2024-02-23 15:12   ` [PATCH v2 3/4] common/qat: add new gen3 CMAC macros Ciara Power
2024-02-23 15:12   ` [PATCH v2 4/4] common/qat: add gen5 device Ciara Power
2024-02-26 13:32   ` [PATCH v2 0/4] add new QAT gen3 and gen5 Ji, Kai
2024-02-29  9:48     ` Kusztal, ArkadiuszX
2024-02-26 17:08 ` [PATCH v3 " Ciara Power
2024-02-26 17:08   ` [PATCH v3 1/4] common/qat: add new gen3 device Ciara Power
2024-02-26 17:08   ` [PATCH v3 2/4] common/qat: add zuc256 wireless slice for gen3 Ciara Power
2024-02-26 17:08   ` [PATCH v3 3/4] common/qat: add new gen3 CMAC macros Ciara Power
2024-02-26 17:08   ` [PATCH v3 4/4] common/qat: add gen5 device Ciara Power
2024-02-29 18:53   ` [EXT] [PATCH v3 0/4] add new QAT gen3 and gen5 Akhil Goyal

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).