From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id F0CCEA0352; Fri, 17 Dec 2021 07:49:58 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 89D9340143; Fri, 17 Dec 2021 07:49:58 +0100 (CET) Received: from inbox.dpdk.org (inbox.dpdk.org [95.142.172.178]) by mails.dpdk.org (Postfix) with ESMTP id 8DEF54013F for ; Fri, 17 Dec 2021 07:49:56 +0100 (CET) Received: by inbox.dpdk.org (Postfix, from userid 33) id 62F13A0353; Fri, 17 Dec 2021 07:49:56 +0100 (CET) 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 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: DPDK X-Bugzilla-Component: mk X-Bugzilla-Version: 19.11 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: yux.jiang@intel.com X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: dev@dpdk.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter target_milestone Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://bugs.dpdk.org/ Auto-Submitted: auto-generated X-Auto-Response-Suppress: All MIME-Version: 1.0 X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org https://bugs.dpdk.org/show_bug.cgi?id=3D912 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 Date: Thu Dec 9 15:33:57 2021 +0100 version: 19.11.11-rc1 Signed-off-by: Christian Ehrhardt DPDK patch to fix 901/902/903 Verified patchset https://github.com/cpaelzer/dpdk-stable-queue/commits/19.= 11/ Commit:=20 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=3Dn O=3D/tmp/build-x86_64-native-linuxapp-clang T=3Dx86_64-native-linuxapp-clang make -j64 MAKE_PAUSE=3Dn O=3D/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 =3D 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_de= v.o] Error 1 --=20 You are receiving this mail because: You are the assignee for the bug.=