* [DPDK/meson Bug 1469] [dpdk-24.07] meson_tests/driver-tests: event_dma_adapter_autotest test timeout
@ 2024-06-21 9:27 bugzilla
2024-07-04 6:48 ` bugzilla
0 siblings, 1 reply; 2+ messages in thread
From: bugzilla @ 2024-06-21 9:27 UTC (permalink / raw)
To: dev
[-- Attachment #1: Type: text/plain, Size: 4060 bytes --]
https://bugs.dpdk.org/show_bug.cgi?id=1469
Bug ID: 1469
Summary: [dpdk-24.07] meson_tests/driver-tests:
event_dma_adapter_autotest test timeout
Product: DPDK
Version: 24.07
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: Normal
Component: meson
Assignee: dev@dpdk.org
Reporter: songx.jiale@intel.com
Target Milestone: ---
[Environment]
DPDK version:
dpdk-24.07.0-rc1: 4a44d97f0a52a76258c6a6cb6a713f4380a8ab1f
Other software versions: N/A.
OS: Ubuntu 24.04 LTS/6.8.0-31-generic
Compiler: gcc version 8.5.0 20210514
Hardware platform: Intel(R) Xeon(R) Gold 6139 CPU @ 2.30GHz
NIC hardware: Intel Corporation Ethernet Controller E810-C for SFP [8086:1593]
(rev 01)
NIC driver: ice-1.14.9
NIC firmware: 4.50 0x8001d8f0 1.3597.0
[Test Setup]
1.blind port to vfio-pci
./usertools/dpdk-devbind.py -b vfio-pci 0000:18:00.0 0000:18:00.1 0000:18:00.2
0000:18:00.3
2. start meson_tests
meson test -C x86_64-native-linuxapp-gcc --suite DPDK:driver-tests
event_dma_adapter_autotest -t 24 --num-processes 20 --test-args '-c 0xff
--vdev=dma_skeleton -a 0000:18:00.0 -a 0000:18:00.1 -a 0000:18:00.2 -a
0000:18:00.3'
[Show the output from the previous commands.]
ninja: Entering directory `/root/dpdk/x86_64-native-linuxapp-gcc'
ninja: no work to do.
WARNING: CTRL-C detected, interrupting DPDK:driver-tests /
event_dma_adapter_autotest
1/1 DPDK:driver-tests / event_dma_adapter_autotest INTERRUPT
5.91s killed by signal 15 SIGTERM
>>> MALLOC_PERTURB_=4
>>> UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1
>>> MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1
>>> DPDK_TEST=event_dma_adapter_autotest
>>> ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1
>>> /root/dpdk/x86_64-native-linuxapp-gcc/app/dpdk-test -c 0xff
>>> --vdev=dma_skeleton -a 0000:18:00.0 -a 0000:18:00.1 -a 0000:18:00.2 -a
>>> 0000:18:00.3
Ok: 0
Expected Fail: 0
Fail: 0
Unexpected Pass: 0
Skipped: 0
Timeout: 1
[Expected Result]
ninja: Entering directory `/root/dpdk/x86_64-native-linuxapp-gcc'
ninja: no work to do.
WARNING: CTRL-C detected, interrupting DPDK:driver-tests /
event_dma_adapter_autotest
1/1 DPDK:driver-tests / event_dma_adapter_autotest INTERRUPT
5.91s killed by signal 15 SIGTERM
>>> MALLOC_PERTURB_=4
>>> UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1
>>> MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1
>>> DPDK_TEST=event_dma_adapter_autotest
>>> ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1
>>> /root/dpdk/x86_64-native-linuxapp-gcc/app/dpdk-test -c 0xff
>>> --vdev=dma_skeleton -a 0000:18:00.0 -a 0000:18:00.1 -a 0000:18:00.2 -a
>>> 0000:18:00.3
Ok: 1
Expected Fail: 0
Fail: 0
Unexpected Pass: 0
Skipped: 0
Timeout: 0
[Regression]
Is this issue a regression: (Y/N) Y
commit 588dcac2361011556934166d93da62dae712ce69
Author: Pavan Nikhilesh <pbhagavatula@marvell.com>
Date: Fri Jun 7 16:06:25 2024 +0530
eventdev/dma: reorganize event DMA ops
Re-organize event DMA ops structure to allow holding
source and destination pointers without the need for
additional memory, the mempool allocating memory for
rte_event_dma_adapter_ops can size the structure to
accommodate all the needed source and destination
pointers.
Add multiple words for holding user metadata, adapter
implementation specific metadata and event metadata.
Signed-off-by: Pavan Nikhilesh <pbhagavatula@marvell.com>
Acked-by: Amit Prakash Shukla <amitprakashs@marvell.com>
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #2: Type: text/html, Size: 6329 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
* [DPDK/meson Bug 1469] [dpdk-24.07] meson_tests/driver-tests: event_dma_adapter_autotest test timeout
2024-06-21 9:27 [DPDK/meson Bug 1469] [dpdk-24.07] meson_tests/driver-tests: event_dma_adapter_autotest test timeout bugzilla
@ 2024-07-04 6:48 ` bugzilla
0 siblings, 0 replies; 2+ messages in thread
From: bugzilla @ 2024-07-04 6:48 UTC (permalink / raw)
To: dev
[-- Attachment #1: Type: text/plain, Size: 659 bytes --]
https://bugs.dpdk.org/show_bug.cgi?id=1469
David Marchand (david.marchand@redhat.com) changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|IN_PROGRESS |RESOLVED
Resolution|--- |FIXED
CC| |david.marchand@redhat.com
--- Comment #3 from David Marchand (david.marchand@redhat.com) ---
Fixed in cfa81500ac39 ("eventdev/dma: fix missing response info in forward
mode").
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #2: Type: text/html, Size: 2902 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-07-04 6:48 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-06-21 9:27 [DPDK/meson Bug 1469] [dpdk-24.07] meson_tests/driver-tests: event_dma_adapter_autotest test timeout bugzilla
2024-07-04 6:48 ` bugzilla
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).