Acked-by: Kai Ji <kai.ji@intel.com>


From: Poddar, Vikash ChandraX <vikash.chandrax.poddar@intel.com>
Sent: Tuesday, May 23, 2023 10:14
To: Akhil Goyal <gakhil@marvell.com>; Fan Zhang <fanzhang.oss@gmail.com>; Ji, Kai <kai.ji@intel.com>
Cc: dev@dpdk.org <dev@dpdk.org>; Poddar, Vikash ChandraX <vikash.chandrax.poddar@intel.com>
Subject: [PATCH v2] crypto/qat: support to enable insecure algorithms
 
All the insecure algorithms are default disable from
cryptodev Gen 1,2,3 and 4.
use qat_legacy_capa to enable all the legacy
algorithms.
These change effects both sym and asym insecure crypto
algorithms.

Signed-off-by: Vikash Poddar <vikash.chandrax.poddar@intel.com>
---
v2:
Extend the support to enable the insecure algorithm in
QAT Gen 1,3 and 4 for sym as well as asym.
---