|FAILURE| pw119817 [PATCH v6] ethdev: add special flags when creating async transfer table

qemudev at loongson.cn qemudev at loongson.cn
Mon Nov 14 13:50:25 CET 2022


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

_ninja build failure_

Submitter: Rongwei Liu <rongweil at nvidia.com>
Date: Mon, 14 Nov 2022 10:47:55 +0200
DPDK git baseline: Repo:dpdk-next-net
  Branch: main
  CommitID: e9030669a59a870b752a9eb70053a27cb6d47491

119817 --> 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: app/dpdk-testpmd.p/test-pmd_cmdline_flow.c.o
cc -Iapp/dpdk-testpmd.p -Iapp -I../app -Iapp/test-pmd -I../app/test-pmd -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/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/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 -Ilib/cmdline -I../lib/cmdline -Idrivers/crypto/scheduler -I../drivers/crypto/scheduler -Ilib/cryptodev -I../lib/cryptodev -Ilib/rcu -I../lib/rcu -Idrivers/bus/vdev -I../drivers/bus/vdev -Ilib/reorder -I../lib/reorder -Ilib/bitratestats -I../lib/bitratestats -Ilib/bpf -I../lib/bpf -Ilib/gro -I../lib/gro -Ilib/gso -I../lib/gso -Ilib/latencystats -I../lib/latencystats -Ilib/pdump -I../lib/pdump -Ilib/pcapng -I../lib/pcapng -Idrivers/net/bnxt -I../drivers/net/bnxt -Idrivers/net/bnxt/tf_ulp -I../drivers/net/bnxt/tf_ulp -Idrivers/net/bnxt/tf_ulp/generic_templates -I../drivers/net/bnxt/tf_ulp/generic_templates -Idrivers/net/bnxt/tf_core -I../drivers/net/bnxt/tf_core -Idrivers/net/bnxt/hcapi/cfa -I../drivers/net/bnxt/hcapi/cfa -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -Ilib/pci -I../lib/pci -Idrivers/net/ixgbe -I../drivers/net/ixgbe -Idrivers/net/ixgbe/base -I../drivers/net/ixgbe/base -Ilib/hash -I../lib/hash -Ilib/security -I../lib/security -Idrivers/bus/dpaa -I../drivers/bus/dpaa -I../drivers/bus/dpaa/include -I../drivers/bus/dpaa/base/qbman -Idrivers/common/dpaax -I../drivers/common/dpaax -I../drivers/common/dpaax/caamflib -Ilib/eventdev -I../lib/eventdev -Ilib/timer -I../lib/timer -Idrivers/mempool/dpaa -I../drivers/mempool/dpaa -Idrivers/net/dpaa -I../drivers/net/dpaa -Idrivers/net/bonding -I../drivers/net/bonding -Ilib/sched -I../lib/sched -Ilib/ip_frag -I../lib/ip_frag -Idrivers/net/ice -I../drivers/net/ice -Idrivers/net/ice/!
 base -I../drivers/net/ice/base -Idrivers/common/iavf -I../drivers/common/iavf -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -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 -march=loongarch64 -DALLOW_EXPERIMENTAL_API -Wno-deprecated-declarations -MD -MQ app/dpdk-testpmd.p/test-pmd_cmdline_flow.c.o -MF app/dpdk-testpmd.p/test-pmd_cmdline_flow.c.o.d -o app/dpdk-testpmd.p/test-pmd_cmdline_flow.c.o -c ../app/test-pmd/cmdline_flow.c
