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 6519545E5A;
Mon, 9 Dec 2024 11:14:34 +0100 (CET)
Received: from mails.dpdk.org (localhost [127.0.0.1])
by mails.dpdk.org (Postfix) with ESMTP id 082724025F;
Mon, 9 Dec 2024 11:14:34 +0100 (CET)
Received: from inbox.dpdk.org (inbox.dpdk.org [95.142.172.178])
by mails.dpdk.org (Postfix) with ESMTP id 997994025D
for ; Mon, 9 Dec 2024 11:14:32 +0100 (CET)
Received: by inbox.dpdk.org (Postfix, from userid 33)
id 7F57F45E5B; Mon, 9 Dec 2024 11:14:32 +0100 (CET)
From: bugzilla@dpdk.org
To: dev@dpdk.org
Subject: [DPDK/meson Bug 1593] meson_tests/driver link_bonding_autotest test
failed
Date: Mon, 09 Dec 2024 10:14:31 +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: 22.11
X-Bugzilla-Keywords:
X-Bugzilla-Severity: normal
X-Bugzilla-Who: linglix.chen@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: multipart/alternative; boundary=17337392720.C50e7.1851581
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
--17337392720.C50e7.1851581
Date: Mon, 9 Dec 2024 11:14:32 +0100
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=3D1593
Bug ID: 1593
Summary: meson_tests/driver link_bonding_autotest test failed
Product: DPDK
Version: 22.11
Hardware: x86
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: Normal
Component: meson
Assignee: dev@dpdk.org
Reporter: linglix.chen@intel.com
Target Milestone: ---
Environment
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
DPDK version: 09fb920298 (tag: v22.11.7-rc1) version: 22.11.7-rc1
OS: openEuler 22.03/5.10.0-136.26.0.102.oe2203sp1.x86_64
Compiler: gcc version 10.3.1 (GCC)
Hardware platform: Intel(R) Xeon(R) Gold 6139 CPU @ 2.30GHz
NIC hardware: Ethernet Controller XXV710 for 25GbE SFP28 158b
NIC firmware:=20
FW: 9.00 0x8000ceba 1.1691.0
Driver: i40e-2.20.12
Test Setup
Steps to reproduce
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
1. Bind ports to vfio-pci
./usertools/dpdk-devbind.py -b vfio-pci 0000:af:00.0 0000:af:00.1
2. Start link_bonding_autotest test
meson test -C x86_64-native-linuxapp-gcc --suite DPDK:driver-tests
link_bonding_autotest -t 24 --test-args '-c 0xff' --num-processes 20
Show the output from the previous commands.
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
ninja: no work to do.
ninja: Entering directory `/root/dpdk/x86_64-native-linuxapp-gcc'
ninja: no work to do.
1/1 DPDK:driver-tests / link_bonding_autotest FAIL 3.0=
5s=20=20
(exit status 255 or signal 127 SIGinvalid)
>>> MALLOC_PERTURB_=3D156 DPDK_TEST=3Dlink_bonding_autotest
>>> /root/dpdk/x86_64-native-linuxapp-gcc/app/test/dpdk-test -c 0xff
Ok: 0
Expected Fail: 0
Fail: 1
Unexpected Pass: 0
Skipped: 0
Timeout: 0
Full log written to
/root/dpdk/x86_64-native-linuxapp-gcc/meson-logs/testlog.txt
Expected Result
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
Test OK, no fail
bad commit
**********
commit 634cf74378ab4fb451ea6f24aca1658cfce24743
Author: Stephen Hemminger
Date: Thu Nov 21 10:23:22 2024 -0800
test/bonding: fix loop on members
[ upstream commit 112ce3917674b7e316776305d7e27778d17eb1b7 ]
Do not use same variable for outer and inner loop in bonding test.
Since the loop is just freeing the resulting burst use bulk free.
Link: https://pvs-studio.com/en/blog/posts/cpp/1179/
Fixes: 92073ef961ee ("bond: unit tests")
Signed-off-by: Stephen Hemminger
Acked-by: Bruce Richardson
Acked-by: Chengwen Feng
--=20
You are receiving this mail because:
You are the assignee for the bug.=
--17337392720.C50e7.1851581
Date: Mon, 9 Dec 2024 11:14:32 +0100
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
meson_tests/driver link_bonding_autotest test failed
Product
DPDK
Version
22.11
Hardware
x86
OS
All
Status
UNCONFIRMED
Severity
normal
Priority
Normal
Component
meson
Assignee
dev@dpdk.org
Reporter
linglix.chen@intel.com
Target Milestone
---
Environment
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
DPDK version: 09fb920298 (tag: v22.11.7-rc1) version: 22.11.7-rc1
OS: openEuler 22.03/5.10.0-136.26.0.102.oe2203sp1.x86_64
Compiler: gcc version 10.3.1 (GCC)
Hardware platform: Intel(R) Xeon(R) Gold 6139 CPU @ 2.30GHz
NIC hardware: Ethernet Controller XXV710 for 25GbE SFP28 158b
NIC firmware:=20
FW: 9.00 0x8000ceba 1.1691.0
Driver: i40e-2.20.12
Test Setup
Steps to reproduce
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
1. Bind ports to vfio-pci
./usertools/dpdk-devbind.py -b vfio-pci 0000:af:00.0 0000:af:00.1
2. Start link_bonding_autotest test
meson test -C x86_64-native-linuxapp-gcc --suite DPDK:driver-tests
link_bonding_autotest -t 24 --test-args '-c 0xff' --num-processes 20
Show the output from the previous commands.
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
ninja: no work to do.
ninja: Entering directory `/root/dpdk/x86_64-native-linuxapp-gcc'
ninja: no work to do.
1/1 DPDK:driver-tests / link_bonding_autotest FAIL 3.0=
5s=20=20
(exit status 255 or signal 127 SIGinvalid)
>>> MALLOC_PERTURB_=3D156 DPDK_TEST=3Dlink_b=
onding_autotest
>>> /root/dpdk/x86_64-native-linuxapp-gcc/app/test/dpdk-test -c 0x=
ff
Ok: 0
Expected Fail: 0
Fail: 1
Unexpected Pass: 0
Skipped: 0
Timeout: 0
Full log written to
/root/dpdk/x86_64-native-linuxapp-gcc/meson-logs/testlog.txt
Expected Result
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
Test OK, no fail
bad commit
**********
commit 634cf74378ab4fb451ea6f24aca1658cfce24743
Author: Stephen Hemminger <stephen@networkplumber.org>
Date: Thu Nov 21 10:23:22 2024 -0800
test/bonding: fix loop on members
[ upstream commit 112ce3917674b7e316776305d7e27778d17eb1b7 ]
Do not use same variable for outer and inner loop in bonding test.
Since the loop is just freeing the resulting burst use bulk free.
Link: https:=
//pvs-studio.com/en/blog/posts/cpp/1179/
Fixes: 92073ef961ee ("bond: unit tests")
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
Acked-by: Bruce Richardson <bruce.richardson@intel.com>
Acked-by: Chengwen Feng <fengchengwen@huawei.com>