From: qemudev@loongson.cn
To: test-report@dpdk.org
Cc: Stephen Hemminger <stephen@networkplumber.org>, zhoumin@loongson.cn
Subject: |FAILURE| pw138065 [PATCH v3] hash: put GFNI stubs back
Date: Thu, 7 Mar 2024 05:23:38 +0800 [thread overview]
Message-ID: <202403062123.426LNc9r3481651@localhost.localdomain> (raw)
In-Reply-To: <20240306214729.70048-1-stephen@networkplumber.org>
Test-Label: loongarch-compilation
Test-Status: FAILURE
http://dpdk.org/patch/138065
_ninja build failure_
Submitter: Stephen Hemminger <stephen@networkplumber.org>
Date: Wed, 6 Mar 2024 13:47:13 -0800
DPDK git baseline: Repo:dpdk
Branch: main
CommitID: 39846d56c48ba9a5da23f4a8af40cd46b47e9367
138065 --> 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: lib/librte_hash.a.p/hash_rte_thash_gfni.c.o
cc -Ilib/librte_hash.a.p -Ilib -I../lib -Ilib/hash -I../lib/hash -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/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/rcu -I../lib/rcu -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 -DAL
LOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -DRTE_LOG_DEFAULT_LOGTYPE=lib.hash -MD -MQ lib/librte_hash.a.p/hash_rte_thash_gfni.c.o -MF lib/librte_hash.a.p/hash_rte_thash_gfni.c.o.d -o lib/librte_hash.a.p/hash_rte_thash_gfni.c.o -c ../lib/hash/rte_thash_gfni.c
In file included from ../lib/hash/rte_thash_gfni.c:9:
./lib/hash/rte_thash_gfni.h: In function ‘rte_thash_gfni_bulk’:
./lib/hash/rte_thash_gfni.h:73:9: error: too few arguments to function ‘___rte_thash_gfni_bulk’
return ___rte_thash_gfni_bulk(mtrx, len, tuple, val);
^~~~~~~~~~~~~~~~~~~~~~
./lib/hash/rte_thash_gfni.h:30:1: note: declared here
___rte_thash_gfni_bulk(const uint64_t *mtrx, int len, uint8_t *tuple[],
^~~~~~~~~~~~~~~~~~~~~~
./lib/hash/rte_thash_gfni.h:73:9: warning: ‘return’ with a value, in function returning void
return ___rte_thash_gfni_bulk(mtrx, len, tuple, val);
^~~~~~~~~~~~~~~~~~~~~~
./lib/hash/rte_thash_gfni.h:70:1: note: declared here
rte_thash_gfni_bulk(const uint64_t *mtrx, int len, uint8_t *tuple[],
^~~~~~~~~~~~~~~~~~~
./lib/hash/rte_thash_gfni.h:71:27: warning: unused parameter ‘num’ [-Wunused-parameter]
uint32_t val[], uint32_t num)
~~~~~~~~~^~~
[119/2495] Compiling C object lib/librte_hash.a.p/hash_rte_hash_crc.c.o
[120/2495] Compiling C object lib/librte_metrics.a.p/metrics_rte_metrics_telemetry.c.o
[121/2495] Compiling C object lib/librte_hash.a.p/hash_rte_thash.c.o
FAILED: lib/librte_hash.a.p/hash_rte_thash.c.o
cc -Ilib/librte_hash.a.p -Ilib -I../lib -Ilib/hash -I../lib/hash -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/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/rcu -I../lib/rcu -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 -DAL
LOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -DRTE_LOG_DEFAULT_LOGTYPE=lib.hash -MD -MQ lib/librte_hash.a.p/hash_rte_thash.c.o -MF lib/librte_hash.a.p/hash_rte_thash.c.o.d -o lib/librte_hash.a.p/hash_rte_thash.c.o -c ../lib/hash/rte_thash.c
In file included from ../lib/hash/rte_thash.h:27,
from ../lib/hash/rte_thash.c:8:
./lib/hash/rte_thash_gfni.h: In function ‘rte_thash_gfni_bulk’:
./lib/hash/rte_thash_gfni.h:73:9: error: too few arguments to function ‘___rte_thash_gfni_bulk’
return ___rte_thash_gfni_bulk(mtrx, len, tuple, val);
^~~~~~~~~~~~~~~~~~~~~~
./lib/hash/rte_thash_gfni.h:30:1: note: declared here
___rte_thash_gfni_bulk(const uint64_t *mtrx, int len, uint8_t *tuple[],
^~~~~~~~~~~~~~~~~~~~~~
./lib/hash/rte_thash_gfni.h:73:9: warning: ‘return’ with a value, in function returning void
return ___rte_thash_gfni_bulk(mtrx, len, tuple, val);
^~~~~~~~~~~~~~~~~~~~~~
./lib/hash/rte_thash_gfni.h:70:1: note: declared here
rte_thash_gfni_bulk(const uint64_t *mtrx, int len, uint8_t *tuple[],
^~~~~~~~~~~~~~~~~~~
./lib/hash/rte_thash_gfni.h:71:27: warning: unused parameter ‘num’ [-Wunused-parameter]
uint32_t val[], uint32_t num)
~~~~~~~~~^~~
[122/2495] Compiling C object lib/librte_hash.a.p/hash_rte_fbk_hash.c.o
[123/2495] Compiling C object lib/librte_eal.a.p/eal_linux_eal_vfio.c.o
[124/2495] Compiling C object lib/librte_acl.a.p/acl_tb_mem.c.o
[125/2495] Compiling C object lib/librte_ethdev.a.p/ethdev_sff_8636.c.o
[126/2495] Compiling C object lib/librte_metrics.a.p/metrics_rte_metrics.c.o
[127/2495] Compiling C object lib/librte_mbuf.a.p/mbuf_rte_mbuf.c.o
[128/2495] Compiling C object lib/librte_acl.a.p/acl_rte_acl.c.o
[129/2495] Compiling C object lib/librte_ethdev.a.p/ethdev_rte_mtr.c.o
[130/2495] Generating kvargs.sym_chk with a custom command (wrapped by meson to capture output)
[131/2495] Generating argparse.sym_chk with a custom command (wrapped by meson to capture output)
[132/2495] Compiling C object lib/librte_cmdline.a.p/cmdline_cmdline_rdline.c.o
[133/2495] Compiling C object lib/librte_ethdev.a.p/ethdev_rte_ethdev_telemetry.c.o
[134/2495] Compiling C object lib/librte_acl.a.p/acl_acl_gen.c.o
[135/2495] Compiling C object lib/librte_ethdev.a.p/ethdev_rte_tm.c.o
[136/2495] Generating meter.sym_chk with a custom command (wrapped by meson to capture output)
[137/2495] Generating ring.sym_chk with a custom command (wrapped by meson to capture output)
[138/2495] Compiling C object lib/librte_acl.a.p/acl_acl_run_scalar.c.o
[139/2495] Compiling C object lib/librte_timer.a.p/timer_rte_timer.c.o
[140/2495] Generating log.sym_chk with a custom command (wrapped by meson to capture output)
[141/2495] Generating net.sym_chk with a custom command (wrapped by meson to capture output)
[142/2495] Generating rcu.sym_chk with a custom command (wrapped by meson to capture output)
[143/2495] Compiling C object lib/librte_ipsec.a.p/ipsec_ipsec_sad.c.o
[144/2495] Generating pci.sym_chk with a custom command (wrapped by meson to capture output)
[145/2495] Generating telemetry.sym_chk with a custom command (wrapped by meson to capture output)
[146/2495] Compiling C object lib/librte_ethdev.a.p/ethdev_ethdev_trace_points.c.o
[147/2495] Compiling C object lib/librte_ethdev.a.p/ethdev_rte_flow.c.o
[148/2495] Compiling C object lib/librte_acl.a.p/acl_acl_bld.c.o
[149/2495] Generating mempool.sym_chk with a custom command (wrapped by meson to capture output)
[150/2495] Compiling C object lib/librte_hash.a.p/hash_rte_cuckoo_hash.c.o
[151/2495] Compiling C object lib/librte_ethdev.a.p/ethdev_rte_ethdev.c.o
ninja: build stopped: subcommand failed.
-------------------------------END LOGS------------------------------
next parent reply other threads:[~2024-03-06 21:48 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20240306214729.70048-1-stephen@networkplumber.org>
2024-03-06 21:23 ` qemudev [this message]
2024-03-06 21:48 ` |SUCCESS| " checkpatch
2024-03-06 22:02 ` |FAILURE| pw138065 [PATCH] [v3] " dpdklab
2024-03-06 22:24 ` |FAILURE| pw138065 [PATCH v3] " 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=202403062123.426LNc9r3481651@localhost.localdomain \
--to=qemudev@loongson.cn \
--cc=stephen@networkplumber.org \
--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).