Re: [dpdk-dev] [PATCH 1/2] kni: fix kernel deadlock when using mlx devices

2021-03-15 Thread Ferruh Yigit
On 2/25/2021 2:32 PM, Elad Nachman wrote: This first part of v4 of the patch re-introduces Stephen Hemminger's patch 64106 . This part changes the parameter kni_net_process_request() gets and introduces the initial rtnl unlocking mechanism. Signed-off-by: Elad Nachman --- v4: * for if down case

[dpdk-dev] [PATCH 1/2] kni: fix kernel deadlock when using mlx devices

2021-02-25 Thread Elad Nachman
This first part of v4 of the patch re-introduces Stephen Hemminger's patch 64106 . This part changes the parameter kni_net_process_request() gets and introduces the initial rtnl unlocking mechanism. Signed-off-by: Elad Nachman --- v4: * for if down case, send asynchronously with rtnl locked and w