|FAILURE| pw163482-163485 [PATCH v1 4/4] net/ice: implement flow dump

qemudev at loongson.cn qemudev at loongson.cn
Thu Apr 30 12:01:10 CEST 2026


Test-Label: loongarch-compilation
Test-Status: FAILURE
https://dpdk.org/patch/163485

_ninja build failure_

Submitter: Anatoly Burakov <anatoly.burakov at intel.com>
Date: Thu, 30 Apr 2026 11:31:38 +0100
DPDK git baseline: Repo:dpdk-next-net-intel
  Branch: main
  CommitID: 1f28c19192d5734c89a74249c937c746a0b135b2

163482-163485 --> ninja build failed

Test environment and result as below:

+---------------------+----------------+
|     Environment     | compilation    |
+---------------------+----------------+
| Loongnix-Server 8.3 | FAIL           |
+---------------------+----------------+

Loongnix-Server 8.3
    Kernel: 4.19.190+
    Compiler: gcc 8.3


Ninja build logs:
-------------------------------BEGIN LOGS----------------------------
FAILED: drivers/libtmp_rte_net_ixgbe.a.p/net_intel_ixgbe_ixgbe_flow.c.o
cc -Idrivers/libtmp_rte_net_ixgbe.a.p -Idrivers -I../drivers -Idrivers/net/intel/ixgbe -I../drivers/net/intel/ixgbe -Idrivers/net/intel/ixgbe/base -I../drivers/net/intel/ixgbe/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/loongarch/include -I../lib/eal/loongarch/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/argparse -I../lib/argparse -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 -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 -Wshadow -Wsign-compare -Wstrict-prototypes -Wundef -Wwrite-strings -Wno-packed-not-aligned -Wno-missing-field-initializers -D_GNU_SOURCE -fPIC -march=loongarch64 -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -DRTE_LIBRTE_IXGBE_BYPASS -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.ixgbe -MD -MQ drivers/libtmp_rte_net_ixgbe.a.p/net_intel_ixgbe_ixgbe_flow.c.o -MF drivers/libtmp_rte_net_ixgbe.a.p/net_intel_ixgbe_ixgbe_flow.c.o.d -o drivers/libtmp_rte_net_ixgbe.a.p/net_intel_ixgbe_ixgbe_flow.c.o -c ../drivers/net/intel/ixgbe/ixgbe_flow.c
In file included from ../lib/eal/include/generic/rte_byteorder.h:24,
from ../lib/eal/loongarch/include/rte_byteorder.h:8,
from ../drivers/net/intel/ixgbe/ixgbe_flow.c:14:
./drivers/net/intel/ixgbe/ixgbe_flow.c: In function ‘ixgbe_flow_rule_data’:
./drivers/net/intel/ixgbe/ixgbe_flow.c:3642:40: error: invalid application of ‘sizeof’ to incomplete type ‘struct ixgbe_filter_ele_base’
return RTE_PTR_ADD(flow->rule, sizeof(struct ixgbe_filter_ele_base));
^~~~~~
./lib/eal/include/rte_common.h:554:58: note: in definition of macro ‘RTE_PTR_ADD’
#define RTE_PTR_ADD(ptr, x) ((void*)((uintptr_t)(ptr) + (x)))
^
./drivers/net/intel/ixgbe/ixgbe_flow.c: In function ‘ixgbe_flow_dev_dump’:
./drivers/net/intel/ixgbe/ixgbe_flow.c:3677:29: warning: implicit declaration of function ‘IXGBE_DEV_PRIVATE_TO_ADAPTER’; did you mean ‘IXGBE_DEV_PRIVATE_TO_INTR’? [-Wimplicit-function-declaration]
struct ixgbe_adapter *ad = IXGBE_DEV_PRIVATE_TO_ADAPTER(dev->data->dev_private);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
IXGBE_DEV_PRIVATE_TO_INTR
./drivers/net/intel/ixgbe/ixgbe_flow.c:3677:29: warning: nested extern declaration of ‘IXGBE_DEV_PRIVATE_TO_ADAPTER’ [-Wnested-externs]
./drivers/net/intel/ixgbe/ixgbe_flow.c:3677:29: warning: initialization of ‘struct ixgbe_adapter *’ from ‘int’ makes pointer from integer without a cast [-Wint-conversion]
In file included from ../drivers/net/intel/ixgbe/ixgbe_flow.c:5:
./drivers/net/intel/ixgbe/ixgbe_flow.c:3681:34: error: ‘struct ixgbe_adapter’ has no member named ‘flow_list’
TAILQ_FOREACH(flow_mem_base, &ad->flow_list, entries) {
^~
./drivers/net/intel/ixgbe/ixgbe_flow.c:3681:2: error: dereferencing pointer to incomplete type ‘struct ixgbe_filter_ele_base’
TAILQ_FOREACH(flow_mem_base, &ad->flow_list, entries) {
^~~~~~~~~~~~~
./drivers/net/intel/ixgbe/ixgbe_flow.c: In function ‘ixgbe_flow_rule_data’:
./drivers/net/intel/ixgbe/ixgbe_flow.c:3643:1: warning: control reaches end of non-void function [-Wreturn-type]
}
^
[1620/3034] Compiling C object drivers/libtmp_rte_net_ixgbe.a.p/net_intel_ixgbe_base_ixgbe_dcb.c.o
[1621/3034] Compiling C object drivers/librte_net_iavf_base_lib.a.p/net_intel_ice_base_ice_sched.c.o
[1622/3034] Linking target drivers/librte_net_bnxt.so.26.2
[1623/3034] Compiling C object drivers/libtmp_rte_net_idpf.a.p/net_intel_idpf_idpf_ethdev.c.o
[1624/3034] Compiling C object drivers/libtmp_rte_net_ipn3ke.a.p/net_intel_ipn3ke_ipn3ke_representor.c.o
[1625/3034] Compiling C object drivers/libtmp_rte_net_ixgbe.a.p/net_intel_ixgbe_ixgbe_tm.c.o
[1626/3034] Compiling C object drivers/librte_net_iavf_base_lib.a.p/net_intel_ice_base_ice_parser_rt.c.o
[1627/3034] Compiling C object drivers/libtmp_rte_net_ixgbe.a.p/net_intel_ixgbe_ixgbe_ipsec.c.o
[1628/3034] Compiling C object drivers/libtmp_rte_net_ixgbe.a.p/net_intel_ixgbe_base_ixgbe_dcb_82598.c.o
[1629/3034] Compiling C object drivers/libtmp_rte_net_ixgbe.a.p/net_intel_ixgbe_ixgbe_fdir.c.o
[1630/3034] Compiling C object drivers/libtmp_rte_net_idpf.a.p/net_intel_idpf_idpf_rxtx.c.o
[1631/3034] Compiling C object drivers/libtmp_rte_net_ixgbe.a.p/net_intel_ixgbe_ixgbe_pf.c.o
[1632/3034] Compiling C object drivers/libtmp_rte_net_ixgbe.a.p/net_intel_ixgbe_base_ixgbe_api.c.o
[1633/3034] Compiling C object drivers/libtmp_rte_net_ixgbe.a.p/net_intel_ixgbe_base_ixgbe_dcb_82599.c.o
[1634/3034] Generating rte_net_dpaa2.sym_chk with a custom command (wrapped by meson to capture output)
[1635/3034] Compiling C object drivers/librte_net_iavf_base_lib.a.p/net_intel_ice_base_ice_switch.c.o
[1636/3034] Compiling C object drivers/libtmp_rte_net_ixgbe.a.p/net_intel_ixgbe_base_ixgbe_82598.c.o
[1637/3034] Compiling C object drivers/libtmp_rte_net_ixgbe.a.p/net_intel_ixgbe_rte_pmd_ixgbe.c.o
[1638/3034] Generating rte_net_fm10k.sym_chk with a custom command (wrapped by meson to capture output)
[1639/3034] Compiling C object drivers/libtmp_rte_net_ixgbe.a.p/net_intel_ixgbe_base_ixgbe_mbx.c.o
[1640/3034] Compiling C object drivers/libtmp_rte_net_iavf.a.p/net_intel_iavf_iavf_rxtx.c.o
[1641/3034] Compiling C object drivers/libtmp_rte_net_ixgbe.a.p/net_intel_ixgbe_base_ixgbe_82599.c.o
[1642/3034] Compiling C object drivers/librte_net_iavf_base_lib.a.p/net_intel_ice_base_ice_flow.c.o
[1643/3034] Compiling C object drivers/libtmp_rte_net_ice.a.p/net_intel_ice_ice_dcf_ethdev.c.o
[1644/3034] Compiling C object drivers/libtmp_rte_net_ixgbe.a.p/net_intel_ixgbe_base_ixgbe_e610.c.o
[1645/3034] Generating rte_net_e1000.pmd.c with a custom command
[1646/3034] Compiling C object drivers/libtmp_rte_net_ixgbe.a.p/net_intel_ixgbe_base_ixgbe_common.c.o
[1647/3034] Compiling C object drivers/libtmp_rte_net_idpf.a.p/net_intel_idpf_idpf_common_rxtx.c.o
[1648/3034] Compiling C object drivers/libtmp_rte_net_ice.a.p/net_intel_ice_ice_rxtx.c.o
[1649/3034] Compiling C object drivers/libtmp_rte_net_ice.a.p/net_intel_ice_ice_ethdev.c.o
[1650/3034] Compiling C object drivers/libtmp_rte_net_ixgbe.a.p/net_intel_ixgbe_ixgbe_ethdev.c.o
[1651/3034] Compiling C object drivers/libtmp_rte_net_ixgbe.a.p/net_intel_ixgbe_ixgbe_rxtx.c.o
[1652/3034] Generating rte_common_cnxk.sym_chk with a custom command (wrapped by meson to capture output)
ninja: build stopped: subcommand failed.
-------------------------------END LOGS------------------------------



More information about the test-report mailing list