From: qemudev@loongson.cn
To: test-report@dpdk.org
Cc: Sameer Vaze <svaze@qti.qualcomm.com>, zhoumin@loongson.cn
Subject: |FAILURE| pw156723 [PATCH] app/compress-perf: support dictionary files
Date: Fri, 19 Sep 2025 04:33:21 +0800 [thread overview]
Message-ID: <202509182033.58IKXLrL2144063@localhost.localdomain> (raw)
In-Reply-To: <20250918210806.1709958-1-svaze@qti.qualcomm.com>
Test-Label: loongarch-compilation
Test-Status: FAILURE
http://dpdk.org/patch/156723
_ninja build failure_
Submitter: Sameer Vaze <svaze@qti.qualcomm.com>
Date: Thu, 18 Sep 2025 15:08:06 -0600
DPDK git baseline: Repo:dpdk-next-crypto
Branch: for-main
CommitID: 4159ea62922ce41566c7bab44655ad78bee85458
156723 --> 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-test-compress-perf.p/test-compress-perf_comp_perf_test_verify.c.o
cc -Iapp/dpdk-test-compress-perf.p -Iapp -I../app -Ilib/compressdev -I../lib/compressdev -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/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -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 -march=loongarch64 -DALLOW_EXPERI
MENTAL_API -MD -MQ app/dpdk-test-compress-perf.p/test-compress-perf_comp_perf_test_verify.c.o -MF app/dpdk-test-compress-perf.p/test-compress-perf_comp_perf_test_verify.c.o.d -o app/dpdk-test-compress-perf.p/test-compress-perf_comp_perf_test_verify.c.o -c ../app/test-compress-perf/comp_perf_test_verify.c
./app/test-compress-perf/comp_perf_test_verify.c: In function ‘main_loop’:
./app/test-compress-perf/comp_perf_test_verify.c:67:15: error: ‘DEFLATE_MAX_WINDOW_SIZE’ undeclared (first use in this function)
uint8_t dict[DEFLATE_MAX_WINDOW_SIZE] = {0};
^~~~~~~~~~~~~~~~~~~~~~~
./app/test-compress-perf/comp_perf_test_verify.c:67:15: note: each undeclared identifier is reported only once for each function it appears in
./app/test-compress-perf/comp_perf_test_verify.c:112:6: error: ‘struct rte_comp_compress_xform’ has no member named ‘dictionary’
.dictionary = dict,
^~~~~~~~~~
./app/test-compress-perf/comp_perf_test_verify.c:112:19: warning: excess elements in struct initializer
.dictionary = dict,
^~~~
./app/test-compress-perf/comp_perf_test_verify.c:112:19: note: (near initialization for ‘(anonymous).<anonymous>.compress’)
./app/test-compress-perf/comp_perf_test_verify.c:113:6: error: ‘struct rte_comp_compress_xform’ has no member named ‘dictionary_len’
.dictionary_len = window_size
^~~~~~~~~~~~~~
./app/test-compress-perf/comp_perf_test_verify.c:113:23: warning: excess elements in struct initializer
.dictionary_len = window_size
^~~~~~~~~~~
./app/test-compress-perf/comp_perf_test_verify.c:113:23: note: (near initialization for ‘(anonymous).<anonymous>.compress’)
./app/test-compress-perf/comp_perf_test_verify.c:133:6: error: ‘struct rte_comp_decompress_xform’ has no member named ‘dictionary’
.dictionary = dict,
^~~~~~~~~~
./app/test-compress-perf/comp_perf_test_verify.c:133:19: warning: excess elements in struct initializer
.dictionary = dict,
^~~~
./app/test-compress-perf/comp_perf_test_verify.c:133:19: note: (near initialization for ‘(anonymous).<anonymous>.decompress’)
./app/test-compress-perf/comp_perf_test_verify.c:134:6: error: ‘struct rte_comp_decompress_xform’ has no member named ‘dictionary_len’
.dictionary_len = window_size
^~~~~~~~~~~~~~
./app/test-compress-perf/comp_perf_test_verify.c:134:23: warning: excess elements in struct initializer
.dictionary_len = window_size
^~~~~~~~~~~
./app/test-compress-perf/comp_perf_test_verify.c:134:23: note: (near initialization for ‘(anonymous).<anonymous>.decompress’)
./app/test-compress-perf/comp_perf_test_verify.c:220:10: error: ‘RTE_COMP_CHECKSUM_3GPP_PDCP_UDC’ undeclared (first use in this function); did you mean ‘RTE_COMP_CHECKSUM_CRC32_ADLER32’?
== RTE_COMP_CHECKSUM_3GPP_PDCP_UDC)) {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
RTE_COMP_CHECKSUM_CRC32_ADLER32
./app/test-compress-perf/comp_perf_test_verify.c:67:10: warning: unused variable ‘dict’ [-Wunused-variable]
uint8_t dict[DEFLATE_MAX_WINDOW_SIZE] = {0};
^~~~
[2581/2979] Compiling C object app/dpdk-test-eventdev.p/test-eventdev_parser.c.o
[2582/2979] Linking target drivers/librte_event_dsw.so.26.0
[2583/2979] Generating rte_power_kvm_vm.sym_chk with a custom command (wrapped by meson to capture output)
[2584/2979] Compiling C object app/dpdk-test-crypto-perf.p/test-crypto-perf_cperf_test_common.c.o
[2585/2979] Generating rte_power_acpi.sym_chk with a custom command (wrapped by meson to capture output)
[2586/2979] Compiling C object app/dpdk-test-crypto-perf.p/test-crypto-perf_cperf_test_verify.c.o
[2587/2979] Generating rte_baseband_fpga_5gnr_fec.sym_chk with a custom command (wrapped by meson to capture output)
[2588/2979] Compiling C object app/dpdk-proc-info.p/proc-info_main.c.o
[2589/2979] Compiling C object drivers/libtmp_rte_event_octeontx.a.p/event_octeontx_ssovf_evdev_selftest.c.o
[2590/2979] Compiling C object app/dpdk-test-compress-perf.p/test-compress-perf_main.c.o
[2591/2979] Compiling C object app/dpdk-test-crypto-perf.p/test-crypto-perf_main.c.o
[2592/2979] Generating commands_hdr with a custom command (wrapped by meson to capture output)
[2593/2979] Compiling C object app/dpdk-test-crypto-perf.p/test-crypto-perf_cperf_test_throughput.c.o
[2594/2979] Generating rte_event_sw.pmd.c with a custom command
[2595/2979] Compiling C object drivers/libtmp_rte_baseband_turbo_sw.a.p/baseband_turbo_sw_bbdev_turbo_software.c.o
[2596/2979] Generating rte_baseband_fpga_lte_fec.sym_chk with a custom command (wrapped by meson to capture output)
[2597/2979] Compiling C object app/dpdk-test-crypto-perf.p/test-crypto-perf_cperf_options_parsing.c.o
[2598/2979] Compiling C object app/dpdk-test-dma-perf.p/test-dma-perf_benchmark.c.o
[2599/2979] Generating rte_baseband_null.sym_chk with a custom command (wrapped by meson to capture output)
[2600/2979] Generating rte_power_cppc.sym_chk with a custom command (wrapped by meson to capture output)
[2601/2979] Compiling C object drivers/libtmp_rte_crypto_dpaa2_sec.a.p/crypto_dpaa2_sec_dpaa2_sec_dpseci.c.o
[2602/2979] Compiling C object app/dpdk-test-crypto-perf.p/test-crypto-perf_cperf_test_latency.c.o
[2603/2979] Compiling C object app/dpdk-test-crypto-perf.p/test-crypto-perf_cperf_ops.c.o
[2604/2979] Compiling C object app/dpdk-test-bbdev.p/test-bbdev_test_bbdev_vector.c.o
[2605/2979] Generating rte_event_cnxk.pmd.c with a custom command
[2606/2979] Compiling C object drivers/libtmp_rte_baseband_acc.a.p/baseband_acc_rte_acc100_pmd.c.o
[2607/2979] Compiling C object drivers/libtmp_rte_baseband_acc.a.p/baseband_acc_rte_vrb_pmd.c.o
[2608/2979] Generating symbol file drivers/librte_crypto_dpaa_sec.so.26.0.p/librte_crypto_dpaa_sec.so.26.0.symbols
[2609/2979] Compiling C object app/dpdk-test-bbdev.p/test-bbdev_test_bbdev_perf.c.o
[2610/2979] Compiling C object drivers/libtmp_rte_crypto_octeontx.a.p/crypto_octeontx_otx_cryptodev_ops.c.o
[2611/2979] Compiling C object drivers/libtmp_rte_crypto_cnxk.a.p/crypto_cnxk_cn9k_cryptodev_ops.c.o
[2612/2979] Compiling C object drivers/libtmp_rte_crypto_cnxk.a.p/crypto_cnxk_cn10k_cryptodev_ops.c.o
[2613/2979] Compiling C object drivers/libtmp_rte_crypto_cnxk.a.p/crypto_cnxk_cn20k_cryptodev_ops.c.o
ninja: build stopped: subcommand failed.
-------------------------------END LOGS------------------------------
next parent reply other threads:[~2025-09-18 21:10 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20250918210806.1709958-1-svaze@qti.qualcomm.com>
2025-09-18 20:33 ` qemudev [this message]
2025-09-18 21:05 ` |SUCCESS| " checkpatch
2025-09-18 22:11 ` |FAILURE| " 0-day Robot
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=202509182033.58IKXLrL2144063@localhost.localdomain \
--to=qemudev@loongson.cn \
--cc=svaze@qti.qualcomm.com \
--cc=test-report@dpdk.org \
--cc=zhoumin@loongson.cn \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).