|FAILURE| pw149557 [PATCH v7 3/3] drivers/net: add diagnostics macros to make code portable
0-day Robot
robot at bytheb.org
Wed Jan 1 00:24:30 CET 2025
From: robot at bytheb.org
Test-Label: github-robot: build
Test-Status: FAILURE
http://patchwork.dpdk.org/patch/149557/
_github build: failed_
Build URL: https://github.com/ovsrobot/dpdk/actions/runs/12564655984
Build Logs:
-----------------------Summary of failed steps-----------------------
"ubuntu-22.04-gcc-shared-aarch64" failed at step Build and test
----------------------End summary of failed steps--------------------
-------------------------------BEGIN LOGS----------------------------
####################################################################################
#### [Begin job log] "ubuntu-22.04-gcc-shared-aarch64" at step Build and test
####################################################################################
../drivers/net/ixgbe/ixgbe_rxtx_vec_neon.c: In function ‘_recv_raw_pkts_vec’:
../drivers/net/ixgbe/ixgbe_rxtx_vec_neon.c:368:39: error: cast discards ‘volatile’ qualifier from pointer target type [-Werror=cast-qual]
368 | descs[0] = vld1q_u64((uint64_t *)(rxdp));
| ^
../drivers/net/ixgbe/ixgbe_rxtx_vec_neon.c:369:39: error: cast discards ‘volatile’ qualifier from pointer target type [-Werror=cast-qual]
369 | descs[1] = vld1q_u64((uint64_t *)(rxdp + 1));
| ^
../drivers/net/ixgbe/ixgbe_rxtx_vec_neon.c:370:39: error: cast discards ‘volatile’ qualifier from pointer target type [-Werror=cast-qual]
370 | descs[2] = vld1q_u64((uint64_t *)(rxdp + 2));
| ^
../drivers/net/ixgbe/ixgbe_rxtx_vec_neon.c:371:39: error: cast discards ‘volatile’ qualifier from pointer target type [-Werror=cast-qual]
371 | descs[3] = vld1q_u64((uint64_t *)(rxdp + 3));
| ^
../drivers/net/ixgbe/ixgbe_rxtx_vec_neon.c: In function ‘vtx1’:
../drivers/net/ixgbe/ixgbe_rxtx_vec_neon.c:555:19: error: cast discards ‘volatile’ qualifier from pointer target type [-Werror=cast-qual]
555 | vst1q_u64((uint64_t *)&txdp->read, descriptor);
| ^
cc1: all warnings being treated as errors
[1876/6604] Compiling C object drivers/libtmp_rte_net_netvsc.a.p/net_netvsc_hn_ethdev.c.o
[1877/6604] Compiling C object drivers/librte_net_memif.a.p/meson-generated_.._rte_net_memif.pmd.c.o
[1878/6604] Compiling C object drivers/libtmp_rte_net_ixgbe.a.p/net_ixgbe_ixgbe_ethdev.c.o
[1879/6604] Compiling C object drivers/libtmp_rte_net_netvsc.a.p/net_netvsc_hn_rndis.c.o
[1880/6604] Compiling C object drivers/libtmp_rte_net_ixgbe.a.p/net_ixgbe_ixgbe_rxtx.c.o
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-22.04-gcc-shared-aarch64" at step Build and test
####################################################################################
--------------------------------END LOGS-----------------------------
More information about the test-report
mailing list