|FAILURE| pw146140 [PATCH v2 18/18] doc/guides/nics: add documents for r8169 pmd

0-day Robot robot at bytheb.org
Thu Oct 17 09:22:52 CEST 2024


From: robot at bytheb.org

Test-Label: github-robot: build
Test-Status: FAILURE
http://patchwork.dpdk.org/patch/146140/

_github build: failed_
Build URL: https://github.com/ovsrobot/dpdk/actions/runs/11379761250
Build Logs:
-----------------------Summary of failed steps-----------------------
"ubuntu-22.04-clang-stdatomic" failed at step Build and test
----------------------End summary of failed steps--------------------

-------------------------------BEGIN LOGS----------------------------
####################################################################################
#### [Begin job log] "ubuntu-22.04-clang-stdatomic" at step Build and test
####################################################################################
#define atomic_load_explicit __c11_atomic_load
                             ^
../lib/eal/include/rte_common.h:660:20: note: expanded from macro 'RTE_MIN'
                typeof (a) _a = (a); \
                                 ^
../drivers/net/r8169/r8169_rxtx.c:1349:11: error: assigning to 'uint32_t' (aka 'unsigned int') from incompatible type 'void'
                tx_left = RTE_MIN(((rte_atomic_load_explicit(&txq->tx_tail,
                        ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../drivers/net/r8169/r8169_rxtx.c:1353:14: error: address argument to atomic operation must be a pointer to _Atomic type ('uint32_t *' (aka 'unsigned int *') invalid)
                tx_left = (rte_atomic_load_explicit(&txq->tx_tail,
                           ^                        ~~~~~~~~~~~~~
../lib/eal/include/rte_stdatomic.h:69:2: note: expanded from macro 'rte_atomic_load_explicit'
        atomic_load_explicit(ptr, memorder)
        ^                    ~~~
/usr/lib/llvm-14/lib/clang/14.0.0/include/stdatomic.h:130:30: note: expanded from macro 'atomic_load_explicit'
#define atomic_load_explicit __c11_atomic_load
                             ^
8 errors generated.
[2083/3091] Compiling C object 'drivers/a715181@@tmp_rte_net_qede at sta/net_qede_qede_rxtx.c.o'.
[2084/3091] Compiling C object 'drivers/a715181@@tmp_rte_net_r8169 at sta/net_r8169_r8169_dash.c.o'.
[2085/3091] Compiling C object 'drivers/a715181@@tmp_rte_net_r8169 at sta/net_r8169_base_rtl8125a.c.o'.
[2086/3091] Compiling C object 'drivers/a715181@@tmp_rte_net_r8169 at sta/net_r8169_r8169_phy.c.o'.
[2087/3091] Compiling C object 'drivers/a715181@@tmp_rte_net_r8169 at sta/net_r8169_base_rtl8125a_mcu.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-22.04-clang-stdatomic" at step Build and test
####################################################################################
--------------------------------END LOGS-----------------------------


More information about the test-report mailing list