https://bugs.dpdk.org/show_bug.cgi?id=1250 Bug ID: 1250 Summary: [dpdk-23.07][meson test] driver-tests/cryptodev_openssl_asym_autotest blocked in RHEL9.0 Product: DPDK Version: 23.07 Hardware: All OS: Linux Status: UNCONFIRMED Severity: normal Priority: Normal Component: meson Assignee: dev@dpdk.org Reporter: tingtingx.liao@intel.com Target Milestone: --- Created attachment 254 --> https://bugs.dpdk.org/attachment.cgi?id=254&action=edit Full output result for step 4 Environment DPDK version: 050de60d8a5cef8b7c10b4471905ca8bf69d670e OS: RHEL9.0/5.14.0-70.13.1.el9_0.x86_64 Compiler: gcc (GCC) 11.2.1 20220127 (Red Hat 11.2.1-9) NIC hardware: Ethernet Controller XXV710 for 25GbE SFP28 158b Hardware platform: Intel(R) Xeon(R) Gold 6140M CPU @ 2.30GHz NIC driver: i40e-5.14.0-70.13.1.el9_0.x86_64 NIC firmware: 9.20 0x8000d89c 1.3353.0 Test Setup 1. Use the following command to bind NIC port to DPDK: dpdk-devbind.py -b vfio-pci 0000:af:00.0 0000:af:00.1 2. Ensure that the relevant dependency packages are installed yum install openssl-devel.x86_64 3. Use the following command to build DPDK: rm x86_64-native-linuxapp-gcc/ -rf CC=gcc meson -Denable_kmods=True -Dlibdir=lib x86_64-native-linuxapp-gcc ninja -C x86_64-native-linuxapp-gcc -j 70 4. Execute the following command in the dpdk directory,the test result will be blocked: DPDK_TEST=cryptodev_openssl_asym_autotest MALLOC_PERTURB_=254 /root/dpdk/x86_64-native-linuxapp-gcc/app/test/dpdk-test -c 0xff -a 0000:af:00.0 -a 0000:af:00.1 [Output] blocked on "TestCase [ 2] : test_dh_keygenration succeeded" [Expected Result] Print 'Test OK', all sub-cases tests passed. Regression Is this issue a regression: (Y/N)Y Version the regression was introduced: Specify git id if known. commit 3b7d638fb11f761306f0b3f153dd7774170355de Author: Gowrishankar Muthukrishnan Date: Thu Jun 8 14:06:04 2023 +0530 crypto/openssl: support asymmetric SM2 Add SM2 asymmetric algorithm support in openssl PMD. Signed-off-by: Gowrishankar Muthukrishnan Acked-by: Akhil Goyal -- You are receiving this mail because: You are the assignee for the bug.