|WARNING| pw155580 [PATCH] [v2] net/af_xdp: enable AF_XDP program at
dpdklab at iol.unh.edu
dpdklab at iol.unh.edu
Tue Jul 29 14:28:05 CEST 2025
Test-Label: iol-unit-arm64-testing
Test-Status: WARNING
http://dpdk.org/patch/155580
_Testing issues_
Submitter: Shivaji Kant <shivajikant at google.com>
Date: Tuesday, July 29 2025 08:24:56
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:fc8df05a80b681f3dd2fc45283462b3a97a955ee
155580 --> testing issues
Upstream job id: Generic-Unit-Test-DPDK#358866
Test environment and result as below:
+------------------------------+--------------+---------------------------+------------------------------+----------------+
| Environment | lpm_autotest | cryptodev_sw_zuc_autotest | cryptodev_sw_snow3g_autotest | dpdk_unit_test |
+==============================+==============+===========================+==============================+================+
| Ubuntu 20.04 | PASS | SKIPPED | SKIPPED | WARN |
+------------------------------+--------------+---------------------------+------------------------------+----------------+
| Debian 12 (arm) | SKIPPED | PASS | PASS | SKIPPED |
+------------------------------+--------------+---------------------------+------------------------------+----------------+
| Debian GNU/Linux 12 | SKIPPED | SKIPPED | SKIPPED | PASS |
+------------------------------+--------------+---------------------------+------------------------------+----------------+
| CentOS Stream 10 | SKIPPED | SKIPPED | SKIPPED | PASS |
+------------------------------+--------------+---------------------------+------------------------------+----------------+
| CentOS Stream 9 | SKIPPED | SKIPPED | SKIPPED | PASS |
+------------------------------+--------------+---------------------------+------------------------------+----------------+
| Fedora Linux 40 | SKIPPED | SKIPPED | SKIPPED | PASS |
+------------------------------+--------------+---------------------------+------------------------------+----------------+
| Fedora Linux 41 | SKIPPED | SKIPPED | SKIPPED | PASS |
+------------------------------+--------------+---------------------------+------------------------------+----------------+
| Ubuntu 24.04 | SKIPPED | SKIPPED | SKIPPED | PASS |
+------------------------------+--------------+---------------------------+------------------------------+----------------+
| Ubuntu 22.04 | SKIPPED | SKIPPED | SKIPPED | PASS |
+------------------------------+--------------+---------------------------+------------------------------+----------------+
| Red Hat Enterprise Linux 9.5 | SKIPPED | SKIPPED | SKIPPED | PASS |
+------------------------------+--------------+---------------------------+------------------------------+----------------+
==== 20 line log output for Ubuntu 20.04 (dpdk_unit_test): ====
[1187/3723] Generating rte_net_af_xdp_map with a custom command
[1188/3723] Linking target drivers/librte_mempool_cnxk.so.26.0
[1189/3723] Linking target drivers/librte_dma_cnxk.so.26.0
[1190/3723] Generating rte_net_af_packet.sym_chk with a custom command (wrapped by meson to capture output)
[1191/3723] Linking target drivers/librte_net_af_packet.so.26.0
[1192/3723] Compiling C object drivers/libtmp_rte_net_ark.a.p/net_ark_ark_ethdev.c.o
[1193/3723] Compiling C object drivers/libtmp_rte_net_ark.a.p/net_ark_ark_ddm.c.o
[1194/3723] Compiling C object drivers/libtmp_rte_net_af_xdp.a.p/net_af_xdp_rte_eth_af_xdp.c.o
FAILED: drivers/libtmp_rte_net_af_xdp.a.p/net_af_xdp_rte_eth_af_xdp.c.o
ccache cc -Idrivers/libtmp_rte_net_af_xdp.a.p -Idrivers -I../drivers -Idrivers/net/af_xdp -I../drivers/net/af_xdp -Ilib/ethdev -I../lib/ethdev -Ilib/eal/common -I../lib/eal/common -I. -I.. -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/arm/include -I../lib/eal/arm/include -I../kernel/linux -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -Ilib/log -I../lib/log -Ilib/metrics -I../lib/metrics -Ilib/telemetry -I../lib/telemetry -Ilib/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/meter -I../lib/meter -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -Ilib/pci -I../lib/pci -Idrivers/bus/vdev -I../drivers/bus/vdev -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -std=c11 -O3 -include rte_config.h -Wvla -Wcast-qual -Wdeprecated -Wformat -Wformat-nonliteral -Wformat-security -Wmissing-declarations -Wm
issing-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=armv8.1-a+crc+crypto -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -Wno-address-of-packed-member -Wno-vla -DRTE_NET_AF_XDP_SHARED_UMEM -DETH_AF_XDP_UPDATE_XSKMAP -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.af_xdp -MD -MQ drivers/libtmp_rte_net_af_xdp.a.p/net_af_xdp_rte_eth_af_xdp.c.o -MF drivers/libtmp_rte_net_af_xdp.a.p/net_af_xdp_rte_eth_af_xdp.c.o.d -o drivers/libtmp_rte_net_af_xdp.a.p/net_af_xdp_rte_eth_af_xdp.c.o -c ../drivers/net/af_xdp/rte_eth_af_xdp.c
../drivers/net/af_xdp/rte_eth_af_xdp.c: In function 'remove_xdp_program':
../drivers/net/af_xdp/rte_eth_af_xdp.c:1004:7: error: 'mode_flag' undeclared (first use in this function); did you mean 'mode_flags'?
1004 | mode_flag);
| ^~~~~~~~~
| mode_flags
../drivers/net/af_xdp/rte_eth_af_xdp.c:1004:7: note: each undeclared identifier is reported only once for each function it appears in
[1195/3723] Compiling C object drivers/libtmp_rte_net_ark.a.p/net_ark_ark_ethdev_rx.c.o
[1196/3723] Generating symbol file drivers/librte_mempool_cnxk.so.26.0.p/librte_mempool_cnxk.so.26.0.symbols
[1197/3723] Generating symbol file drivers/librte_dma_cnxk.so.26.0.p/librte_dma_cnxk.so.26.0.symbols
ninja: build stopped: subcommand failed.
==== End log output ====
Ubuntu 20.04
Kernel: 5.4
Compiler: gcc gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0
Debian 12 (arm)
Kernel: Depends on container host
Compiler: gcc (Debian 12.2.0-14) 12.2.0
Debian GNU/Linux 12
Kernel: 5.4
Compiler: gcc gcc (Debian 12.2.0-14+deb12u1) 12.2.0
CentOS Stream 10
Kernel: 5.4
Compiler: gcc gcc (GCC) 14.2.1 20250110 (Red Hat 14.2.1-8)
CentOS Stream 9
Kernel: 5.4
Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-7)
Fedora Linux 40
Kernel: 5.4
Compiler: clang gcc (GCC) 14.2.1 20240912 (Red Hat 14.2.1-3)
Fedora Linux 41
Kernel: 5.4
Compiler: clang gcc (GCC) 14.3.1 20250523 (Red Hat 14.3.1-1)
Ubuntu 24.04
Kernel: 5.4
Compiler: gcc gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0
Ubuntu 22.04
Kernel: 5.4
Compiler: gcc gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0
Red Hat Enterprise Linux 9.5
Kernel: 5.4
Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-2)
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/33768/
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