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 0BCE8A0556; Mon, 17 Oct 2022 11:05:07 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id E668D4021D; Mon, 17 Oct 2022 11:05:06 +0200 (CEST) Received: from inbox.dpdk.org (inbox.dpdk.org [95.142.172.178]) by mails.dpdk.org (Postfix) with ESMTP id 36FB640143 for ; Mon, 17 Oct 2022 11:05:05 +0200 (CEST) Received: by inbox.dpdk.org (Postfix, from userid 33) id 261E3A055B; Mon, 17 Oct 2022 11:05:05 +0200 (CEST) From: bugzilla@dpdk.org To: dev@dpdk.org Subject: [Bug 1105] [dpdk-22.11] unit_tests_loopback: pmd_perf_autotest failed Date: Mon, 17 Oct 2022 09:05:04 +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: 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 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 https://bugs.dpdk.org/show_bug.cgi?id=3D1105 Bug ID: 1105 Summary: [dpdk-22.11] unit_tests_loopback: pmd_perf_autotest failed Product: DPDK Version: 22.11 Hardware: All OS: FreeBSD Status: UNCONFIRMED Severity: normal Priority: Normal Component: meson Assignee: dev@dpdk.org Reporter: linglix.chen@intel.com Target Milestone: --- Environment OS: FreeBSD 13.1-RELEASE Test Setup 1. build dpdk CC=3Dgcc meson -Denable_kmods=3DTrue -Dlibdir=3Dlib --default-library=3Dst= atic x86_64-native-bsdapp-gcc ninja -C x86_64-native-bsdapp-gcc 2.kldload ./x86_64-native-bsdapp-gcc/kernel/freebsd/contigmem.ko kldload ./x86_64-native-bsdapp-gcc/kernel/freebsd/nic_uio.ko 3. launch testpmd x86_64-native-bsdapp-gcc/app/test/dpdk-test -l 2-39 -n 4 -a 84:00.0 -a 84:0= 0.1 4.start autotest RTE>>pmd_perf_autotest Show the output from the previous commands Start PMD RXTX cycles cost test. Allocated mbuf pool on socket 0 CONFIG RXD=3D1024 TXD=3D1024 No avail lcore to run test Test Failed Expected Result Test OK Regression Is this issue a regression: (Y/N)Y Version the regression was introduced: Specify git id if known. commit 7dcd73e37965ba0bfa430efeac362fe183ed0ae2=20 Author: Olivier Matz Date: Tue Oct 4 16:58:50 2022 +0200 drivers/bus: set device NUMA node to unknown by default The dev->device.numa_node field is set by each bus driver for every device it manages to indicate on which NUMA node this device lies. When this information is unknown, the assigned value is not consistent across the bus drivers. Set the default value to SOCKET_ID_ANY (-1) by all bus drivers when the NUMA information is unavailable. This change impacts rte_eth_dev_socket_id() in the same manner. Signed-off-by: Olivier Matz --=20 You are receiving this mail because: You are the assignee for the bug.=