Hi Ferruh, On Fri, Jan 6, 2023 at 9:13 PM Ferruh Yigit <ferruh.yi...@amd.com> wrote: > > Linux kernel in the RHEL9.1 seems backported Linux commit [1] that drops > netif_rx_ni(). > > This was fixed in DPDK [2] for vanilla Linux kernel. > > Adding RHEL9.1 check for the netif_rx_ni() usage to fix build error. > > [1] > 2655926aea9b ("net: Remove netif_rx_any_context() and netif_rx_ni().") > > [2] > Commit c98600d4bed6 ("kni: fix build with Linux 5.18") > > Bugzilla ID: 1076 > Cc: sta...@dpdk.org > > Signed-off-by: Ferruh Yigit <ferruh.yi...@amd.com>
LGTM. Tested compilation with 9.0 and 9.1 kernel devel packages. Reviewed-by: David Marchand <david.march...@redhat.com> -- David Marchand