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 1F066A0C4D; Wed, 13 Oct 2021 08:06:09 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id DE06940150; Wed, 13 Oct 2021 08:06:08 +0200 (CEST) Received: from inbox.dpdk.org (inbox.dpdk.org [95.142.172.178]) by mails.dpdk.org (Postfix) with ESMTP id 8C54840142 for ; Wed, 13 Oct 2021 08:06:07 +0200 (CEST) Received: by inbox.dpdk.org (Postfix, from userid 33) id 76907A0C4E; Wed, 13 Oct 2021 08:06:07 +0200 (CEST) From: bugzilla@dpdk.org To: dev@dpdk.org Date: Wed, 13 Oct 2021 06:06:06 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: DPDK X-Bugzilla-Component: core X-Bugzilla-Version: 21.11 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: leweix.yang@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 827] unit_tests_eal/link_bonding:Failed to execute link_bonding_autotest 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=3D827 Bug ID: 827 Summary: unit_tests_eal/link_bonding:Failed to execute link_bonding_autotest Product: DPDK Version: 21.11 Hardware: All OS: All Status: UNCONFIRMED Severity: normal Priority: Normal Component: core Assignee: dev@dpdk.org Reporter: leweix.yang@intel.com Target Milestone: --- DPDK version: Use make showversion or for a non-released version: git remot= e -v && git show-ref --heads 21.11.0-rc0:e0ae3db0c043cbdc4cc22bb60206f21ec4a82a02 Other software versions: name/version for QEMU, OVS, etc. Repeat as require= d. OS: Red Hat Enterprise Linux 8.4 4.18.0-305.19.1.el8_4.x86_64=C2=A0 Compiler: gcc (GCC) 8.4.1 20200928 (Red Hat 8.4.1-1) Hardware platform:=C2=A0 Intel(R) Xeon(R) Gold 6252N CPU @ 2.30GHz. NIC hardware: Ethernet Controller XXV710 for 25GbE SFP28 158b Device version: 2.17.1 NIC firmware: 8.30 0x8000a485 1.2926.0 Test Setup Steps to reproduce List the steps to reproduce the issue: 1. build dpdk=20 # rm -rf x86_64-native-linuxapp-gcc # CC=3Dgcc meson --werror -Denable_kmods=3DTrue -Dlibdir=3Dlib -Dc_args=3D'-DRTE_EAL_IGB_UIO=3D1' --default-library=3Dstatic x86_64-native-linuxapp-gcc=20 # ninja -C x86_64-native-linuxapp-gcc -j 70=20 2.lanch app # ./x86_64-native-linuxapp-gcc/app/test/dpdk-test -l 1,2,3,4 -n 4=20=20 --file-prefix=3Ddpdk_4932_20211013214822 3.execute dpdk command # link_bonding_autotest Show the output from the previous commands: + ------------------------------------------------------- + + Test Suite Summary : Link Bonding Unit Test Suite + ------------------------------------------------------- + + Tests Total : 65 + Tests Skipped : 0 + Tests Executed : 65 + Tests Unsupported: 0 + Tests Passed : 17 + Tests Failed : 48 + ------------------------------------------------------- + Test Failed Expected Result Explain what is the expected result in text or as an example output: + ------------------------------------------------------- + + Test Suite Summary : Link Bonding Unit Test Suite + ------------------------------------------------------- + + Tests Total : 65 + Tests Skipped : 0 + Tests Executed : 65 + Tests Unsupported: 0 + Tests Passed : 65 + Tests Failed : 0 + ------------------------------------------------------- + Test OK Regression Is this issue a regression: Y git show 7483341ae5533c5d5fa080a5d229e6f2daf03ea5 commit 7483341ae5533c5d5fa080a5d229e6f2daf03ea5 (HEAD, refs/bisect/bad) Author: Xueming Li Date: Wed Oct 6 19:18:22 2021 +0800 ethdev: change queue release callback Currently, most ethdev callback API use queue ID as parameter, but Rx and Tx queue release callback use queue object which is used by Rx and Tx burst data plane callback. To align with other eth device queue configuration callbacks: queue release callbacks are changed to use queue ID all drivers are adapted Signed-off-by: Xueming Li Reviewed-by: Andrew Rybchenko Acked-by: Ajit Khaparde Acked-by: Somnath Kotur Acked-by: Ferruh Yigit --=20 You are receiving this mail because: You are the assignee for the bug.=