From: bugzilla@dpdk.org
To: dev@dpdk.org
Subject: [Bug 978] [dpdk-19.11.12-rc1] drivers/net/qede make build failed on Fedora35 with Clang13.0.0
Date: Thu, 24 Mar 2022 09:29:58 +0000 [thread overview]
Message-ID: <bug-978-3@http.bugs.dpdk.org/> (raw)
https://bugs.dpdk.org/show_bug.cgi?id=978
Bug ID: 978
Summary: [dpdk-19.11.12-rc1] drivers/net/qede make build failed
on Fedora35 with Clang13.0.0
Product: DPDK
Version: 19.11
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: Normal
Component: core
Assignee: dev@dpdk.org
Reporter: daxuex.gao@intel.com
Target Milestone: ---
[DPDK version]:
c511bb7787(HEAD, tag: v19.11.12-rc1, origin/19.11)
[OS version]:
Fedora 35/5.14.16-301.fc35.x86_64
Clang version: 13.0.0
[Test Setup]:
export RTE_TARGET=x86_64-native-linuxapp-clang
export RTE_SDK=`pwd`
make -j 50 install T=x86_64-native-linuxapp-clang
[Fedora15-64 log as below]
CC nicvf_rxtx.o
CC nicvf_hw.o
CC vdev_netvsc.o
/root/FC35-64_K5.14.17_Clang13.0.0/x86_64-native-linuxapp-clang/20220323141024/dpdk/drivers/net/qede/base/ecore_hw.c:263:7:
error: variable 'prev_fifo_err' set but not used
[-Werror,-Wunused-but-set-variable]
bool prev_fifo_err;
^
/root/FC35-64_K5.14.17_Clang13.0.0/x86_64-native-linuxapp-clang/20220323141024/dpdk/drivers/net/qede/base/ecore_hw.c:286:7:
error: variable 'prev_fifo_err' set but not used
[-Werror,-Wunused-but-set-variable]
bool prev_fifo_err;
^
2 errors generated.
make[6]: ***
[/root/FC35-64_K5.14.17_Clang13.0.0/x86_64-native-linuxapp-clang/20220323141024/dpdk/mk/internal/rte.compile-pre.mk:116:
ecore_hw.o] Error 1
make[6]: *** Waiting for unfinished jobs....
CC nicvf_mbox.o
AR librte_pmd_bnxt.a
INSTALL-LIB librte_pmd_bnxt.a
/root/FC35-64_K5.14.17_Clang13.0.0/x86_64-native-linuxapp-clang/20220323141024/dpdk/drivers/net/qede/base/ecore_dev.c:5917:39:
error: variable 'pbl_size' set but not used [-Werror,-Wunused-but-set-variable]
u32 page_cnt = p_chain->page_cnt, i, pbl_size;
^
1 error generated.
CC nicvf_ethdev.o
make[6]: ***
[/root/FC35-64_K5.14.17_Clang13.0.0/x86_64-native-linuxapp-clang/20220323141024/dpdk/mk/internal/rte.compile-pre.mk:116:
ecore_dev.o] Error 1
make[5]: ***
[/root/FC35-64_K5.14.17_Clang13.0.0/x86_64-native-linuxapp-clang/20220323141024/dpdk/mk/rte.subdir.mk:35:
qede] Error 2
make[5]: *** Waiting for unfinished jobs....
CC nicvf_bsvf.o
CC rte_eth_tap.o
--
CC efx_proxy.o
CC efx_rx.o
CC efx_sram.o
/root/FC35-64_K5.14.17_Clang13.0.0/x86_64-native-linuxapp-clang/20220323141024/dpdk/drivers/net/sfc/base/efx_mcdi.c:1204:14:
error: variable 'reason' set but not used [-Werror,-Wunused-but-set-variable]
const char *reason;
^
CC efx_tunnel.o
1 error generated.
make[6]: ***
[/root/FC35-64_K5.14.17_Clang13.0.0/x86_64-native-linuxapp-clang/20220323141024/dpdk/mk/internal/rte.compile-pre.mk:116:
efx_mcdi.o] Error 1
make[6]: *** Waiting for unfinished jobs....
make[5]: ***
[/root/FC35-64_K5.14.17_Clang13.0.0/x86_64-native-linuxapp-clang/20220323141024/dpdk/mk/rte.subdir.mk:35:
sfc] Error 2
make[4]: ***
[/root/FC35-64_K5.14.17_Clang13.0.0/x86_64-native-linuxapp-clang/20220323141024/dpdk/mk/rte.subdir.mk:35:
net] Error 2
make[3]: ***
[/root/FC35-64_K5.14.17_Clang13.0.0/x86_64-native-linuxapp-clang/20220323141024/dpdk/mk/rte.sdkbuild.mk:46:
drivers] Error 2
make[2]: ***
[/root/FC35-64_K5.14.17_Clang13.0.0/x86_64-native-linuxapp-clang/20220323141024/dpdk/mk/rte.sdkroot.mk:99:
all] Error 2
make[1]: ***
[/root/FC35-64_K5.14.17_Clang13.0.0/x86_64-native-linuxapp-clang/20220323141024/dpdk/mk/rte.sdkinstall.mk:61:
pre_install] Error 2
make: ***
[/root/FC35-64_K5.14.17_Clang13.0.0/x86_64-native-linuxapp-clang/20220323141024/dpdk/mk/rte.sdkroot.mk:77:
install] Error 2
[Bad commit]
commit 264243ffe3d2fcc856cc0583de3220571d6f718f
Author: Vanshika Shukla <vanshika.shukla@nxp.com>
Date: Mon Nov 22 13:01:22 2021 +0530
examples/ptpclient: fix delay request message
[ upstream commit 21ba4d572a5cb404cd3d02a59aaf7997bb4e8a39 ]
The size of delay request message sent out by the DPDK
ptpclient application was observed to have extra length
than expected. Due to this, bad messages were observed
on the master side and delay response was not received.
This patch fixes this bug.
Fixes: ab129e9065a5 ("examples/ptpclient: add minimal PTP client")
Signed-off-by: Vanshika Shukla <vanshika.shukla@nxp.com>
Acked-by: Nipun Gupta <nipun.gupta@nxp.com>
--
You are receiving this mail because:
You are the assignee for the bug.
next reply other threads:[~2022-03-24 9:30 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-03-24 9:29 bugzilla [this message]
2022-12-05 3:04 ` [Bug 978] [dpdk-19.11.12-rc1] drivers/net/qede make build failed on Fedora35 with Clang13.0.0 bugzilla
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=bug-978-3@http.bugs.dpdk.org/ \
--to=bugzilla@dpdk.org \
--cc=dev@dpdk.org \
/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).