Test-Name: DPDK Fast test suite Test-Label: aws-unit-testing Test-Status: FAILURE _Unit Testing Build error encountered_ http://dpdk.org/patch/157500 Test Status Summary: +--------------+------------------+ | Architecture | DPDK Unit Test | +--------------+------------------+ | x86_64 | Not Tested | +--------------+------------------+ | arm64 | FAILURE | +--------------+------------------+ Test environment (aarch64): Description: Build error encountered OS : Ubuntu 24.04.1 LTS Kernel : 6.14.0-1012-aws NIC : Elastic Network Adapter GCC : 13.3.0-6ubuntu2~24.04 Test last 100 lines (aarch64) [1868/3499] Compiling C object drivers/libtmp_rte_net_ice.a.p/net_intel_ice_ice_acl_filter.c.o [1869/3499] Linking target drivers/librte_net_hns3.so.26.0 [1870/3499] Compiling C object drivers/libtmp_rte_net_ice.a.p/net_intel_ice_ice_dcf_parent.c.o [1871/3499] Compiling C object drivers/libtmp_rte_net_ice.a.p/net_intel_ice_ice_hash.c.o [1872/3499] Compiling C object drivers/librte_net_iavf_base_lib.a.p/net_intel_ice_base_ice_flex_pipe.c.o [1873/3499] Compiling C object drivers/librte_net_iavf_base_lib.a.p/net_intel_ice_base_ice_common.c.o [1874/3499] Generating drivers/rte_net_idpf_map with a custom command [1875/3499] Compiling C object drivers/libtmp_rte_net_idpf.a.p/net_intel_idpf_base_idpf_controlq_setup.c.o [1876/3499] Compiling C object drivers/libtmp_rte_net_ice.a.p/net_intel_ice_ice_tm.c.o [1877/3499] Compiling C object drivers/libtmp_rte_net_ice.a.p/net_intel_ice_ice_ethdev.c.o FAILED: drivers/libtmp_rte_net_ice.a.p/net_intel_ice_ice_ethdev.c.o cc -Idrivers/libtmp_rte_net_ice.a.p -Idrivers -I../drivers -Idrivers/net/intel/ice -I../drivers/net/intel/ice -Idrivers/net/intel/ice/base -I../drivers/net/intel/ice/base -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 -Ilib/hash -I../lib/hash -Ilib/rcu -I../lib/rcu -Idrivers/net/intel/iavf -I../drivers/net/intel/iavf -I../drivers/net/intel/iavf/base -Ilib/security -I../lib/security -Ilib/cryptodev -I../lib/cryptodev -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=c11 -O3 -include rte_config.h -Wvla -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-packed-not-aligned -Wno-missing-field-initializers -D_GNU_SOURCE -fPIC -mcpu=neoverse-n1 -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -Wno-address-of-packed-member -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.ice -MD -MQ drivers/libtmp_rte_net_ice.a.p/net_intel_ice_ice_ethdev.c.o -MF drivers/libtmp_rte_net_ice.a.p/net_intel_ice_ice_ethdev.c.o.d -o drivers/libtmp_rte_net_ice.a.p/net_intel_ice_ice_ethdev.c.o -c ../drivers/net/intel/ice/ice_ethdev.c ../drivers/net/intel/ice/ice_ethdev.c: In function ‘ice_deinit_dcb’: ../drivers/net/intel/ice/ice_ethdev.c:2933:22: warning: implicit declaration of function ‘ice_get_tc_by_priority’ [-Wimplicit-function-declaration] 2933 | tc = ice_get_tc_by_priority(hw, i); | ^~~~~~~~~~~~~~~~~~~~~~ ../drivers/net/intel/ice/ice_ethdev.c:2933:22: warning: nested extern declaration of ‘ice_get_tc_by_priority’ [-Wnested-externs] ../drivers/net/intel/ice/ice_ethdev.c:2934:27: warning: implicit declaration of function ‘ice_get_cgd_idx’; did you mean ‘ice_get_ctx’? [-Wimplicit-function-declaration] 2934 | cgd_idx = ice_get_cgd_idx(hw, tc); | ^~~~~~~~~~~~~~~ | ice_get_ctx ../drivers/net/intel/ice/ice_ethdev.c:2934:27: warning: nested extern declaration of ‘ice_get_cgd_idx’ [-Wnested-externs] ../drivers/net/intel/ice/ice_ethdev.c:2942:15: warning: implicit declaration of function ‘ice_aq_set_mac_pfc_cfg’; did you mean ‘ice_aq_set_mac_cfg’? [-Wimplicit-function-declaration] 2942 | ret = ice_aq_set_mac_pfc_cfg(hw, max_frame_size, (1 << max_tcs) - 1, | ^~~~~~~~~~~~~~~~~~~~~~ | ice_aq_set_mac_cfg ../drivers/net/intel/ice/ice_ethdev.c:2942:15: warning: nested extern declaration of ‘ice_aq_set_mac_pfc_cfg’ [-Wnested-externs] ../drivers/net/intel/ice/ice_ethdev.c: In function ‘ice_dev_configure’: ../drivers/net/intel/ice/ice_ethdev.c:3869:45: warning: implicit declaration of function ‘ice_get_port_max_cgd’ [-Wimplicit-function-declaration] 3869 | nb_tc_used = check_dcb_conf(ice_get_port_max_cgd(hw) == ICE_4_CGD_PER_PORT, | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/intel/ice/ice_ethdev.c:3869:45: warning: nested extern declaration of ‘ice_get_port_max_cgd’ [-Wnested-externs] ../drivers/net/intel/ice/ice_ethdev.c:3869:73: error: ‘ICE_4_CGD_PER_PORT’ undeclared (first use in this function) 3869 | nb_tc_used = check_dcb_conf(ice_get_port_max_cgd(hw) == ICE_4_CGD_PER_PORT, | ^~~~~~~~~~~~~~~~~~ ../drivers/net/intel/ice/ice_ethdev.c:3869:73: note: each undeclared identifier is reported only once for each function it appears in ../drivers/net/intel/ice/ice_ethdev.c: In function ‘ice_priority_flow_ctrl_set’: ../drivers/net/intel/ice/ice_ethdev.c:4016:30: error: ‘struct ice_dcb_pfc_cfg’ has no member named ‘pfcena_asym_rx’ 4016 | dcb_conf->pfc.pfcena_asym_rx &= ~(1 << tc); | ^ ../drivers/net/intel/ice/ice_ethdev.c:4017:30: error: ‘struct ice_dcb_pfc_cfg’ has no member named ‘pfcena_asym_tx’ 4017 | dcb_conf->pfc.pfcena_asym_tx &= ~(1 << tc); | ^ ../drivers/net/intel/ice/ice_ethdev.c:4021:30: error: ‘struct ice_dcb_pfc_cfg’ has no member named ‘pfcena_asym_rx’ 4021 | dcb_conf->pfc.pfcena_asym_rx |= (1 << tc); | ^ ../drivers/net/intel/ice/ice_ethdev.c:4022:30: error: ‘struct ice_dcb_pfc_cfg’ has no member named ‘pfcena_asym_tx’ 4022 | dcb_conf->pfc.pfcena_asym_tx &= ~(1 << tc); | ^ ../drivers/net/intel/ice/ice_ethdev.c:4026:30: error: ‘struct ice_dcb_pfc_cfg’ has no member named ‘pfcena_asym_rx’ 4026 | dcb_conf->pfc.pfcena_asym_rx &= ~(1 << tc); | ^ ../drivers/net/intel/ice/ice_ethdev.c:4027:30: error: ‘struct ice_dcb_pfc_cfg’ has no member named ‘pfcena_asym_tx’ 4027 | dcb_conf->pfc.pfcena_asym_tx |= (1 << tc); | ^ ../drivers/net/intel/ice/ice_ethdev.c:4031:30: error: ‘struct ice_dcb_pfc_cfg’ has no member named ‘pfcena_asym_rx’ 4031 | dcb_conf->pfc.pfcena_asym_rx &= ~(1 << tc); | ^ ../drivers/net/intel/ice/ice_ethdev.c:4032:30: error: ‘struct ice_dcb_pfc_cfg’ has no member named ‘pfcena_asym_tx’ 4032 | dcb_conf->pfc.pfcena_asym_tx &= ~(1 << tc); | ^ [1878/3499] Compiling C object drivers/libtmp_rte_net_idpf.a.p/net_intel_idpf_idpf_common_device.c.o [1879/3499] Compiling C object drivers/libtmp_rte_net_idpf.a.p/net_intel_idpf_base_idpf_controlq.c.o [1880/3499] Compiling C object drivers/libtmp_rte_net_ixgbe.a.p/net_intel_ixgbe_ixgbe_82599_bypass.c.o [1881/3499] Compiling C object drivers/libtmp_rte_net_ice.a.p/net_intel_ice_ice_dcf.c.o [1882/3499] Compiling C object drivers/libtmp_rte_net_i40e.a.p/net_intel_i40e_i40e_rxtx.c.o [1883/3499] Compiling C object drivers/libtmp_rte_net_ixgbe.a.p/net_intel_ixgbe_ixgbe_bypass.c.o [1884/3499] Compiling C object drivers/libtmp_rte_net_ice.a.p/net_intel_ice_ice_dcf_sched.c.o [1885/3499] Compiling C object drivers/librte_net_iavf_base_lib.a.p/net_intel_ice_base_ice_sched.c.o [1886/3499] Compiling C object drivers/libtmp_rte_net_ixgbe.a.p/net_intel_ixgbe_ixgbe_ipsec.c.o [1887/3499] Compiling C object drivers/librte_net_iavf_base_lib.a.p/net_intel_ice_base_ice_ptp_hw.c.o [1888/3499] Compiling C object drivers/libtmp_rte_net_ice.a.p/net_intel_ice_ice_fdir_filter.c.o [1889/3499] Compiling C object drivers/libtmp_rte_net_idpf.a.p/net_intel_idpf_idpf_common_virtchnl.c.o [1890/3499] Compiling C object drivers/libtmp_rte_net_ixgbe.a.p/net_intel_ixgbe_ixgbe_pf.c.o [1891/3499] Compiling C object drivers/libtmp_rte_net_ixgbe.a.p/net_intel_ixgbe_ixgbe_fdir.c.o [1892/3499] Compiling C object drivers/librte_net_iavf_base_lib.a.p/net_intel_ice_base_ice_flow.c.o [1893/3499] Compiling C object drivers/libtmp_rte_net_idpf.a.p/net_intel_idpf_idpf_ethdev.c.o [1894/3499] Compiling C object drivers/libtmp_rte_net_idpf.a.p/net_intel_idpf_idpf_rxtx.c.o [1895/3499] Compiling C object drivers/libtmp_rte_net_ice.a.p/net_intel_ice_ice_dcf_ethdev.c.o [1896/3499] Compiling C object drivers/libtmp_rte_net_cnxk.a.p/net_cnxk_rx_cn20k_rx_64_79_vec_mseg.c.o [1897/3499] Compiling C object drivers/librte_net_iavf_base_lib.a.p/net_intel_ice_base_ice_switch.c.o [1898/3499] Compiling C object drivers/libtmp_rte_net_iavf.a.p/net_intel_iavf_iavf_rxtx.c.o [1899/3499] Compiling C object drivers/libtmp_rte_net_ice.a.p/net_intel_ice_ice_switch_filter.c.o [1900/3499] Compiling C object drivers/libtmp_rte_net_ixgbe.a.p/net_intel_ixgbe_ixgbe_flow.c.o [1901/3499] Compiling C object drivers/libtmp_rte_net_idpf.a.p/net_intel_idpf_idpf_common_rxtx.c.o [1902/3499] Compiling C object drivers/libtmp_rte_net_i40e.a.p/net_intel_i40e_i40e_ethdev.c.o [1903/3499] Compiling C object drivers/libtmp_rte_net_cnxk.a.p/net_cnxk_rx_cn20k_rx_80_95_vec_mseg.c.o [1904/3499] Compiling C object drivers/libtmp_rte_net_ice.a.p/net_intel_ice_ice_rxtx.c.o [1905/3499] Compiling C object drivers/libtmp_rte_net_cnxk.a.p/net_cnxk_rx_cn20k_rx_96_111_vec_mseg.c.o [1906/3499] Compiling C object drivers/libtmp_rte_net_ixgbe.a.p/net_intel_ixgbe_ixgbe_ethdev.c.o [1907/3499] Compiling C object drivers/libtmp_rte_net_cnxk.a.p/net_cnxk_rx_cn20k_rx_112_127_vec_mseg.c.o [1908/3499] Compiling C object drivers/libtmp_rte_net_ixgbe.a.p/net_intel_ixgbe_ixgbe_rxtx.c.o [1909/3499] Compiling C object drivers/libtmp_rte_net_cnxk.a.p/net_cnxk_tx_cn20k_tx_64_79_vec_mseg.c.o [1910/3499] Compiling C object drivers/libtmp_rte_net_cnxk.a.p/net_cnxk_tx_cn20k_tx_96_111_vec_mseg.c.o ninja: build stopped: subcommand failed. Test build failed. FAILURE