automatic DPDK test reports
 help / color / mirror / Atom feed
From: qemudev@loongson.cn
To: test-report@dpdk.org
Cc: Sameer Vaze <svaze@qti.qualcomm.com>, zhoumin@loongson.cn
Subject: |FAILURE| pw153887 [PATCH] app/compress-perf: support dictionary files
Date: Fri, 30 May 2025 14:59:11 +0800	[thread overview]
Message-ID: <202505300659.54U6xB0O3889546@localhost.localdomain> (raw)
In-Reply-To: <20250529171610.2448892-1-svaze@qti.qualcomm.com>

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

_ninja build failure_

Submitter: Sameer Vaze <svaze@qti.qualcomm.com>
Date: Thu, 29 May 2025 11:16:10 -0600
DPDK git baseline: Repo:dpdk-next-crypto
  Branch: for-main
  CommitID: d5968c8a2b355a083db1d2f4f00334760389b54c

153887 --> 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_compress_zlib.a.p/compress_zlib_zlib_pmd.c.o
cc -Idrivers/libtmp_rte_compress_zlib.a.p -Idrivers -I../drivers -Idrivers/compress/zlib -I../drivers/compress/zlib -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 -Idrivers/bus/vdev -I../drivers/bus/vdev -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-stri
 ngs -Wno-packed-not-aligned -Wno-missing-field-initializers -D_GNU_SOURCE -fPIC -march=loongarch64 -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -DRTE_LOG_DEFAULT_LOGTYPE=pmd.compress.zlib -MD -MQ drivers/libtmp_rte_compress_zlib.a.p/compress_zlib_zlib_pmd.c.o -MF drivers/libtmp_rte_compress_zlib.a.p/compress_zlib_zlib_pmd.c.o.d -o drivers/libtmp_rte_compress_zlib.a.p/compress_zlib_zlib_pmd.c.o -c ../drivers/compress/zlib/zlib_pmd.c
