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 [thread overview]
Message-ID: <bug-1105-3@http.bugs.dpdk.org/> (raw)
https://bugs.dpdk.org/show_bug.cgi?id=1105
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=gcc meson -Denable_kmods=True -Dlibdir=lib --default-library=static
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:00.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=1024 TXD=1024
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
Author: Olivier Matz <olivier.matz@6wind.com>
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 <olivier.matz@6wind.com>
--
You are receiving this mail because:
You are the assignee for the bug.
next reply other threads:[~2022-10-17 9:05 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-10-17 9:05 bugzilla [this message]
2022-10-24 11:38 ` [Bug 1105] [dpdk-22.11] unit_tests_loopback: pmd_perf_autotest failed bugzilla
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=bug-1105-3@http.bugs.dpdk.org/ \
--to=bugzilla@dpdk.org \
--cc=dev@dpdk.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.