[PATCH] test/crypto: fix typo in AES test

2023-01-30 Thread Vikash Poddar
Fix the spelling of scater to scatter in cryptodev AES test vector header file Fixes: 2692b02e03b2 ("test/crypto: add multi-segment out-of-place AES-XTS") Cc: shi...@nvidia.com Signed-off-by: Vikash Poddar --- .mailmap | 1 +

[PATCH v1] common/qat: fix qat_dev_cmd_param corruption

2023-05-23 Thread Vikash Poddar
slice configuration") Cc: arkadiuszx.kusz...@intel.com Signed-off-by: Vikash Poddar --- drivers/common/qat/dev/qat_dev_gen1.c | 2 +- drivers/common/qat/dev/qat_dev_gen2.c | 2 +- drivers/common/qat/dev/qat_dev_gen3.c | 2 +- drivers/common/qat/dev/qat_dev_gen4.c | 2 +- drivers/common/qat/qa

[PATCH v2] crypto/qat: support to enable insecure algorithms

2023-05-23 Thread Vikash Poddar
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 --- v2: Extend the support to enable the insecure algorithm in

[PATCH v2] common/qat: fix qat_dev_cmd_param corruption

2023-05-25 Thread Vikash Poddar
slice configuration") Cc: sta...@dpdk.org Cc: arkadiuszx.kusz...@intel.com Signed-off-by: Vikash Poddar --- v2: Updated the commit message --- drivers/common/qat/dev/qat_dev_gen1.c | 2 +- drivers/common/qat/dev/qat_dev_gen2.c | 2 +- drivers/common/qat/dev/qat_dev_gen3.c | 2 +- drivers/comm

[PATCH v3] crypto/qat: support to enable insecure algorithms

2023-05-25 Thread Vikash Poddar
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 --- Depends-on: patch-28182 ("[v2] common/qat

[PATCH v4] crypto/qat: support to enable insecure algorithms

2023-05-25 Thread Vikash Poddar
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 --- Depends-on: patch-28182 ("[v2] common/qat

[PATCH v5] crypto/qat: support to enable insecure algorithms

2023-05-28 Thread Vikash Poddar
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 --- Depends-on: patch-28182 ("[v2] common/qat

[PATCH v6] crypto/qat: support to enable insecure algorithms

2023-05-29 Thread Vikash Poddar
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 --- Depends-on: patch-28182 ("[v2] common/qat

[PATCH] crypto/qat: support to enable insecure algorithms

2023-04-20 Thread Vikash Poddar
All the insecure algorithms are default disable from cryptodev. use qat_legacy_capa to enable all the legacy algorithms. Signed-off-by: Vikash Poddar --- drivers/common/qat/qat_device.c | 1 + drivers/common/qat/qat_device.h | 3 +- drivers/crypto/qat/dev

[PATCH v7 1/3] common/qat: fix qat_dev_cmd_param corruption

2023-06-16 Thread Vikash Poddar
slice configuration") Cc: sta...@dpdk.org Cc: arkadiuszx.kusz...@intel.com Signed-off-by: Vikash Poddar Acked-by: Ciara Power --- v7: "support to enable insecure algorithms" commit is dependent on this patch --- drivers/common/qat/dev/qat_dev_gen1.c | 2 +- drivers/common/qat/de

[PATCH v7 2/3] crypto/qat: support to enable insecure algorithms

2023-06-16 Thread Vikash Poddar
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 Acked-by: Ciara Power --- v7: patch is splitted, new patch is

[PATCH v7 3/3] test/crypto: skip asym test for insecure algorithms

2023-06-16 Thread Vikash Poddar
Added support to skip the insecure asym algorithms Signed-off-by: Vikash Poddar Acked-by: Ciara Power --- v7: splitted from "support to enable insecure algorithms" patch --- app/test/test_cryptodev_asym.c | 28 +--- 1 file changed, 21 insertions(+), 7 deletion

[PATCH v1] common/qat: detach QAT crypto compress build

2023-06-23 Thread Vikash Poddar
qat_qp.c is a common file for QAT crypto and compress. Moved compress function from common file to compress QAT file qat_comp.c Fixes: 2ca75c65af4c ("common/qat: build drivers from common folder") Cc: bruce.richard...@intel.com Cc: sta...@dpdk.org Signed-off-by: Vikash Poddar --

[PATCH v2] common/qat: detach QAT crypto compress build

2023-06-23 Thread Vikash Poddar
qat_qp.c is a common file for QAT crypto and compress. Moved compress function from common file to compress QAT file qat_comp.c Fixes: 2ca75c65af4c ("common/qat: build drivers from common folder") Cc: bruce.richard...@intel.com Cc: sta...@dpdk.org Signed-off-by: Vikash Poddar ---

[PATCH v3] common/qat: fix detach QAT crypto compress build

2023-06-26 Thread Vikash Poddar
qat_qp.c is a common file for QAT crypto and compress. Moved compress function from common file to compress QAT file qat_comp.c Bugzilla ID: 1237 Fixes: 2ca75c65af4c ("common/qat: build drivers from common folder") Cc: bruce.richard...@intel.com Cc: sta...@dpdk.org Signed-off-by: Vik