|WARNING| pw135862 [PATCH] event/dsw: optimize serving port logic

dpdklab at iol.unh.edu dpdklab at iol.unh.edu
Mon Jan 15 00:31:07 CET 2024


Test-Label: iol-abi-testing
Test-Status: WARNING
http://dpdk.org/patch/135862

_Testing issues_

Submitter: Mattias Ronnblom <mattias.ronnblom at ericsson.com>
Date: Sunday, January 14 2024 21:50:51 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:a1dff49b89249659bb40512bb1410a9afba0f382

135862 --> testing fail

Test environment and result as below:

+------------------+----------+
|   Environment    | abi_test |
+==================+==========+
| openSUSE Leap 15 | FAIL     |
+------------------+----------+
| Debian Buster    | FAIL     |
+------------------+----------+
| CentOS Stream 8  | FAIL     |
+------------------+----------+
| RHEL8            | FAIL     |
+------------------+----------+
| Ubuntu 22.04     | PASS     |
+------------------+----------+
| Fedora 38        | PASS     |
+------------------+----------+
| Debian Bullseye  | PASS     |
+------------------+----------+
| CentOS Stream 9  | PASS     |
+------------------+----------+
| Fedora 37        | PASS     |
+------------------+----------+

==== 20 line log output for RHEL8 (abi_test): ====
[2382/2976] Generating rte_event_dpaa.pmd.c with a custom command.
[2383/2976] Compiling C object 'drivers/a715181@@rte_event_dpaa at sha/meson-generated_.._rte_event_dpaa.pmd.c.o'.
[2384/2976] Compiling C object 'drivers/a715181@@tmp_rte_event_dpaa2 at sta/event_dpaa2_dpaa2_hw_dpcon.c.o'.
[2385/2976] Compiling C object 'drivers/a715181@@tmp_rte_event_dpaa2 at sta/event_dpaa2_dpaa2_eventdev.c.o'.
[2386/2976] Compiling C object 'drivers/a715181@@tmp_rte_event_dpaa2 at sta/event_dpaa2_dpaa2_eventdev_selftest.c.o'.
[2387/2976] Linking target drivers/librte_event_dpaa.so.24.1.
[2388/2976] Linking static target drivers/libtmp_rte_event_dpaa2.a.
[2389/2976] Compiling C object 'drivers/a715181@@rte_event_dpaa at sta/meson-generated_.._rte_event_dpaa.pmd.c.o'.
[2390/2976] Linking static target drivers/librte_event_dpaa.a.
[2391/2976] Generating rte_event_dpaa2.pmd.c with a custom command.
[2392/2976] Compiling C object 'drivers/a715181@@rte_event_dpaa2 at sta/meson-generated_.._rte_event_dpaa2.pmd.c.o'.
[2393/2976] Compiling C object 'drivers/a715181@@tmp_rte_event_dsw at sta/event_dsw_dsw_evdev.c.o'.
FAILED: drivers/a715181@@tmp_rte_event_dsw at sta/event_dsw_dsw_evdev.c.o
ccache cc -Idrivers/a715181@@tmp_rte_event_dsw at sta -Idrivers -I../drivers -Idrivers/event/dsw -I../drivers/event/dsw -Ilib/eventdev -I../lib/eventdev -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/x86/include -I../lib/eal/x86/include -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -Ilib/log -I../lib/log -Ilib/telemetry/../metrics -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -Ilib/ring -I../lib/ring -Ilib/ethdev -I../lib/ethdev -Ilib/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/meter -I../lib/meter -Ilib/hash -I../lib/hash -Ilib/rcu -I../lib/rcu -Ilib/timer -I../lib/timer -Ilib/cryptodev -I../lib/cryptodev -Ilib/dmadev -I../lib/dmadev -Idrivers/bus/vdev -I../drivers/bus/vdev -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=c11 -O2 -g -include rte_config.h -Wcast-qual -W
 deprecated -Wformat -Wformat-nonliteral -Wformat-security -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wpointer-arith -Wsign-compare -Wstrict-prototypes -Wundef -Wwrite-strings -Wno-packed-not-aligned -Wno-missing-field-initializers -D_GNU_SOURCE -fPIC -march=native -mrtm -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -Wno-format-nonliteral -DRTE_LOG_DEFAULT_LOGTYPE=pmd.event.dsw -MD -MQ 'drivers/a715181@@tmp_rte_event_dsw at sta/event_dsw_dsw_evdev.c.o' -MF 'drivers/a715181@@tmp_rte_event_dsw at sta/event_dsw_dsw_evdev.c.o.d' -o 'drivers/a715181@@tmp_rte_event_dsw at sta/event_dsw_dsw_evdev.c.o' -c ../drivers/event/dsw/dsw_evdev.c
In file included from ../drivers/event/dsw/dsw_evdev.c:13:
../drivers/event/dsw/dsw_evdev.h:244:34: error: expected ',' before ')' token
static_assert(DSW_MAX_PORTS <= 64);
^
,
ninja: build stopped: subcommand failed.
==== End log output ====

openSUSE Leap 15
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 7.5.0

Debian Buster
	Kernel: 5.4.0-122-generic
	Compiler: gcc 8.3.0-6

CentOS Stream 8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.4.1 20200928

RHEL8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5)

Ubuntu 22.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.0

Fedora 38
	Kernel: Depends on container host
	Compiler: clang 16.0.3

Debian Bullseye
	Kernel: 5.4.0-122-generic
	Compiler: gcc 10.2.1-6

CentOS Stream 9
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.1 20220421

Fedora 37
	Kernel: Depends on container host system
	Compiler: gcc 12.3.1

To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/28860/

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