|WARNING| pw141413 [PATCH] [v5] net/af_xdp: parse umem map info from
dpdklab at iol.unh.edu
dpdklab at iol.unh.edu
Thu Jun 20 10:20:19 CEST 2024
Test-Label: iol-abi-testing
Test-Status: WARNING
http://dpdk.org/patch/141413
_Testing issues_
Submitter: Frank Du <frank.du at intel.com>
Date: Thursday, June 20 2024 03:25:23
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:fbba6db3640f9f623c29c452e1a6b057073e81d2
141413 --> testing issues
Test environment and result as below:
+------------------+----------+
| Environment | abi_test |
+==================+==========+
| CentOS Stream 8 | FAIL |
+------------------+----------+
| Debian Bullseye | FAIL |
+------------------+----------+
| RHEL8 | FAIL |
+------------------+----------+
| CentOS Stream 9 | PASS |
+------------------+----------+
| Fedora 38 | PASS |
+------------------+----------+
| Ubuntu 22.04 | FAIL |
+------------------+----------+
| Fedora 39 | PASS |
+------------------+----------+
| Debian 12 | PASS |
+------------------+----------+
| Fedora 37 | PASS |
+------------------+----------+
| Fedora 40 | PASS |
+------------------+----------+
| openSUSE Leap 15 | PASS |
+------------------+----------+
| RHEL9 | PASS |
+------------------+----------+
| Ubuntu 24.04 | PASS |
+------------------+----------+
==== 20 line log output for Ubuntu 22.04 (abi_test): ====
[1072/3044] Compiling C object 'drivers/a715181@@rte_net_af_packet at sta/meson-generated_.._rte_net_af_packet.pmd.c.o'.
[1073/3044] Linking static target drivers/librte_net_af_packet.a.
[1074/3044] Compiling C object 'drivers/a715181@@rte_net_af_packet at sha/meson-generated_.._rte_net_af_packet.pmd.c.o'.
[1075/3044] Linking target drivers/librte_net_af_packet.so.24.2.
[1076/3044] Compiling C object 'drivers/a715181@@tmp_rte_net_af_xdp at sta/net_af_xdp_rte_eth_af_xdp.c.o'.
FAILED: drivers/a715181@@tmp_rte_net_af_xdp at sta/net_af_xdp_rte_eth_af_xdp.c.o
ccache cc -Idrivers/a715181@@tmp_rte_net_af_xdp at sta -Idrivers -I../drivers -Idrivers/net/af_xdp -I../drivers/net/af_xdp -Ilib/ethdev -I../lib/ethdev -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/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 -std=c11 -O2 -g -include rte_config.h -Wcast-qual -Wdeprecated -Wformat -Wformat-nonliteral -Wformat-security -Wmissing-declarations
-Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wpointer-arith -Wsign-compare -Wstrict-prototypes -Wundef -Wwrite-strings -Wno-address-of-packed-member -Wno-packed-not-aligned -Wno-missing-field-initializers -Wno-zero-length-bounds -D_GNU_SOURCE -fPIC -march=native -mrtm -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -DRTE_NET_AF_XDP_SHARED_UMEM -DETH_AF_XDP_UPDATE_XSKMAP -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.af_xdp -MD -MQ 'drivers/a715181@@tmp_rte_net_af_xdp at sta/net_af_xdp_rte_eth_af_xdp.c.o' -MF 'drivers/a715181@@tmp_rte_net_af_xdp at sta/net_af_xdp_rte_eth_af_xdp.c.o.d' -o 'drivers/a715181@@tmp_rte_net_af_xdp at sta/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 'xdp_umem_configure':
../drivers/net/af_xdp/rte_eth_af_xdp.c:1143:43: error: storage size of 'range' isn't known
1143 | struct rte_mempool_mem_range_info range;
| ^~~~~
../drivers/net/af_xdp/rte_eth_af_xdp.c:1175:23: warning: implicit declaration of function 'rte_mempool_get_mem_range'; did you mean 'rte_mempool_get_trailer'? [-Wimplicit-function-declaration]
1175 | ret = rte_mempool_get_mem_range(mb_pool, &range);
| ^~~~~~~~~~~~~~~~~~~~~~~~~
| rte_mempool_get_trailer
../drivers/net/af_xdp/rte_eth_af_xdp.c:1175:23: warning: nested extern declaration of 'rte_mempool_get_mem_range' [-Wnested-externs]
../drivers/net/af_xdp/rte_eth_af_xdp.c:1143:43: warning: unused variable 'range' [-Wunused-variable]
1143 | struct rte_mempool_mem_range_info range;
| ^~~~~
ninja: build stopped: subcommand failed.
==== End log output ====
CentOS Stream 8
Kernel: 5.4.0-167-generic
Compiler: gcc 8.5.0 20210514
Debian Bullseye
Kernel: 5.4.0-167-generic
Compiler: gcc 10.2.1-6
RHEL8
Kernel: 5.4.0-167-generic
Compiler: gcc 8.5.0 20210514 (Red Hat 8.5.0-20)
CentOS Stream 9
Kernel: 5.4.0-167-generic
Compiler: gcc 11.4.1 20230605
Fedora 38
Kernel: Depends on container host
Compiler: clang 16.0.6
Ubuntu 22.04
Kernel: 5.4.0-167-generic
Compiler: gcc 11.4.0
Fedora 39
Kernel: Depends on container host
Compiler: clang 17.0.6
Debian 12
Kernel: Container Host Kernel
Compiler: gcc 12.2.0
Fedora 37
Kernel: Depends on container host system
Compiler: gcc 12.3.1
Fedora 40
Kernel: Depends on container host
Compiler: clang 18.1.6
openSUSE Leap 15
Kernel: 5.4.0-167-generic
Compiler: gcc 7.5.0
RHEL9
Kernel: Depends on container host
Compiler: gcc 11.4.1
Ubuntu 24.04
Kernel: 5.4.0-167-generic
Compiler: gcc 13.2.0
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/30259/
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