./app/test-pmd/cmdline_flow.c: In function ‘parse_table’:
./app/test-pmd/cmdline_flow.c:9015:37: error: ‘RTE_FLOW_TRANSFER_WIRE_ORIG’ undeclared (first use in this function); did you mean ‘TABLE_TRANSFER_WIRE_ORIG’?
out->args.table.attr.specialize = RTE_FLOW_TRANSFER_WIRE_ORIG;
^~~~~~~~~~~~~~~~~~~~~~~~~~~
TABLE_TRANSFER_WIRE_ORIG
./app/test-pmd/cmdline_flow.c:9015:37: note: each undeclared identifier is reported only once for each function it appears in
./app/test-pmd/cmdline_flow.c:9020:37: error: ‘RTE_FLOW_TRANSFER_VPORT_ORIG’ undeclared (first use in this function); did you mean ‘TABLE_TRANSFER_VPORT_ORIG’?
out->args.table.attr.specialize = RTE_FLOW_TRANSFER_VPORT_ORIG;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
TABLE_TRANSFER_VPORT_ORIG
[2959/3196] Linking static target drivers/librte_event_octeontx.a
[2960/3196] Generating rte_baseband_null.sym_chk with a custom command (wrapped by meson to capture output)
[2961/3196] Compiling C object app/dpdk-test-sad.p/test-sad_main.c.o
[2962/3196] Compiling C object app/dpdk-test-eventdev.p/test-eventdev_test_perf_common.c.o
[2963/3196] Compiling C object app/dpdk-testpmd.p/test-pmd_5tswap.c.o
[2964/3196] Compiling C object app/dpdk-testpmd.p/test-pmd_flowgen.c.o
[2965/3196] Compiling C object app/dpdk-testpmd.p/test-pmd_iofwd.c.o
[2966/3196] Compiling C object app/dpdk-test-eventdev.p/test-eventdev_test_pipeline_common.c.o
[2967/3196] Compiling C object app/dpdk-testpmd.p/test-pmd_icmpecho.c.o
[2968/3196] Generating rte_baseband_turbo_sw.sym_chk with a custom command (wrapped by meson to capture output)
[2969/3196] Compiling C object app/dpdk-testpmd.p/test-pmd_macfwd.c.o
[2970/3196] Compiling C object app/dpdk-testpmd.p/test-pmd_cmdline_tm.c.o
[2971/3196] Compiling C object app/dpdk-testpmd.p/test-pmd_ieee1588fwd.c.o
[2972/3196] Compiling C object app/dpdk-test-eventdev.p/test-eventdev_test_pipeline_queue.c.o
[2973/3196] Compiling C object app/dpdk-testpmd.p/test-pmd_macswap.c.o
[2974/3196] Compiling C object app/dpdk-testpmd.p/test-pmd_rxonly.c.o
[2975/3196] Compiling C object app/dpdk-test-flow-perf.p/test-flow-perf_main.c.o
[2976/3196] Generating rte_event_sw.sym_chk with a custom command (wrapped by meson to capture output)
[2977/3196] Compiling C object app/dpdk-testpmd.p/test-pmd_cmdline_mtr.c.o
[2978/3196] Compiling C object app/dpdk-testpmd.p/test-pmd_shared_rxq_fwd.c.o
[2979/3196] Compiling C object app/dpdk-test-regex.p/test-regex_main.c.o
[2980/3196] Compiling C object app/dpdk-testpmd.p/test-pmd_parameters.c.o
[2981/3196] Compiling C object app/dpdk-testpmd.p/test-pmd_csumonly.c.o
[2982/3196] Compiling C object drivers/libtmp_rte_baseband_acc.a.p/baseband_acc_rte_acc100_pmd.c.o
[2983/3196] Compiling C object app/dpdk-testpmd.p/test-pmd_noisy_vnf.c.o
[2984/3196] Compiling C object app/dpdk-testpmd.p/test-pmd_cmdline.c.o
[2985/3196] Compiling C object drivers/libtmp_rte_event_cnxk.a.p/event_cnxk_deq_cn10k_deq_64_79_ca_tmo_seg.c.o
[2986/3196] Compiling C object drivers/libtmp_rte_event_cnxk.a.p/event_cnxk_deq_cn10k_deq_96_111_ca_tmo_seg.c.o
[2987/3196] Compiling C object app/dpdk-test-bbdev.p/test-bbdev_test_bbdev_perf.c.o
[2988/3196] Compiling C object app/dpdk-testpmd.p/test-pmd_testpmd.c.o
[2989/3196] Compiling C object app/dpdk-testpmd.p/test-pmd_config.c.o
[2990/3196] Compiling C object drivers/libtmp_rte_event_cnxk.a.p/event_cnxk_deq_cn10k_deq_80_95_ca_tmo_seg.c.o
[2991/3196] Compiling C object drivers/libtmp_rte_event_cnxk.a.p/event_cnxk_deq_cn10k_deq_112_127_ca_tmo_seg.c.o
ninja: build stopped: subcommand failed.
-------------------------------END LOGS------------------------------



More information about the test-report mailing list