Re: [PATCH] kni_net.c: use netif_rx() instead of netif_rx_ni()

2022-05-31 Thread Andrew Rybchenko
On 5/11/22 14:23, mingli...@windriver.com wrote: From: Mingli Yu The netif_rx_ni is removed in below commit after kernel upgraded to 5.18, so change accordingly to fix the gap. 2655926aea9b net: Remove netif_rx_any_context() and netif_rx_ni(). Signed-off-by: Mingli Yu --- kernel/linux/kni/k

[PATCH] kni_net.c: use netif_rx() instead of netif_rx_ni()

2022-05-11 Thread mingli.yu
From: Mingli Yu The netif_rx_ni is removed in below commit after kernel upgraded to 5.18, so change accordingly to fix the gap. 2655926aea9b net: Remove netif_rx_any_context() and netif_rx_ni(). Signed-off-by: Mingli Yu --- kernel/linux/kni/kni_net.c | 2 +- 1 file changed, 1 insertion(+), 1 d