Re: [PATCH v2] kni: update kernel API to receive packets

2022-04-21 Thread Ferruh Yigit
On 4/21/2022 4:45 AM, Gagandeep Singh wrote: API 'netif_rx_ni()' has been removed in kernel with commit: baebdf48c3600 ("net: dev: Makes sure netif_rx() can be invoked in any context.") The API netif_rx() can be used for any context to receive packets from device drivers. This patch replaces th

[PATCH v2] kni: update kernel API to receive packets

2022-04-20 Thread Gagandeep Singh
API 'netif_rx_ni()' has been removed in kernel with commit: baebdf48c3600 ("net: dev: Makes sure netif_rx() can be invoked in any context.") The API netif_rx() can be used for any context to receive packets from device drivers. This patch replaces the API netif_rx_ni() with netif_rx() for kernel