[Bug 1076] [dpdk 22.11] kernel/linux/kni meson build failed with gcc 11.3.1 on rhel9.0
bugzilla at dpdk.org
bugzilla at dpdk.org
Fri Oct 14 12:24:26 CEST 2022
https://bugs.dpdk.org/show_bug.cgi?id=1076
Ferruh YIGIT (ferruhy at gmail.com) changed:
What |Removed |Added
----------------------------------------------------------------------------
Ever confirmed|0 |1
Resolution|INVALID |---
CC| |ferruhy at gmail.com
Status|RESOLVED |CONFIRMED
--- Comment #2 from Ferruh YIGIT (ferruhy at 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 check
in KNI.
Can you please double check with RHEL9 again?
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the dev
mailing list