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 [details]
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 <gmuthukrishn@marvell.com>
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 <gmuthukrishn@marvell.com>
    Acked-by: Akhil Goyal <gakhil@marvell.com>
          


You are receiving this mail because: