On Mon, Apr 21, 2025 at 10:45 AM Cindy Lu <[email protected]> wrote: > > The vhost now uses vhost_task and workers as a child of the owner thread. > While this aligns with containerization principles, it confuses some > legacy userspace applications, therefore, we are reintroducing kthread > API support. > > Introduce a new parameter to enable users to choose between kthread and > task mode. > > By default, this parameter is set to true, so the default behavior > remains unchanged by this patch. > > Signed-off-by: Cindy Lu <[email protected]>
Acked-by: Jason Wang <[email protected]> Thanks

