From: qemudev@loongson.cn
To: test-report@dpdk.org
Cc: mb@smartsharesystems.com, zhoumin@loongson.cn
Subject: |FAILURE| pw150079 [PATCH] mbuf: add fast free bulk function
Date: Tue, 14 Jan 2025 23:54:57 +0800 [thread overview]
Message-ID: <202501141554.50EFsvTI3204410@localhost.localdomain> (raw)
In-Reply-To: <20250114162544.125448-1-mb@smartsharesystems.com>
Test-Label: loongarch-compilation
Test-Status: FAILURE
http://dpdk.org/patch/150079
_ninja build failure_
Submitter: Morten Brørup <mb@smartsharesystems.com>
Date: Tue, 14 Jan 2025 16:25:44 +0000
DPDK git baseline: Repo:dpdk
Branch: main
CommitID: fd51012de5369679e807be1d6a81d63ef15015ce
150079 --> 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_mbuf.so.25.1
cc -o lib/librte_mbuf.so.25.1 lib/librte_mbuf.a.p/mbuf_rte_mbuf.c.o lib/librte_mbuf.a.p/mbuf_rte_mbuf_ptype.c.o lib/librte_mbuf.a.p/mbuf_rte_mbuf_pool_ops.c.o lib/librte_mbuf.a.p/mbuf_rte_mbuf_dyn.c.o -Wl,--as-needed -Wl,--no-undefined -Wl,-O1 -shared -fPIC -Wl,--start-group -Wl,-soname,librte_mbuf.so.25 -Wl,--no-as-needed -pthread -lm -ldl -lnuma -lfdt '-Wl,-rpath,$ORIGIN/' -Wl,-rpath-link,/home/zhoumin/gh_dpdk/build/lib lib/librte_eal.so.25.1 lib/librte_kvargs.so.25.1 lib/librte_log.so.25.1 lib/librte_telemetry.so.25.1 lib/librte_mempool.so.25.1 lib/librte_ring.so.25.1 -Wl,--end-group -Wl,--version-script=/home/zhoumin/gh_dpdk/lib/mbuf/version.map
/usr/bin/ld: lib/librte_mbuf.a.p/mbuf_rte_mbuf_ptype.c.o: in function `rte_mbuf_fast_free_bulk':
rte_mbuf_ptype.c:(.text+0x0): multiple definition of `rte_mbuf_fast_free_bulk'; lib/librte_mbuf.a.p/mbuf_rte_mbuf.c.o:rte_mbuf.c:(.text+0xbac): first defined here
/usr/bin/ld: lib/librte_mbuf.a.p/mbuf_rte_mbuf_pool_ops.c.o: in function `rte_mbuf_fast_free_bulk':
rte_mbuf_pool_ops.c:(.text+0x0): multiple definition of `rte_mbuf_fast_free_bulk'; lib/librte_mbuf.a.p/mbuf_rte_mbuf.c.o:rte_mbuf.c:(.text+0xbac): first defined here
/usr/bin/ld: lib/librte_mbuf.a.p/mbuf_rte_mbuf_dyn.c.o: in function `rte_mbuf_fast_free_bulk':
rte_mbuf_dyn.c:(.text+0x210): multiple definition of `rte_mbuf_fast_free_bulk'; lib/librte_mbuf.a.p/mbuf_rte_mbuf.c.o:rte_mbuf.c:(.text+0xbac): first defined here
collect2: error: ld returned 1 exit status
[1125/2664] Compiling C object drivers/net/e1000/base/libe1000_base.a.p/e1000_i210.c.o
[1126/2664] Linking target drivers/librte_mempool_bucket.so.25.1
[1127/2664] Compiling C object drivers/net/e1000/base/libe1000_base.a.p/e1000_api.c.o
[1128/2664] Compiling C object drivers/libtmp_rte_net_dpaa2.a.p/net_dpaa2_dpaa2_tm.c.o
In file included from ../lib/net/rte_ether.h:20,
from ../lib/ethdev/rte_eth_ctrl.h:10,
from ../lib/ethdev/rte_ethdev.h:1472,
from ../drivers/net/dpaa2/dpaa2_tm.c:5:
./lib/mbuf/rte_mbuf.h:655:1: warning: no previous prototype for ‘rte_mbuf_fast_free_bulk’ [-Wmissing-prototypes]
rte_mbuf_fast_free_bulk(struct rte_mempool *mp, struct rte_mbuf **mbufs, unsigned int count)
^~~~~~~~~~~~~~~~~~~~~~~
[1129/2664] Compiling C object drivers/net/e1000/base/libe1000_base.a.p/e1000_82543.c.o
[1130/2664] Compiling C object drivers/net/e1000/base/libe1000_base.a.p/e1000_mbx.c.o
[1131/2664] Compiling C object drivers/net/e1000/base/libe1000_base.a.p/e1000_vf.c.o
[1132/2664] Compiling C object drivers/libtmp_rte_net_bnxt.a.p/net_bnxt_bnxt_hwrm.c.o
In file included from ../lib/net/rte_ether.h:20,
from ../lib/ethdev/rte_eth_ctrl.h:10,
from ../lib/ethdev/rte_ethdev.h:1472,
from ../lib/ethdev/ethdev_driver.h:21,
from ../drivers/net/bnxt/bnxt.h:16,
from ../drivers/net/bnxt/bnxt_hwrm.c:16:
./lib/mbuf/rte_mbuf.h:655:1: warning: no previous prototype for ‘rte_mbuf_fast_free_bulk’ [-Wmissing-prototypes]
rte_mbuf_fast_free_bulk(struct rte_mempool *mp, struct rte_mbuf **mbufs, unsigned int count)
^~~~~~~~~~~~~~~~~~~~~~~
[1133/2664] Compiling C object drivers/net/e1000/base/libe1000_base.a.p/e1000_82571.c.o
[1134/2664] Compiling C object drivers/libtmp_rte_net_e1000.a.p/net_e1000_e1000_logs.c.o
In file included from ../lib/net/rte_ether.h:20,
from ../lib/ethdev/rte_eth_ctrl.h:10,
from ../lib/ethdev/rte_ethdev.h:1472,
from ../drivers/net/e1000/e1000_logs.c:5:
./lib/mbuf/rte_mbuf.h:655:1: warning: no previous prototype for ‘rte_mbuf_fast_free_bulk’ [-Wmissing-prototypes]
rte_mbuf_fast_free_bulk(struct rte_mempool *mp, struct rte_mbuf **mbufs, unsigned int count)
^~~~~~~~~~~~~~~~~~~~~~~
[1135/2664] Compiling C object drivers/net/e1000/base/libe1000_base.a.p/e1000_nvm.c.o
[1136/2664] Compiling C object drivers/libtmp_rte_net_dpaa2.a.p/net_dpaa2_mc_dpni.c.o
[1137/2664] Compiling C object drivers/net/e1000/base/libe1000_base.a.p/e1000_mac.c.o
[1138/2664] Compiling C object drivers/libtmp_rte_net_cxgbe.a.p/net_cxgbe_base_t4_hw.c.o
In file included from ../lib/net/rte_ether.h:20,
from ../drivers/net/cxgbe/base/t4_hw.c:17:
./lib/mbuf/rte_mbuf.h:655:1: warning: no previous prototype for ‘rte_mbuf_fast_free_bulk’ [-Wmissing-prototypes]
rte_mbuf_fast_free_bulk(struct rte_mempool *mp, struct rte_mbuf **mbufs, unsigned int count)
^~~~~~~~~~~~~~~~~~~~~~~
[1139/2664] Compiling C object drivers/libtmp_rte_net_bond.a.p/net_bonding_rte_eth_bond_pmd.c.o
In file included from ../drivers/net/bonding/rte_eth_bond_pmd.c:9:
./lib/mbuf/rte_mbuf.h:655:1: warning: no previous prototype for ‘rte_mbuf_fast_free_bulk’ [-Wmissing-prototypes]
rte_mbuf_fast_free_bulk(struct rte_mempool *mp, struct rte_mbuf **mbufs, unsigned int count)
^~~~~~~~~~~~~~~~~~~~~~~
[1140/2664] Generating rte_net_cpfl.pmd.c with a custom command
[1141/2664] Compiling C object drivers/libtmp_rte_net_ena.a.p/net_ena_ena_rss.c.o
In file included from ../lib/net/rte_ether.h:20,
from ../drivers/net/ena/ena_ethdev.h:10,
from ../drivers/net/ena/ena_rss.c:6:
./lib/mbuf/rte_mbuf.h:655:1: warning: no previous prototype for ‘rte_mbuf_fast_free_bulk’ [-Wmissing-prototypes]
rte_mbuf_fast_free_bulk(struct rte_mempool *mp, struct rte_mbuf **mbufs, unsigned int count)
^~~~~~~~~~~~~~~~~~~~~~~
[1142/2664] Compiling C object drivers/net/e1000/base/libe1000_base.a.p/e1000_82575.c.o
[1143/2664] Generating rte_net_bnx2x.pmd.c with a custom command
[1144/2664] Generating symbol file drivers/librte_common_nitrox.so.25.1.p/librte_common_nitrox.so.25.1.symbols
[1145/2664] Generating rte_net_cnxk.pmd.c with a custom command
[1146/2664] Compiling C object drivers/libtmp_rte_net_e1000.a.p/net_e1000_em_ethdev.c.o
In file included from ../lib/net/rte_ether.h:20,
from ../drivers/net/e1000/em_ethdev.c:17:
./lib/mbuf/rte_mbuf.h:655:1: warning: no previous prototype for ‘rte_mbuf_fast_free_bulk’ [-Wmissing-prototypes]
rte_mbuf_fast_free_bulk(struct rte_mempool *mp, struct rte_mbuf **mbufs, unsigned int count)
^~~~~~~~~~~~~~~~~~~~~~~
[1147/2664] Compiling C object drivers/libtmp_rte_net_dpaa2.a.p/net_dpaa2_dpaa2_ethdev.c.o
In file included from ../drivers/net/dpaa2/dpaa2_ethdev.c:11:
./lib/mbuf/rte_mbuf.h:655:1: warning: no previous prototype for ‘rte_mbuf_fast_free_bulk’ [-Wmissing-prototypes]
rte_mbuf_fast_free_bulk(struct rte_mempool *mp, struct rte_mbuf **mbufs, unsigned int count)
^~~~~~~~~~~~~~~~~~~~~~~
[1148/2664] Compiling C object drivers/net/e1000/base/libe1000_base.a.p/e1000_phy.c.o
[1149/2664] Generating ethdev.sym_chk with a custom command (wrapped by meson to capture output)
[1150/2664] Generating vhost.sym_chk with a custom command (wrapped by meson to capture output)
[1151/2664] Compiling C object drivers/libtmp_rte_net_dpaa.a.p/net_dpaa_dpaa_rxtx.c.o
In file included from ../lib/net/rte_ether.h:20,
from ../drivers/net/dpaa/dpaa_rxtx.c:28:
./lib/mbuf/rte_mbuf.h:655:1: warning: no previous prototype for ‘rte_mbuf_fast_free_bulk’ [-Wmissing-prototypes]
rte_mbuf_fast_free_bulk(struct rte_mempool *mp, struct rte_mbuf **mbufs, unsigned int count)
^~~~~~~~~~~~~~~~~~~~~~~
[1152/2664] Compiling C object drivers/net/e1000/base/libe1000_base.a.p/e1000_ich8lan.c.o
[1153/2664] Compiling C object drivers/libtmp_rte_net_dpaa2.a.p/net_dpaa2_dpaa2_flow.c.o
In file included from ../lib/net/rte_ether.h:20,
from ../lib/ethdev/rte_eth_ctrl.h:10,
from ../lib/ethdev/rte_ethdev.h:1472,
from ../drivers/net/dpaa2/dpaa2_flow.c:14:
./lib/mbuf/rte_mbuf.h:655:1: warning: no previous prototype for ‘rte_mbuf_fast_free_bulk’ [-Wmissing-prototypes]
rte_mbuf_fast_free_bulk(struct rte_mempool *mp, struct rte_mbuf **mbufs, unsigned int count)
^~~~~~~~~~~~~~~~~~~~~~~
[1154/2664] Compiling C object drivers/libtmp_rte_net_e1000.a.p/net_e1000_em_rxtx.c.o
In file included from ../drivers/net/e1000/em_rxtx.c:33:
./lib/mbuf/rte_mbuf.h:655:1: warning: no previous prototype for ‘rte_mbuf_fast_free_bulk’ [-Wmissing-prototypes]
rte_mbuf_fast_free_bulk(struct rte_mempool *mp, struct rte_mbuf **mbufs, unsigned int count)
^~~~~~~~~~~~~~~~~~~~~~~
[1155/2664] Generating pipeline.sym_chk with a custom command (wrapped by meson to capture output)
[1156/2664] Compiling C object drivers/libtmp_rte_net_dpaa2.a.p/net_dpaa2_dpaa2_rxtx.c.o
In file included from ../drivers/net/dpaa2/dpaa2_rxtx.c:11:
./lib/mbuf/rte_mbuf.h:655:1: warning: no previous prototype for ‘rte_mbuf_fast_free_bulk’ [-Wmissing-prototypes]
rte_mbuf_fast_free_bulk(struct rte_mempool *mp, struct rte_mbuf **mbufs, unsigned int count)
^~~~~~~~~~~~~~~~~~~~~~~
[1157/2664] Generating rte_common_cnxk.sym_chk with a custom command (wrapped by meson to capture output)
ninja: build stopped: subcommand failed.
-------------------------------END LOGS------------------------------
next parent reply other threads:[~2025-01-14 16:28 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20250114162544.125448-1-mb@smartsharesystems.com>
2025-01-14 15:54 ` qemudev [this message]
2025-01-14 16:25 ` |SUCCESS| " checkpatch
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=202501141554.50EFsvTI3204410@localhost.localdomain \
--to=qemudev@loongson.cn \
--cc=mb@smartsharesystems.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).