[dpdk-test-report] |WARNING| pw99706 [PATCH] [v2] examples/l2fwd-event: changes to use event vector
dpdklab at iol.unh.edu
dpdklab at iol.unh.edu
Wed Oct 6 17:07:07 CEST 2021
Test-Label: iol-x86_64-compile-testing
Test-Status: WARNING
http://dpdk.org/patch/99706
_Testing issues_
Submitter: Shijith Thotton <sthotton at marvell.com>
Date: Monday, September 27 2021 06:21:35
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:2700326085033fd13339a8de31f58a95d1ee9c3f
99706 --> testing fail
Test environment and result as below:
+---------------------+--------------------+-------------------+----------------------+
| Environment | dpdk_meson_compile | dpdk_compile_spdk | dpdk_mingw64_compile |
+=====================+====================+===================+======================+
| Fedora 31 | PASS | SKIPPED | SKIPPED |
+---------------------+--------------------+-------------------+----------------------+
| Windows Server 2019 | PASS | SKIPPED | PASS |
+---------------------+--------------------+-------------------+----------------------+
| Ubuntu 18.04 | PASS | FAIL | SKIPPED |
+---------------------+--------------------+-------------------+----------------------+
| FreeBSD 13 | PASS | SKIPPED | SKIPPED |
+---------------------+--------------------+-------------------+----------------------+
| Ubuntu 20.04 | PASS | SKIPPED | SKIPPED |
+---------------------+--------------------+-------------------+----------------------+
| openSUSE Leap 15 | PASS | SKIPPED | SKIPPED |
+---------------------+--------------------+-------------------+----------------------+
| Fedora 32 | PASS | SKIPPED | SKIPPED |
+---------------------+--------------------+-------------------+----------------------+
| CentOS 8 | PASS | SKIPPED | SKIPPED |
+---------------------+--------------------+-------------------+----------------------+
| CentOS Stream 8 | PASS | SKIPPED | SKIPPED |
+---------------------+--------------------+-------------------+----------------------+
| RHEL 7 | PASS | SKIPPED | SKIPPED |
+---------------------+--------------------+-------------------+----------------------+
| RHEL8 | PASS | SKIPPED | SKIPPED |
+---------------------+--------------------+-------------------+----------------------+
| Arch Linux | PASS | SKIPPED | SKIPPED |
+---------------------+--------------------+-------------------+----------------------+
| Fedora 33 | PASS | SKIPPED | SKIPPED |
+---------------------+--------------------+-------------------+----------------------+
| Fedora 34 | PASS | SKIPPED | SKIPPED |
+---------------------+--------------------+-------------------+----------------------+
| Alpine | PASS | SKIPPED | SKIPPED |
+---------------------+--------------------+-------------------+----------------------+
| Fedora 34 clang | PASS | SKIPPED | SKIPPED |
+---------------------+--------------------+-------------------+----------------------+
==== 20 line log output for Ubuntu 18.04 (dpdk_compile_spdk): ====
eth_q_conf.vector_sz = rsrc->evt_vec.size;
^
../examples/l2fwd-event/l2fwd_event_generic.c:258:15: error: 'struct rte_event_eth_rx_adapter_queue_conf' has no member named 'vector_timeout_ns'
eth_q_conf.vector_timeout_ns =
^
../examples/l2fwd-event/l2fwd_event_generic.c:260:15: error: 'struct rte_event_eth_rx_adapter_queue_conf' has no member named 'vector_mp'
eth_q_conf.vector_mp = rsrc->evt_vec_pool;
^
[3069/3140] Linking target examples/dpdk-ntb
[3070/3140] Linking target examples/dpdk-symmetric_mp
[3071/3140] Compiling C object examples/dpdk-pthread_shim.p/performance-thread_pthread_shim_main.c.o
[3072/3140] Compiling C object examples/dpdk-pthread_shim.p/performance-thread_common_lthread.c.o
[3073/3140] Compiling C object examples/dpdk-pipeline.p/pipeline_thread.c.o
[3074/3140] Compiling C object examples/dpdk-l2fwd-event.p/l2fwd-event_l2fwd_common.c.o
[3075/3140] Compiling C object examples/dpdk-l2fwd-event.p/l2fwd-event_l2fwd_poll.c.o
[3076/3140] Compiling C object examples/dpdk-l2fwd-event.p/l2fwd-event_main.c.o
[3077/3140] Generating symbol file drivers/librte_mempool_cnxk.so.22.0.p/librte_mempool_cnxk.so.22.0.symbols
[3078/3140] Generating symbol file drivers/librte_crypto_cnxk.so.22.0.p/librte_crypto_cnxk.so.22.0.symbols
[3079/3140] Compiling C object examples/dpdk-l2fwd-event.p/l2fwd-event_l2fwd_event.c.o
ninja: build stopped: subcommand failed.
==== End log output ====
Fedora 31
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 9.3.1
Windows Server 2019
Kernel: 10.0
Compiler: clang 9.0 and gcc 8.1.0 (MinGW)
Ubuntu 18.04
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 7.5.0-3ubuntu1~18.04
FreeBSD 13
Kernel: 13.0
Compiler: clang 11.0.1
Ubuntu 20.04
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 9.3.0-17ubuntu1~20.04
openSUSE Leap 15
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 7.5.0
Fedora 32
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 10.2.1
CentOS 8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5)
CentOS Stream 8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.4.1 20200928
RHEL 7
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 4.8.5 20150623 (Red Hat 4.8.5-44)
RHEL8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5)
Arch Linux
Kernel: 5.4.0-73-generic
Compiler: gcc 11.1.0
Fedora 33
Kernel: 5.4.0-72-generic
Compiler: gcc 10.3.1 20210422 (Red Hat 10.3.1-1)
Fedora 34
Kernel: 5.4.0-72-generic
Compiler: gcc 11.1.1 20210428 (Red Hat 11.1.1-1)
Alpine
Kernel: 5.4.0-73-generic
Compiler: gcc (Alpine 10.3.1_git20210424) 10.3.1 20210424
Fedora 34 clang
Kernel: 5.4.0-72-generic
Compiler: clang 12.0.0 (Fedora 12.0.0-0.3.rc1.fc34)
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/18976/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
More information about the test-report
mailing list