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 1FE6BA0C47; Wed, 27 Oct 2021 19:47:35 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id AF9894068C; Wed, 27 Oct 2021 19:47:34 +0200 (CEST) Received: from inbox.dpdk.org (inbox.dpdk.org [95.142.172.178]) by mails.dpdk.org (Postfix) with ESMTP id 3C3C54003F for ; Wed, 27 Oct 2021 19:47:33 +0200 (CEST) Received: by inbox.dpdk.org (Postfix, from userid 33) id 15EC3A0C4B; Wed, 27 Oct 2021 19:47:33 +0200 (CEST) From: bugzilla@dpdk.org To: dev@dpdk.org Date: Wed, 27 Oct 2021 17:47:33 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: DPDK X-Bugzilla-Component: cryptodev X-Bugzilla-Version: 21.11 X-Bugzilla-Keywords: X-Bugzilla-Severity: minor X-Bugzilla-Who: varalakshmi.s@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 Message-ID: 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 MIME-Version: 1.0 Subject: [dpdk-dev] [Bug 843] [dpdk-21.11 rc1] performance tests with QAT are failing 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 Sender: "dev" https://bugs.dpdk.org/show_bug.cgi?id=3D843 Bug ID: 843 Summary: [dpdk-21.11 rc1] performance tests with QAT are failing Product: DPDK Version: 21.11 Hardware: All OS: Linux Status: UNCONFIRMED Severity: minor Priority: Normal Component: cryptodev Assignee: dev@dpdk.org Reporter: varalakshmi.s@intel.com Target Milestone: --- Environment DPDK Version: 6c390cee976e33b1e9d8562d32c9d3ebe5d9ce94 OS: 5.4.0-89-generic #100~18.04.1-Ubuntu SMP Wed Sep 29 10:59:42 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux=20 Compiler: 7.5.0 Hardware platform: Purley Steps to reproduce from dpdk path, the following steps should be followed: x86_64-native-linuxapp-gcc/app/dpdk-test-crypto-perf -l 9,10,66,11,67,12,68= -a 0000:1a:01.0 -a 0000:1a:01.1 -a 0000:1a:02.2 -a 0000:1a:02.3 -a 0000:1a:02.= 4 -a 0000:1a:02.5 --socket-mem 2048,0 -n 4 =E2=80=93 --ptest throughput --silent= --total-ops 30000000 --burst-sz 32 --buffer-sz 64,128,256,512,1024,2048 --devtype crypto_qat --optype cipher-then-auth --cipher-algo aes-cbc --cipher-op encr= ypt --cipher-key-sz 16 --cipher-iv-sz 16 --auth-algo sha1-hmac --auth-op genera= te --auth-key-sz 64 --digest-sz 20 Actual Result: 27/10/2021 23:55:00 dut.10.240.183.147: EAL: Detected CPU lcores: 112^M EAL: Detected NUMA nodes: 2^M EAL: Detected static linkage of DPDK^M EAL: Multi-process socket /var/run/dpdk/rte/mp_socket^M EAL: Selected IOVA mode 'VA'^M EAL: 1024 hugepages of size 2097152 reserved, but no mounted hugetlbfs found for that size^M EAL: VFIO support initialized^M EAL: Using IOMMU type 1 (Type 1)^M EAL: Error setting up interrupts!^M EAL: 0000:1a:01.0 setup device failed^M EAL: Requested device 0000:1a:01.0 cannot be used^M EAL: 0000:1a:01.1 failed to select IOMMU type^M EAL: Requested device 0000:1a:01.1 cannot be used^M EAL: 0000:1a:02.2 failed to select IOMMU type^M EAL: Requested device 0000:1a:02.2 cannot be used^M EAL: 0000:1a:02.3 failed to select IOMMU type^M EAL: Requested device 0000:1a:02.3 cannot be used^M EAL: 0000:1a:02.4 failed to select IOMMU type^M EAL: Requested device 0000:1a:02.4 cannot be used^M EAL: 0000:1a:02.5 failed to select IOMMU type^M EAL: Requested device 0000:1a:02.5 cannot be used^M EAL: Bus (pci) probe failed.^M Expected Result Test is expected to Pass with no errors. Stack Trace or Log ---------------------------------------------------------------------------= --- 8cb5d08db940a6b26f5c5ac03b49bac25e9a7022 is the first bad commit commit 8cb5d08db940a6b26f5c5ac03b49bac25e9a7022 Author: Harman Kalra Date: Sat Oct 23 02:19:32 2021 +0530 interrupts: extend event list Dynamically allocating the efds and elist array of intr_handle structure, based on size provided by user. Eg size can be MSIX interrupts supported by a PCI device. Signed-off-by: Harman Kalra Signed-off-by: David Marchand Acked-by: Dmitry Kozlyuk Tested-by: Raslan Darawsheh ---------------------------------------------------------------------------= --- --=20 You are receiving this mail because: You are the assignee for the bug.=