Re: [PATCH] kni: fix kernel deadlock due to async changes

2021-11-23 Thread Ferruh Yigit
On 10/11/2021 7:35 AM, Sahithi Singam wrote: From: Sahithi Singam mailto:sahithi.sin...@oracle.com>> Async user request changes resulted in a kernel deadlock when used with linux kernel version>= 5.12. Starting from linux kernel version 5.12, a new global semaphore dev_addr_sem was introduced

[dpdk-dev] [PATCH] kni: fix kernel deadlock due to async changes

2021-10-10 Thread Sahithi Singam
From: Sahithi Singam mailto:sahithi.sin...@oracle.com>> Async user request changes resulted in a kernel deadlock when used with linux kernel version>= 5.12. Starting from linux kernel version 5.12, a new global semaphore dev_addr_sem was introduced in dev_set_mac_address_user() function th