From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 3F86142CC4; Thu, 15 Jun 2023 11:44:38 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 0B789410D0; Thu, 15 Jun 2023 11:44:38 +0200 (CEST) Received: from inbox.dpdk.org (inbox.dpdk.org [95.142.172.178]) by mails.dpdk.org (Postfix) with ESMTP id C608B40A84 for ; Thu, 15 Jun 2023 11:44:36 +0200 (CEST) Received: by inbox.dpdk.org (Postfix, from userid 33) id B627A42CC5; Thu, 15 Jun 2023 11:44:36 +0200 (CEST) From: bugzilla@dpdk.org To: dev@dpdk.org Subject: [Bug 1250] [dpdk-23.07][meson test] driver-tests/cryptodev_openssl_asym_autotest blocked in RHEL9.0 Date: Thu, 15 Jun 2023 09:44:36 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: DPDK X-Bugzilla-Component: meson X-Bugzilla-Version: 23.07 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: tingtingx.liao@intel.com X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: dev@dpdk.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter target_milestone attachments.created Message-ID: Content-Type: multipart/alternative; boundary=16868222760.bcDC.1139759 Content-Transfer-Encoding: 7bit X-Bugzilla-URL: http://bugs.dpdk.org/ Auto-Submitted: auto-generated X-Auto-Response-Suppress: All MIME-Version: 1.0 X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org --16868222760.bcDC.1139759 Date: Thu, 15 Jun 2023 11:44:36 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://bugs.dpdk.org/ Auto-Submitted: auto-generated X-Auto-Response-Suppress: All https://bugs.dpdk.org/show_bug.cgi?id=3D1250 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=3D254&action=3Dedit 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=3Dgcc meson -Denable_kmods=3DTrue -Dlibdir=3Dlib 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=3Dcryptodev_openssl_asym_autotest MALLOC_PERTURB_=3D254 /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 --=20 You are receiving this mail because: You are the assignee for the bug.= --16868222760.bcDC.1139759 Date: Thu, 15 Jun 2023 11:44:36 +0200 MIME-Version: 1.0 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://bugs.dpdk.org/ Auto-Submitted: auto-generated X-Auto-Response-Suppress: All
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=3Dgcc meson -Denable_kmods=3DTrue -Dlibdir=3Dlib 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=3Dcryptodev_openssl_asym_autotest MALLOC_PERTURB_=3D254
/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 <gak=
hil@marvell.com>
          


You are receiving this mail because:
  • You are the assignee for the bug.
=20=20=20=20=20=20=20=20=20=20
= --16868222760.bcDC.1139759--