RE: [PATCH v4 3/3] test/crypto: move dh type from xform to dh op

2022-04-27 Thread Zhang, Roy Fan
> -Original Message- > From: Kusztal, ArkadiuszX > Sent: Wednesday, April 27, 2022 8:44 AM > To: dev@dpdk.org > Cc: gak...@marvell.com; Zhang, Roy Fan ; Kusztal, > ArkadiuszX > Subject: [PATCH v4 3/3] test/crypto: move dh type from xform to dh op > > This com

[PATCH v4 3/3] test/crypto: move dh type from xform to dh op

2022-04-27 Thread Arek Kusztal
This commit reflects API changes in Diffie-Hellman, now for setting crypto operation type asym_op no xform is responsible. Signed-off-by: Arek Kusztal --- app/test/test_cryptodev_asym.c | 11 ++- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/app/test/test_cryptodev_asym.c