> -----Original Message-----
> From: Nayak, Nishikanta <nishikanta.na...@intel.com>
> Sent: Tuesday, February 27, 2024 9:40 AM
> To: dev@dpdk.org
> Cc: Power, Ciara <ciara.po...@intel.com>; Ji, Kai <kai...@intel.com>; Kusztal,
> ArkadiuszX <arkadiuszx.kusz...@intel.com>; S Joshi, Rakesh
> <rakesh.s.jo...@intel.com>; Nayak, Nishikanta <nishikanta.na...@intel.com>
> 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 <ciara.po...@intel.com>