Re: [PATCH v2] kni: restrict bifurcated device support

2021-11-24 Thread Thomas Monjalon
23/11/2021 17:46, Ferruh Yigit: > To enable bifurcated device support, rtnl_lock is released before calling > userspace callbacks and asynchronous requests are enabled. > > But these changes caused more issues, like bug #809, #816. To reduce the > scope of the problems, the bifurcated device suppo

[PATCH v2] kni: restrict bifurcated device support

2021-11-23 Thread Ferruh Yigit
To enable bifurcated device support, rtnl_lock is released before calling userspace callbacks and asynchronous requests are enabled. But these changes caused more issues, like bug #809, #816. To reduce the scope of the problems, the bifurcated device support related changes are only enabled when i