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 BE116A0352; Fri, 17 Dec 2021 07:46:57 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 6462540143; Fri, 17 Dec 2021 07:46:57 +0100 (CET) Received: from inbox.dpdk.org (inbox.dpdk.org [95.142.172.178]) by mails.dpdk.org (Postfix) with ESMTP id 25ABD4013F for ; Fri, 17 Dec 2021 07:46:56 +0100 (CET) Received: by inbox.dpdk.org (Postfix, from userid 33) id 02B7FA0353; Fri, 17 Dec 2021 07:46:55 +0100 (CET) From: bugzilla@dpdk.org To: dev@dpdk.org Subject: [Bug 911] [19.11.11-rc1] linux/igb_uio/igb_uiobuild failure with make and clang 13 Date: Fri, 17 Dec 2021 06:46:55 +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=3D911 Bug ID: 911 Summary: [19.11.11-rc1] linux/igb_uio/igb_uiobuild 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 ixgbe_mbx.o /tmp/build-x86_64-native-linuxapp-clang/build/kernel/linux/igb_uio/igb_uio.= c: In function =E2=80=98igbuio_pci_enable_interrupts=E2=80=99: /tmp/build-x86_64-native-linuxapp-clang/build/kernel/linux/igb_uio/igb_uio.= c:230:20: error: this statement may fall through [-Werror=3Dimplicit-fallthrough=3D] 230 | if (pci_alloc_irq_vectors(udev->pdev, 1, 1, PCI_IRQ_MSIX) =3D=3D 1) { | ^ /tmp/build-x86_64-native-linuxapp-clang/build/kernel/linux/igb_uio/igb_uio.= c:240:9: note: here 240 | case RTE_INTR_MODE_MSI: | ^~~~ /tmp/build-x86_64-native-linuxapp-clang/build/kernel/linux/igb_uio/igb_uio.= c:250:20: error: this statement may fall through [-Werror=3Dimplicit-fallthrough=3D] 250 | if (pci_alloc_irq_vectors(udev->pdev, 1, 1, PCI_IRQ_MSI) =3D=3D 1) { | ^ /tmp/build-x86_64-native-linuxapp-clang/build/kernel/linux/igb_uio/igb_uio.= c:259:9: note: here 259 | case RTE_INTR_MODE_LEGACY: | ^~~~ In file included from ./include/linux/device.h:15, from /tmp/build-x86_64-native-linuxapp-clang/build/kernel/linux/igb_uio/igb_uio.= c:8: ./include/linux/dev_printk.h:116:9: error: this statement may fall through [-Werror=3Dimplicit-fallthrough=3D] 116 | _dev_notice(dev, dev_fmt(fmt), ##__VA_ARGS__) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/build-x86_64-native-linuxapp-clang/build/kernel/linux/igb_uio/igb_uio.= c:267:17: note: in expansion of macro =E2=80=98dev_notice=E2=80=99 267 | dev_notice(&udev->pdev->dev, "PCI INTX mask not supported\n"); | ^~~~~~~~~~ /tmp/build-x86_64-native-linuxapp-clang/build/kernel/linux/igb_uio/igb_uio.= c:269:9: note: here 269 | case RTE_INTR_MODE_NONE: | ^~~~ CC rte_eth_tap.o --=20 You are receiving this mail because: You are the assignee for the bug.=