[dpdk-dev] [PATCH] kni: fix possible deadlock

2016-04-07 Thread Thomas Monjalon
2016-04-07 16:55, Ferruh Yigit: > netif_rx() should be used in interrupt context. Replace it with > netif_rx_ni() which is safe to use in process context. > > Signed-off-by: Ferruh Yigit Applied, thanks

[dpdk-dev] [PATCH] kni: fix possible deadlock

2016-04-07 Thread Ferruh Yigit
netif_rx() should be used in interrupt context. Replace it with netif_rx_ni() which is safe to use in process context. Signed-off-by: Ferruh Yigit --- lib/librte_eal/linuxapp/kni/kni_net.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/librte_eal/linuxapp/kni/kni_net.c