> From: Ferruh Yigit <[email protected]>
> Sent: 2023年1月7日 4:13
> To: Thomas Monjalon <[email protected]>
> Cc: David Marchand <[email protected]>; [email protected];
> [email protected]; Gao, DaxueX <[email protected]>
> Subject: [PATCH] kni: fix build on RHEL 9.1
>
> 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: [email protected]
>
> Signed-off-by: Ferruh Yigit <[email protected]>
Tested-by: Daxue Gao <[email protected]>