<html>
    <head>
      <base href="https://bugs.dpdk.org/">
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8" class="bz_new_table">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - [dpdk-24.07] meson_tests/driver-tests: event_dma_adapter_autotest test timeout"
   href="https://bugs.dpdk.org/show_bug.cgi?id=1469">1469</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>[dpdk-24.07] meson_tests/driver-tests: event_dma_adapter_autotest test timeout
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>DPDK
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>24.07
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>x86
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>Linux
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>UNCONFIRMED
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>Normal
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>meson
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>dev@dpdk.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>songx.jiale@intel.com
          </td>
        </tr>

        <tr>
          <th>Target Milestone</th>
          <td>---
          </td>
        </tr></table>
      <p>
        <div class="bz_comment_block">
          <pre class="bz_comment_text">[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
<span class="quote">>>> 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</span >


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
<span class="quote">>>> 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</span >


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 <<a href="mailto:pbhagavatula@marvell.com">pbhagavatula@marvell.com</a>>
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 <<a href="mailto:pbhagavatula@marvell.com">pbhagavatula@marvell.com</a>>
    Acked-by: Amit Prakash Shukla <<a href="mailto:amitprakashs@marvell.com">amitprakashs@marvell.com</a>>
          </pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
      <div itemscope itemtype="http://schema.org/EmailMessage">
        <div itemprop="action" itemscope itemtype="http://schema.org/ViewAction">
          
          <link itemprop="url" href="https://bugs.dpdk.org/show_bug.cgi?id=1469">
          <meta itemprop="name" content="View bug">
        </div>
        <meta itemprop="description" content="Bugzilla bug update notification">
      </div>
    </body>
</html>