RE: [EXT] [dpdk-dev v1 1/2] app/test: add diffie-hellman test cases

2023-03-14 Thread Akhil Goyal
> From: Arkadiusz Kusztal > > Added Diffie-Hellman tests. This tests adding possibility > to check correctness of particular DH phases, which is not > possible with current tests cases. > > Signed-off-by: Arkadiusz Kusztal > Signed-off-by: Kai Ji This series will be deferred for next release

[dpdk-dev v1 1/2] app/test: add diffie-hellman test cases

2023-03-13 Thread Kai Ji
From: Arkadiusz Kusztal Added Diffie-Hellman tests. This tests adding possibility to check correctness of particular DH phases, which is not possible with current tests cases. Signed-off-by: Arkadiusz Kusztal Signed-off-by: Kai Ji --- app/test/test_cryptodev_asym.c| 262 ++