In file included from ../lib/eal/include/generic/rte_pause.h:16,
from ../lib/eal/loongarch/include/rte_pause.h:10,
from ../lib/eal/include/generic/rte_rwlock.h:31,
from ../lib/eal/loongarch/include/rte_rwlock.h:8,
from ../lib/eal/include/rte_eal_memconfig.h:10,
from ../lib/eal/include/rte_memory.h:21,
from ../lib/eal/include/rte_malloc.h:16,
from ../drivers/compress/zlib/zlib_pmd.c:7:
./drivers/compress/zlib/zlib_pmd.c: In function ‘process_zlib_deflate_chksum’:
./lib/log/rte_log.h:364:2: error: static assertion failed: "This log format string contains a \n"
static_assert(!__builtin_strchr(fmt, 'n'), ^~~~~~~~~~~~~
./lib/log/rte_log.h:445:2: note: in expansion of macro ‘RTE_LOG_CHECK_NO_NEWLINE’
RTE_LOG_CHECK_NO_NEWLINE(RTE_FMT_HEAD(prefix __VA_ARGS__ ,)); ^~~~~~~~~~~~~~~~~~~~~~~~
./drivers/compress/zlib/zlib_pmd_private.h:20:2: note: in expansion of macro ‘RTE_LOG_LINE_PREFIX’
RTE_LOG_LINE_PREFIX(level, ZLIB_DRIVER, "%s(): ", __func__, __VA_ARGS__)
^~~~~~~~~~~~~~~~~~~
./drivers/compress/zlib/zlib_pmd_private.h:25:2: note: in expansion of macro ‘ZLIB_PMD_LOG’
ZLIB_PMD_LOG(ERR, fmt, ## __VA_ARGS__)
^~~~~~~~~~~~
./drivers/compress/zlib/zlib_pmd.c:35:3: note: in expansion of macro ‘ZLIB_PMD_ERR’
ZLIB_PMD_ERR("Checksum type not supportedn");
^~~~~~~~~~~~
./lib/log/rte_log.h:364:2: error: static assertion failed: "This log format string contains a \n"
static_assert(!__builtin_strchr(fmt, 'n'), ^~~~~~~~~~~~~
./lib/log/rte_log.h:445:2: note: in expansion of macro ‘RTE_LOG_CHECK_NO_NEWLINE’
RTE_LOG_CHECK_NO_NEWLINE(RTE_FMT_HEAD(prefix __VA_ARGS__ ,)); ^~~~~~~~~~~~~~~~~~~~~~~~
./drivers/compress/zlib/zlib_pmd_private.h:20:2: note: in expansion of macro ‘RTE_LOG_LINE_PREFIX’
RTE_LOG_LINE_PREFIX(level, ZLIB_DRIVER, "%s(): ", __func__, __VA_ARGS__)
^~~~~~~~~~~~~~~~~~~
./drivers/compress/zlib/zlib_pmd_private.h:25:2: note: in expansion of macro ‘ZLIB_PMD_LOG’
ZLIB_PMD_LOG(ERR, fmt, ## __VA_ARGS__)
^~~~~~~~~~~~
./drivers/compress/zlib/zlib_pmd.c:42:4: note: in expansion of macro ‘ZLIB_PMD_ERR’
ZLIB_PMD_ERR("Unable to fetch dictionaryn");
^~~~~~~~~~~~
./lib/log/rte_log.h:364:2: error: static assertion failed: "This log format string contains a \n"
static_assert(!__builtin_strchr(fmt, 'n'), ^~~~~~~~~~~~~
./lib/log/rte_log.h:445:2: note: in expansion of macro ‘RTE_LOG_CHECK_NO_NEWLINE’
RTE_LOG_CHECK_NO_NEWLINE(RTE_FMT_HEAD(prefix __VA_ARGS__ ,)); ^~~~~~~~~~~~~~~~~~~~~~~~
./drivers/compress/zlib/zlib_pmd_private.h:20:2: note: in expansion of macro ‘RTE_LOG_LINE_PREFIX’
RTE_LOG_LINE_PREFIX(level, ZLIB_DRIVER, "%s(): ", __func__, __VA_ARGS__)
^~~~~~~~~~~~~~~~~~~
./drivers/compress/zlib/zlib_pmd_private.h:25:2: note: in expansion of macro ‘ZLIB_PMD_LOG’
ZLIB_PMD_LOG(ERR, fmt, ## __VA_ARGS__)
^~~~~~~~~~~~
./drivers/compress/zlib/zlib_pmd.c:48:4: note: in expansion of macro ‘ZLIB_PMD_ERR’
ZLIB_PMD_ERR("Unable to fetch dictionaryn");
^~~~~~~~~~~~
./lib/log/rte_log.h:364:2: error: static assertion failed: "This log format string contains a \n"
static_assert(!__builtin_strchr(fmt, 'n'), ^~~~~~~~~~~~~
./lib/log/rte_log.h:445:2: note: in expansion of macro ‘RTE_LOG_CHECK_NO_NEWLINE’
RTE_LOG_CHECK_NO_NEWLINE(RTE_FMT_HEAD(prefix __VA_ARGS__ ,)); ^~~~~~~~~~~~~~~~~~~~~~~~
./drivers/compress/zlib/zlib_pmd_private.h:20:2: note: in expansion of macro ‘RTE_LOG_LINE_PREFIX’
RTE_LOG_LINE_PREFIX(level, ZLIB_DRIVER, "%s(): ", __func__, __VA_ARGS__)
^~~~~~~~~~~~~~~~~~~
./drivers/compress/zlib/zlib_pmd_private.h:25:2: note: in expansion of macro ‘ZLIB_PMD_LOG’
ZLIB_PMD_LOG(ERR, fmt, ## __VA_ARGS__)
^~~~~~~~~~~~
./drivers/compress/zlib/zlib_pmd.c:69:3: note: in expansion of macro ‘ZLIB_PMD_ERR’
ZLIB_PMD_ERR("Checksum not supportedn");
^~~~~~~~~~~~
./drivers/compress/zlib/zlib_pmd.c: In function ‘process_zlib_inflate_chksum’:
./lib/log/rte_log.h:364:2: error: static assertion failed: "This log format string contains a \n"
static_assert(!__builtin_strchr(fmt, 'n'), ^~~~~~~~~~~~~
./lib/log/rte_log.h:445:2: note: in expansion of macro ‘RTE_LOG_CHECK_NO_NEWLINE’
RTE_LOG_CHECK_NO_NEWLINE(RTE_FMT_HEAD(prefix __VA_ARGS__ ,)); ^~~~~~~~~~~~~~~~~~~~~~~~
./drivers/compress/zlib/zlib_pmd_private.h:20:2: note: in expansion of macro ‘RTE_LOG_LINE_PREFIX’
RTE_LOG_LINE_PREFIX(level, ZLIB_DRIVER, "%s(): ", __func__, __VA_ARGS__)
^~~~~~~~~~~~~~~~~~~
./drivers/compress/zlib/zlib_pmd_private.h:25:2: note: in expansion of macro ‘ZLIB_PMD_LOG’
ZLIB_PMD_LOG(ERR, fmt, ## __VA_ARGS__)
^~~~~~~~~~~~
./drivers/compress/zlib/zlib_pmd.c:88:3: note: in expansion of macro ‘ZLIB_PMD_ERR’
ZLIB_PMD_ERR("Checksum type not supportedn");
^~~~~~~~~~~~
./lib/log/rte_log.h:364:2: error: static assertion failed: "This log format string contains a \n"
static_assert(!__builtin_strchr(fmt, 'n'), ^~~~~~~~~~~~~
./lib/log/rte_log.h:445:2: note: in expansion of macro ‘RTE_LOG_CHECK_NO_NEWLINE’
RTE_LOG_CHECK_NO_NEWLINE(RTE_FMT_HEAD(prefix __VA_ARGS__ ,)); ^~~~~~~~~~~~~~~~~~~~~~~~
./drivers/compress/zlib/zlib_pmd_private.h:20:2: note: in expansion of macro ‘RTE_LOG_LINE_PREFIX’
RTE_LOG_LINE_PREFIX(level, ZLIB_DRIVER, "%s(): ", __func__, __VA_ARGS__)
^~~~~~~~~~~~~~~~~~~
./drivers/compress/zlib/zlib_pmd_private.h:25:2: note: in expansion of macro ‘ZLIB_PMD_LOG’
ZLIB_PMD_LOG(ERR, fmt, ## __VA_ARGS__)
^~~~~~~~~~~~
./drivers/compress/zlib/zlib_pmd.c:95:4: note: in expansion of macro ‘ZLIB_PMD_ERR’
ZLIB_PMD_ERR("Unable to fetch dictionaryn");
^~~~~~~~~~~~
./lib/log/rte_log.h:364:2: error: static assertion failed: "This log format string contains a \n"
static_assert(!__builtin_strchr(fmt, 'n'), ^~~~~~~~~~~~~
./lib/log/rte_log.h:445:2: note: in expansion of macro ‘RTE_LOG_CHECK_NO_NEWLINE’
RTE_LOG_CHECK_NO_NEWLINE(RTE_FMT_HEAD(prefix __VA_ARGS__ ,)); ^~~~~~~~~~~~~~~~~~~~~~~~
./drivers/compress/zlib/zlib_pmd_private.h:20:2: note: in expansion of macro ‘RTE_LOG_LINE_PREFIX’
RTE_LOG_LINE_PREFIX(level, ZLIB_DRIVER, "%s(): ", __func__, __VA_ARGS__)
^~~~~~~~~~~~~~~~~~~
./drivers/compress/zlib/zlib_pmd_private.h:25:2: note: in expansion of macro ‘ZLIB_PMD_LOG’
ZLIB_PMD_LOG(ERR, fmt, ## __VA_ARGS__)
^~~~~~~~~~~~
./drivers/compress/zlib/zlib_pmd.c:101:4: note: in expansion of macro ‘ZLIB_PMD_ERR’
ZLIB_PMD_ERR("Unable to fetch dictionaryn");
^~~~~~~~~~~~
./lib/log/rte_log.h:364:2: error: static assertion failed: "This log format string contains a \n"
static_assert(!__builtin_strchr(fmt, 'n'), ^~~~~~~~~~~~~
./lib/log/rte_log.h:445:2: note: in expansion of macro ‘RTE_LOG_CHECK_NO_NEWLINE’
RTE_LOG_CHECK_NO_NEWLINE(RTE_FMT_HEAD(prefix __VA_ARGS__ ,)); ^~~~~~~~~~~~~~~~~~~~~~~~
./drivers/compress/zlib/zlib_pmd_private.h:20:2: note: in expansion of macro ‘RTE_LOG_LINE_PREFIX’
RTE_LOG_LINE_PREFIX(level, ZLIB_DRIVER, "%s(): ", __func__, __VA_ARGS__)
^~~~~~~~~~~~~~~~~~~
./drivers/compress/zlib/zlib_pmd_private.h:25:2: note: in expansion of macro ‘ZLIB_PMD_LOG’
ZLIB_PMD_LOG(ERR, fmt, ## __VA_ARGS__)
^~~~~~~~~~~~
./drivers/compress/zlib/zlib_pmd.c:119:4: note: in expansion of macro ‘ZLIB_PMD_ERR’
ZLIB_PMD_ERR("Checksum does not matchn");
^~~~~~~~~~~~
./lib/log/rte_log.h:364:2: error: static assertion failed: "This log format string contains a \n"
static_assert(!__builtin_strchr(fmt, 'n'), ^~~~~~~~~~~~~
./lib/log/rte_log.h:445:2: note: in expansion of macro ‘RTE_LOG_CHECK_NO_NEWLINE’
RTE_LOG_CHECK_NO_NEWLINE(RTE_FMT_HEAD(prefix __VA_ARGS__ ,)); ^~~~~~~~~~~~~~~~~~~~~~~~
./drivers/compress/zlib/zlib_pmd_private.h:20:2: note: in expansion of macro ‘RTE_LOG_LINE_PREFIX’
RTE_LOG_LINE_PREFIX(level, ZLIB_DRIVER, "%s(): ", __func__, __VA_ARGS__)
^~~~~~~~~~~~~~~~~~~
./drivers/compress/zlib/zlib_pmd_private.h:25:2: note: in expansion of macro ‘ZLIB_PMD_LOG’
ZLIB_PMD_LOG(ERR, fmt, ## __VA_ARGS__)
^~~~~~~~~~~~
./drivers/compress/zlib/zlib_pmd.c:127:3: note: in expansion of macro ‘ZLIB_PMD_ERR’
ZLIB_PMD_ERR("Checksum not supportedn");
^~~~~~~~~~~~
./drivers/compress/zlib/zlib_pmd.c: In function ‘zlib_set_stream_parameters’:
./lib/log/rte_log.h:364:2: error: static assertion failed: "This log format string contains a \n"
static_assert(!__builtin_strchr(fmt, 'n'), ^~~~~~~~~~~~~
./lib/log/rte_log.h:445:2: note: in expansion of macro ‘RTE_LOG_CHECK_NO_NEWLINE’
RTE_LOG_CHECK_NO_NEWLINE(RTE_FMT_HEAD(prefix __VA_ARGS__ ,)); ^~~~~~~~~~~~~~~~~~~~~~~~
./drivers/compress/zlib/zlib_pmd_private.h:20:2: note: in expansion of macro ‘RTE_LOG_LINE_PREFIX’
RTE_LOG_LINE_PREFIX(level, ZLIB_DRIVER, "%s(): ", __func__, __VA_ARGS__)
^~~~~~~~~~~~~~~~~~~
./drivers/compress/zlib/zlib_pmd_private.h:25:2: note: in expansion of macro ‘ZLIB_PMD_LOG’
ZLIB_PMD_LOG(ERR, fmt, ## __VA_ARGS__)
^~~~~~~~~~~~
./drivers/compress/zlib/zlib_pmd.c:419:5: note: in expansion of macro ‘ZLIB_PMD_ERR’
ZLIB_PMD_ERR("Deflate set dictionary failedn");
^~~~~~~~~~~~
./lib/log/rte_log.h:364:2: error: static assertion failed: "This log format string contains a \n"
static_assert(!__builtin_strchr(fmt, 'n'), ^~~~~~~~~~~~~
./lib/log/rte_log.h:445:2: note: in expansion of macro ‘RTE_LOG_CHECK_NO_NEWLINE’
RTE_LOG_CHECK_NO_NEWLINE(RTE_FMT_HEAD(prefix __VA_ARGS__ ,)); ^~~~~~~~~~~~~~~~~~~~~~~~
./drivers/compress/zlib/zlib_pmd_private.h:20:2: note: in expansion of macro ‘RTE_LOG_LINE_PREFIX’
RTE_LOG_LINE_PREFIX(level, ZLIB_DRIVER, "%s(): ", __func__, __VA_ARGS__)
^~~~~~~~~~~~~~~~~~~
./drivers/compress/zlib/zlib_pmd_private.h:25:2: note: in expansion of macro ‘ZLIB_PMD_LOG’
ZLIB_PMD_LOG(ERR, fmt, ## __VA_ARGS__)
^~~~~~~~~~~~
./drivers/compress/zlib/zlib_pmd.c:450:5: note: in expansion of macro ‘ZLIB_PMD_ERR’
ZLIB_PMD_ERR("inflate set dictionary failedn");
^~~~~~~~~~~~
[2185/2927] Compiling C object drivers/librte_crypto_ionic.a.p/meson-generated_.._rte_crypto_ionic.pmd.c.o
[2186/2927] Compiling C object drivers/libtmp_rte_crypto_scheduler.a.p/crypto_scheduler_scheduler_pkt_size_distr.c.o
[2187/2927] Compiling C object drivers/librte_crypto_ionic.so.25.2.p/meson-generated_.._rte_crypto_ionic.pmd.c.o
[2188/2927] Generating rte_regex_cn9k_map with a custom command
[2189/2927] Compiling C object drivers/libtmp_rte_compress_octeontx.a.p/compress_octeontx_otx_zip.c.o
[2190/2927] Compiling C object drivers/libtmp_rte_crypto_virtio.a.p/crypto_virtio_virtio_user_vhost_vdpa.c.o
[2191/2927] Generating rte_raw_ntb.sym_chk with a custom command (wrapped by meson to capture output)
[2192/2927] Compiling C object drivers/libtmp_rte_crypto_virtio.a.p/crypto_virtio_virtio_rxtx.c.o
[2193/2927] Compiling C object drivers/libtmp_rte_compress_zlib.a.p/compress_zlib_zlib_pmd_ops.c.o
[2194/2927] Compiling C object drivers/libtmp_rte_crypto_virtio.a.p/crypto_virtio_virtio_user_virtio_user_dev.c.o
[2195/2927] Compiling C object drivers/libtmp_rte_crypto_virtio.a.p/crypto_virtio_virtio_cryptodev.c.o
[2196/2927] Generating rte_net_qede.sym_chk with a custom command (wrapped by meson to capture output)
[2197/2927] Compiling C object drivers/libtmp_rte_compress_nitrox.a.p/compress_nitrox_nitrox_comp_reqmgr.c.o
[2198/2927] Compiling C object drivers/libtmp_rte_compress_nitrox.a.p/compress_nitrox_nitrox_comp.c.o
[2199/2927] Generating rte_crypto_null.pmd.c with a custom command
[2200/2927] Compiling C object drivers/libtmp_rte_ml_cnxk.a.p/ml_cnxk_cn10k_ml_dev.c.o
[2201/2927] Compiling C object drivers/libtmp_rte_regex_cn9k.a.p/regex_cn9k_cn9k_regexdev.c.o
[2202/2927] Generating rte_crypto_nitrox.sym_chk with a custom command (wrapped by meson to capture output)
[2203/2927] Compiling C object drivers/libtmp_rte_crypto_ccp.a.p/crypto_ccp_ccp_crypto.c.o
[2204/2927] Compiling C object drivers/libtmp_rte_net_txgbe.a.p/net_txgbe_txgbe_rxtx.c.o
[2205/2927] Compiling C object drivers/libtmp_rte_ml_cnxk.a.p/ml_cnxk_cn10k_ml_model.c.o
[2206/2927] Compiling C object drivers/libtmp_rte_ml_cnxk.a.p/ml_cnxk_cn10k_ml_ops.c.o
[2207/2927] Generating rte_net_virtio.pmd.c with a custom command
[2208/2927] Compiling C object drivers/libtmp_rte_crypto_caam_jr.a.p/crypto_caam_jr_caam_jr.c.o
[2209/2927] Compiling C object drivers/libtmp_rte_compress_octeontx.a.p/compress_octeontx_otx_zip_pmd.c.o
[2210/2927] Generating rte_common_cnxk.sym_chk with a custom command (wrapped by meson to capture output)
[2211/2927] Compiling C object drivers/libtmp_rte_crypto_openssl.a.p/crypto_openssl_rte_openssl_pmd.c.o
[2212/2927] Compiling C object drivers/libtmp_rte_crypto_scheduler.a.p/crypto_scheduler_scheduler_multicore.c.o
[2213/2927] Compiling C object drivers/libtmp_rte_crypto_dpaa_sec.a.p/crypto_dpaa_sec_dpaa_sec.c.o
[2214/2927] Compiling C object drivers/libtmp_rte_crypto_dpaa2_sec.a.p/crypto_dpaa2_sec_dpaa2_sec_dpseci.c.o
[2215/2927] Compiling C object drivers/libtmp_rte_crypto_cnxk.a.p/crypto_cnxk_cn9k_cryptodev_ops.c.o
[2216/2927] Compiling C object drivers/libtmp_rte_crypto_octeontx.a.p/crypto_octeontx_otx_cryptodev_ops.c.o
[2217/2927] Compiling C object drivers/libtmp_rte_crypto_cnxk.a.p/crypto_cnxk_cn10k_cryptodev_ops.c.o
ninja: build stopped: subcommand failed.
-------------------------------END LOGS------------------------------


       reply	other threads:[~2025-05-30  7:35 UTC|newest]

Thread overview: 37+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20250529171610.2448892-1-svaze@qti.qualcomm.com>
2025-05-30  6:59 ` qemudev [this message]
2025-05-30  7:34 ` |WARNING| " checkpatch
2025-05-30 16:33 ` |WARNING| pw153887 [PATCH] app/compress-perf: support dictionary fil dpdklab
2025-05-30 16:37 ` |FAILURE| " dpdklab
2025-05-30 16:40 ` |PENDING| " dpdklab
2025-05-30 16:41 ` |FAILURE| " dpdklab
2025-05-30 17:10 ` dpdklab
2025-05-30 18:02 ` |WARNING| " dpdklab
2025-05-30 18:05 ` dpdklab
2025-05-30 19:36 ` |FAILURE| " dpdklab
2025-05-30 19:39 ` dpdklab
2025-05-30 19:41 ` dpdklab
2025-05-30 19:43 ` dpdklab
2025-05-30 19:53 ` dpdklab
2025-05-30 19:53 ` dpdklab
2025-05-30 19:53 ` dpdklab
2025-05-30 19:54 ` dpdklab
2025-05-30 19:55 ` dpdklab
2025-05-30 19:56 ` dpdklab
2025-05-30 19:57 ` dpdklab
2025-05-30 19:58 ` dpdklab
2025-05-30 19:58 ` dpdklab
2025-05-30 20:49 ` dpdklab
2025-05-30 20:50 ` dpdklab
2025-05-30 20:50 ` dpdklab
2025-05-30 20:51 ` dpdklab
2025-05-30 20:52 ` dpdklab
2025-05-30 20:52 ` dpdklab
2025-05-30 20:52 ` dpdklab
2025-05-30 20:53 ` dpdklab
2025-05-30 20:53 ` dpdklab
2025-05-30 20:55 ` dpdklab
2025-05-30 22:49 ` dpdklab
2025-05-30 23:10 ` dpdklab
2025-05-30 23:50 ` |WARNING| " dpdklab
2025-05-31 10:07 ` |FAILURE| " dpdklab
2025-05-31 11:33 ` |WARNING| " dpdklab

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=202505300659.54U6xB0O3889546@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).