Hi Gowri, Can you fix the CI issues reported.
http://mails.dpdk.org/archives/test-report/2024-September/798079.html openssl asym autotest is also failing. http://mails.dpdk.org/archives/test-report/2024-September/798209.html > Subject: [PATCH v3 6/6] app/crypto-perf: support EDDSA > > Added support for EDDSA 25519 curve SIGN and VERIFY operations. > > Signed-off-by: Gowrishankar Muthukrishnan <gmuthukri...@marvell.com> > --- > app/test-crypto-perf/cperf_ops.c | 52 ++++++++++++++++++++ > app/test-crypto-perf/cperf_options.h | 2 + > app/test-crypto-perf/cperf_options_parsing.c | 9 +++- > app/test-crypto-perf/cperf_test_common.c | 1 + > app/test-crypto-perf/cperf_test_vectors.c | 52 ++++++++++++++++++++ > app/test-crypto-perf/cperf_test_vectors.h | 10 ++++ > app/test-crypto-perf/main.c | 13 +++++ > doc/guides/tools/cryptoperf.rst | 1 + > 8 files changed, 138 insertions(+), 2 deletions(-)