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 0DE42A00C2; Fri, 14 Oct 2022 12:24:30 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id A32B642D26; Fri, 14 Oct 2022 12:24:29 +0200 (CEST) Received: from inbox.dpdk.org (inbox.dpdk.org [95.142.172.178]) by mails.dpdk.org (Postfix) with ESMTP id 1610342CF8 for ; Fri, 14 Oct 2022 12:24:28 +0200 (CEST) Received: by inbox.dpdk.org (Postfix, from userid 33) id 0069DA00C4; Fri, 14 Oct 2022 12:24:27 +0200 (CEST) From: bugzilla@dpdk.org To: dev@dpdk.org Subject: [Bug 1076] [dpdk 22.11] kernel/linux/kni meson build failed with gcc 11.3.1 on rhel9.0 Date: Fri, 14 Oct 2022 10:24:26 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: DPDK X-Bugzilla-Component: core X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: ferruhy@gmail.com X-Bugzilla-Status: CONFIRMED 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: everconfirmed resolution cc bug_status Message-ID: In-Reply-To: References: 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=3D1076 Ferruh YIGIT (ferruhy@gmail.com) changed: What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 Resolution|INVALID |--- CC| |ferruhy@gmail.com Status|RESOLVED |CONFIRMED --- Comment #2 from Ferruh YIGIT (ferruhy@gmail.com) --- Hi Daxue, The problem is neither related to the compiler version nor the commit listed above, it should be related to the kernel version. The related build error fixed in commit: c98600d4bed6 ("kni: fix build with Linux 5.18") Starting with kernel version 5.18, 'netif_rx_ni()' function is removed from kernel. Having a build error with RHEL9.0/5.14.0-160.el9.x86_64 kernel means it backported related kernel commit. So, I expect the issue is still valid and it needs a special RHEL version c= heck in KNI. Can you please double check with RHEL9 again? --=20 You are receiving this mail because: You are the assignee for the bug.=