Re: [PATCH v4 0/8] vhost: Add support of kthread API

2024-12-10 Thread Stefano Garzarella
On Wed, Dec 11, 2024 at 12:41:39AM +0800, Cindy Lu wrote: In commit 6e890c5d5021 ("vhost: use vhost_tasks for worker threads"), missing something here? The vhost now uses vhost_task and operates as a child of the owner thread. This aligns with containerization principles, But it has confused

[PATCH v4 0/8] vhost: Add support of kthread API

2024-12-10 Thread Cindy Lu
In commit 6e890c5d5021 ("vhost: use vhost_tasks for worker threads"), The vhost now uses vhost_task and operates as a child of the owner thread. This aligns with containerization principles, But it has confused some legacy userspace applications. Therefore, we are reintroducing support for the kth