|FAILURE| pw130748-130764 [PATCH v2 17/17] common/idpf/base: update version

qemudev at loongson.cn qemudev at loongson.cn
Fri Aug 25 12:04:00 CEST 2023


Test-Label: loongarch-compilation
Test-Status: FAILURE
http://dpdk.org/patch/130764

_ninja build failure_

Submitter: Simei Su <simei.su at intel.com>
Date: Fri, 25 Aug 2023 18:13:28 +0800
DPDK git baseline: Repo:dpdk-next-net-intel
  Branch: main
  CommitID: e5da8138441fb553f84de932ef04aadc93836f1d

130748-130764 --> 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_common_idpf.a.p/common_idpf_idpf_common_rxtx.c.o
cc -Idrivers/libtmp_rte_common_idpf.a.p -Idrivers -I../drivers -Idrivers/common/idpf -I../drivers/common/idpf -Idrivers/common/iavf -I../drivers/common/iavf -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 -Ilib/eal/common -I../lib/eal/common -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/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -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-packed-not-aligned -Wno-missing-field-initializers -D_GNU_SOURCE -fPIC -march=loongarch64 -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -Wno-unused-value -Wno-unused-variable -Wno-unused-parameter -Wno-implicit-fallthrough -Wno-strict-aliasing -DRTE_LOG_DEFAULT_LOGTYPE=pmd.common.idpf -MD -MQ drivers/libtmp_rte_common_idpf.a.p/common_idpf_idpf_common_rxtx.c.o -MF drivers/libtmp_rte_common_idpf.a.p/common_idpf_idpf_common_rxtx.c.o.d -o drivers/libtmp_rte_common_idpf.a.p/common_idpf_idpf_common_rxtx.c.o -c ../drivers/common/idpf/idpf_common_rxtx.c
In file included from ../lib/mbuf/rte_mbuf.h:36,
from ../drivers/common/idpf/idpf_common_rxtx.h:8,
from ../drivers/common/idpf/idpf_common_rxtx.c:8:
./drivers/common/idpf/idpf_common_rxtx.c: In function ‘idpf_xmit_cleanup’:
./drivers/common/idpf/idpf_common_rxtx.c:1336:51: error: ‘volatile struct <anonymous>’ has no member named ‘flex’
for (i = 0; i < RTE_DIM(txd[desc_to_clean_to].qw1.flex.raw); i++)
^
./lib/eal/include/rte_common.h:850:29: note: in definition of macro ‘RTE_DIM’
#define RTE_DIM(a) (sizeof (a) / sizeof ((a)[0]))
^
./drivers/common/idpf/idpf_common_rxtx.c:1336:51: error: ‘volatile struct <anonymous>’ has no member named ‘flex’
for (i = 0; i < RTE_DIM(txd[desc_to_clean_to].qw1.flex.raw); i++)
^
./lib/eal/include/rte_common.h:850:43: note: in definition of macro ‘RTE_DIM’
#define RTE_DIM(a) (sizeof (a) / sizeof ((a)[0]))
^
./drivers/common/idpf/idpf_common_rxtx.c:1337:28: error: ‘volatile struct <anonymous>’ has no member named ‘flex’
txd[desc_to_clean_to].qw1.flex.raw[i] = 0;
^
In file included from ../lib/mbuf/rte_mbuf_core.h:21,
from ../lib/mbuf/rte_mbuf.h:42,
from ../drivers/common/idpf/idpf_common_rxtx.h:8,
from ../drivers/common/idpf/idpf_common_rxtx.c:8:
./drivers/common/idpf/idpf_common_rxtx.c: In function ‘idpf_dp_singleq_xmit_pkts’:
./drivers/common/idpf/idpf_common_rxtx.c:1466:42: error: ‘IDPF_TX_DESC_DTYPE_FLEX_DATA’ undeclared (first use in this function); did you mean ‘IDPF_TX_DESC_DTYPE_DATA’?
txd->qw1.cmd_dtype = rte_cpu_to_le_16(IDPF_TX_DESC_DTYPE_FLEX_DATA <<
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
./lib/eal/loongarch/include/rte_byteorder.h:16:30: note: in definition of macro ‘rte_cpu_to_le_16’
#define rte_cpu_to_le_16(x) (x)
^
./drivers/common/idpf/idpf_common_rxtx.c:1466:42: note: each undeclared identifier is reported only once for each function it appears in
txd->qw1.cmd_dtype = rte_cpu_to_le_16(IDPF_TX_DESC_DTYPE_FLEX_DATA <<
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
./lib/eal/loongarch/include/rte_byteorder.h:16:30: note: in definition of macro ‘rte_cpu_to_le_16’
#define rte_cpu_to_le_16(x) (x)
^
[400/2351] Generating rte_common_cpt.pmd.c with a custom command
[401/2351] Compiling C object drivers/libtmp_rte_net_bnxt.a.p/net_bnxt_tf_core_tf_em_hash_internal.c.o
[402/2351] Compiling C object drivers/libtmp_rte_common_dpaax.a.p/common_dpaax_dpaa_of.c.o
[403/2351] Generating pdcp.sym_chk with a custom command (wrapped by meson to capture output)
[404/2351] Generating ipsec.sym_chk with a custom command (wrapped by meson to capture output)
[405/2351] Compiling C object drivers/libtmp_rte_bus_auxiliary.a.p/bus_auxiliary_auxiliary_params.c.o
[406/2351] Compiling C object drivers/libtmp_rte_common_idpf.a.p/common_idpf_base_idpf_controlq_setup.c.o
[407/2351] Compiling C object drivers/libtmp_rte_common_idpf.a.p/common_idpf_base_idpf_common.c.o
[408/2351] Compiling C object drivers/libtmp_rte_common_iavf.a.p/common_iavf_iavf_adminq.c.o
[409/2351] Compiling C object drivers/libtmp_rte_common_octeontx.a.p/common_octeontx_octeontx_mbox.c.o
[410/2351] Compiling C object drivers/libtmp_rte_common_idpf.a.p/common_idpf_idpf_common_device.c.o
[411/2351] Compiling C object lib/librte_port.a.p/port_rte_port_ring.c.o
[412/2351] Compiling C object lib/librte_pipeline.a.p/pipeline_rte_swx_ipsec.c.o
[413/2351] Compiling C object drivers/libtmp_rte_bus_auxiliary.a.p/bus_auxiliary_auxiliary_common.c.o
[414/2351] Generating hash.sym_chk with a custom command (wrapped by meson to capture output)
[415/2351] Compiling C object drivers/libtmp_rte_common_idpf.a.p/common_idpf_base_idpf_controlq.c.o
[416/2351] Generating pdump.sym_chk with a custom command (wrapped by meson to capture output)
[417/2351] Compiling C object drivers/libtmp_rte_common_idpf.a.p/common_idpf_idpf_common_virtchnl.c.o
[418/2351] Generating mldev.sym_chk with a custom command (wrapped by meson to capture output)
[419/2351] Compiling C object lib/librte_pipeline.a.p/pipeline_rte_swx_ctl.c.o
[420/2351] Compiling C object lib/librte_vhost.a.p/vhost_vhost_crypto.c.o
[421/2351] Generating cryptodev.sym_chk with a custom command (wrapped by meson to capture output)
[422/2351] Generating sched.sym_chk with a custom command (wrapped by meson to capture output)
[423/2351] Generating node.sym_chk with a custom command (wrapped by meson to capture output)
[424/2351] Generating table.sym_chk with a custom command (wrapped by meson to capture output)
[425/2351] Compiling C object lib/librte_pipeline.a.p/pipeline_rte_swx_pipeline_spec.c.o
[426/2351] Generating graph.sym_chk with a custom command (wrapped by meson to capture output)
[427/2351] Generating eventdev.sym_chk with a custom command (wrapped by meson to capture output)
[428/2351] Compiling C object lib/librte_pipeline.a.p/pipeline_rte_table_action.c.o
[429/2351] Generating ethdev.sym_chk with a custom command (wrapped by meson to capture output)
[430/2351] Generating eal.sym_chk with a custom command (wrapped by meson to capture output)
[431/2351] Compiling C object lib/librte_pipeline.a.p/pipeline_rte_swx_pipeline.c.o
[432/2351] Compiling C object lib/librte_vhost.a.p/vhost_virtio_net.c.o
ninja: build stopped: subcommand failed.
-------------------------------END LOGS------------------------------



More information about the test-report mailing list