> This patchset adds support for fourth generation (GEN4) of Intel QuickAssist > Technology (QAT) devices. > Symmetric crypto PMD is enabled with following algorithms: > > * AES-CBC > * AES-CMAC > * AES-XCBC MAC > * NULL (auth, cipher) > * SHA1-HMAC > * SHA2-HMAC (224, 256, 384, 512) > * Chacha20-Poly1305 > * AES-CCM > * AES-GCM > > Other services (compression, asymmetric crypto) are not added with this > patchset. > > v2: > - add service discovery > Fixed patch title/description Fixed checkpatch warning also. Series Acked-by: Akhil Goyal <gak...@marvell.com>
Applied to dpdk-next-crypto except the last patch which needs a rework. Also squashed the 15/16 patch to 14/16 patch as it makes no sense to have A separate patch just to alter feature flags when the main thing is done in the Previous patch.