> -----Original Message-----
> From: Nayak, Nishikanta <[email protected]>
> Sent: Tuesday, February 27, 2024 9:40 AM
> To: [email protected]
> Cc: Power, Ciara <[email protected]>; Ji, Kai <[email protected]>; Kusztal,
> ArkadiuszX <[email protected]>; S Joshi, Rakesh
> <[email protected]>; Nayak, Nishikanta <[email protected]>
> Subject: [PATCH v4 0/4] add QAT GEN LCE device
>
> This patchset adds a new QAT LCE device.
> The device currently only supports symmetric crypto, and only the AES-GCM
> algorithm.
>
> v4:
> - Fixed cover letter, v3 included the wrong details relating
> to another patchset.
> v3:
> - Fixed typos in commit and code comments.
> - Replaced use of linux/kernel.h macro with local macro
> to fix ARM compilation in CI.
> v2:
> - Renamed device from GEN 5 to GEN LCE.
> - Removed unused code.
> - Updated macro names.
>
> Nishikant Nayak (4):
> common/qat: add files specific to GEN LCE
> common/qat: update common driver to support GEN LCE
> crypto/qat: update headers for GEN LCE support
> test/cryptodev: add tests for GCM with AAD
Series-acked-by: Ciara Power <[email protected]>