|FAILURE| pw134895-134898 [PATCH] [v2, 4/4] net/hns3: use stdatomic API

dpdklab at iol.unh.edu dpdklab at iol.unh.edu
Thu Dec 7 03:30:32 CET 2023


Test-Label: iol-testing
Test-Status: FAILURE
http://dpdk.org/patch/134895

_build patch failure_

Submitter: Jie Hai <haijie1 at huawei.com>
Date: Thursday, December 07 2023 01:42:05 
Applied on: CommitID:e92bb0c701bda3ca316bc007dc1c310d14ae935a
Apply patch set 134895-134898 failed:

[1/1178] Linking static target drivers/libtmp_rte_net_hinic.a.
[2/1178] Linking target lib/librte_pipeline.so.24.1.
[3/1178] Linking target drivers/librte_common_cnxk.so.24.1.
[4/1178] Linking target drivers/librte_common_sfc_efx.so.24.1.
[5/1178] Compiling C object 'drivers/net/i40e/base/3c1f984@@i40e_base at sta/i40e_hmc.c.o'.
[6/1178] Compiling C object 'drivers/net/i40e/base/3c1f984@@i40e_base at sta/i40e_diag.c.o'.
[7/1178] Compiling C object 'drivers/a715181@@tmp_rte_net_hns3 at sta/net_hns3_hns3_mp.c.o'.
[8/1178] Compiling C object 'drivers/a715181@@tmp_rte_net_hns3 at sta/net_hns3_hns3_ethdev_vf.c.o'.
FAILED: drivers/a715181@@tmp_rte_net_hns3 at sta/net_hns3_hns3_ethdev_vf.c.o 
cc -Idrivers/a715181@@tmp_rte_net_hns3 at sta -Idrivers -I../drivers -Idrivers/net/hns3 -I../drivers/net/hns3 -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 -Ilib/hash -I../lib/hash -Ilib/rcu -I../lib/rcu -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=c11 -O3 -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 -D_GNU_SOURCE -fPIC -march=native -mrtm -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.hns3 -MD -MQ 'drivers/a715181@@tmp_rte_net_hns3 at sta/net_hns3_hns3_ethdev_vf.c.o' -MF 'drivers/a715181@@tmp_rte_net_hns3 at sta/net_hns3_hns3_ethdev_vf.c.o.d' -o 'drivers/a715181@@tmp_rte_net_hns3 at sta/net_hns3_hns3_ethdev_vf.c.o' -c ../drivers/net/hns3/hns3_ethdev_vf.c
../drivers/net/hns3/hns3_ethdev_vf.c: In function 'hns3vf_get_push_lsc_cap':
../drivers/net/hns3/hns3_ethdev_vf.c:647:57: error: macro "rte_atomic_load_explicit" passed 3 arguments, but takes just 2
  647 |   HNS3_PF_PUSH_LSC_CAP_UNKNOWN, rte_memory_order_release);
      |                                                         ^
In file included from ../lib/eal/include/generic/rte_atomic.h:18,
                 from ../lib/eal/x86/include/rte_atomic.h:16,
                 from ../lib/eal/include/generic/rte_pause.h:19,
                 from ../lib/eal/x86/include/rte_pause.h:12,
                 from ../lib/eal/include/generic/rte_rwlock.h:34,
                 from ../lib/eal/x86/include/rte_rwlock.h:12,
                 from ../lib/eal/include/rte_eal_memconfig.h:10,
                 from ../lib/eal/include/rte_memory.h:25,
                 from ../lib/eal/include/rte_malloc.h:16,
                 from ../lib/ethdev/ethdev_pci.h:13,
                 from ../drivers/net/hns3/hns3_ethdev_vf.c:6:
../lib/eal/include/rte_stdatomic.h:139: note: macro "rte_atomic_load_explicit" defined here
  139 | #define rte_atomic_load_explicit(ptr, memorder) \
      | 
../drivers/net/hns3/hns3_ethdev_vf.c:646:2: error: 'rte_atomic_load_explicit' undeclared (first use in this function)
  646 |  rte_atomic_load_explicit(&vf->pf_push_lsc_cap,
      |  ^~~~~~~~~~~~~~~~~~~~~~~~
../drivers/net/hns3/hns3_ethdev_vf.c:646:2: note: each undeclared identifier is reported only once for each function it appears in
[9/1178] Generating rte_net_hinic.pmd.c with a custom command.
[10/1178] Compiling C object 'drivers/net/i40e/base/3c1f984@@i40e_base at sta/i40e_lan_hmc.c.o'.
[11/1178] Compiling C object 'drivers/net/i40e/base/3c1f984@@i40e_base at sta/i40e_dcb.c.o'.
[12/1178] Compiling C object 'drivers/net/i40e/base/3c1f984@@i40e_base at sta/i40e_adminq.c.o'.
[13/1178] Generating symbol file 'drivers/a715181@@rte_common_cnxk at sha/librte_common_cnxk.so.24.1.symbols'.
[14/1178] Generating symbol file 'lib/76b5a35@@rte_pipeline at sha/librte_pipeline.so.24.1.symbols'.
[15/1178] Generating symbol file 'drivers/a715181@@rte_common_sfc_efx at sha/librte_common_sfc_efx.so.24.1.symbols'.
[16/1178] Compiling C object 'drivers/net/i40e/base/3c1f984@@i40e_base at sta/i40e_nvm.c.o'.
[17/1178] Compiling C object 'drivers/a715181@@tmp_rte_net_i40e at sta/net_i40e_i40e_tm.c.o'.
[18/1178] Compiling C object 'drivers/a715181@@tmp_rte_net_i40e at sta/net_i40e_i40e_pf.c.o'.
[19/1178] Compiling C object 'drivers/a715181@@tmp_rte_net_i40e at sta/net_i40e_i40e_hash.c.o'.
[20/1178] Compiling C object 'drivers/net/i40e/1b39a87@@i40e_avx512_lib at sta/i40e_rxtx_vec_avx512.c.o'.
[21/1178] Compiling C object 'drivers/net/i40e/1b39a87@@i40e_avx2_lib at sta/i40e_rxtx_vec_avx2.c.o'.
[22/1178] Compiling C object 'drivers/net/i40e/base/3c1f984@@i40e_base at sta/i40e_common.c.o'.
[23/1178] Compiling C object 'drivers/a715181@@tmp_rte_net_hns3 at sta/net_hns3_hns3_rxtx.c.o'.
[24/1178] Compiling C object 'drivers/a715181@@tmp_rte_net_i40e at sta/net_i40e_i40e_rxtx.c.o'.
[25/1178] Compiling C object 'drivers/a715181@@tmp_rte_net_i40e at sta/net_i40e_i40e_ethdev.c.o'.
ninja: build stopped: subcommand failed.

https://lab.dpdk.org/results/dashboard/patchsets/28542/

UNH-IOL DPDK Community Lab


More information about the test-report mailing list