From: bugzilla@dpdk.org
To: dev@dpdk.org
Subject: [Bug 912] [19.11.11-rc1] net/qede build failure with make and clang 13
Date: Fri, 17 Dec 2021 06:49:56 +0000 [thread overview]
Message-ID: <bug-912-3@http.bugs.dpdk.org/> (raw)
https://bugs.dpdk.org/show_bug.cgi?id=912
Bug ID: 912
Summary: [19.11.11-rc1] net/qede build failure with make and
clang 13
Product: DPDK
Version: 19.11
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: Normal
Component: mk
Assignee: dev@dpdk.org
Reporter: yux.jiang@intel.com
Target Milestone: ---
DPDk version:
commit 928100dd6d30e733be411380fdb78c68a061936c (HEAD, tag: v19.11.11-rc1,
origin/19.11)
Author: Christian Ehrhardt <christian.ehrhardt@canonical.com>
Date: Thu Dec 9 15:33:57 2021 +0100
version: 19.11.11-rc1
Signed-off-by: Christian Ehrhardt <christian.ehrhardt@canonical.com>
DPDK patch to fix 901/902/903
Verified patchset https://github.com/cpaelzer/dpdk-stable-queue/commits/19.11/
Commit:
net/ixgbe: build failure with make and clang 13
acd0a2d2d net/ice: build failure with make and clang 13
cc089e955 net/i40e: build failure with make and clang 13
TestSteps:
make config MAKE_PAUSE=n O=/tmp/build-x86_64-native-linuxapp-clang
T=x86_64-native-linuxapp-clang
make -j64 MAKE_PAUSE=n O=/tmp/build-x86_64-native-linuxapp-clang
Error Log:
CC rte_eth_softnic_pipeline.o
/root/jaccy/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/jaccy/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[4]: *** [/root/jaccy/dpdk/mk/internal/rte.compile-pre.mk:116: ecore_hw.o]
Error 1
make[4]: *** Waiting for unfinished jobs....
CC i40e_vf_representor.o
PMDINFO rte_eth_null.o.pmd.c
CC rte_eth_null.o.pmd.o
PMDINFO rte_eth_kni.o.pmd.c
CC rte_eth_kni.o.pmd.o
CC ixgbe_ipsec.o
/root/jaccy/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;
^
LD rte_eth_null.o
LD rte_eth_kni.o
1 error generated.
make[4]: *** [/root/jaccy/dpdk/mk/internal/rte.compile-pre.mk:116: ecore_dev.o]
Error 1
--
You are receiving this mail because:
You are the assignee for the bug.
reply other threads:[~2021-12-17 6:50 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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-912-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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.