Re: [PATCH v13 0/1]vhost: Add support of kthread API

2025-07-16 Thread Michael S. Tsirkin
On Mon, Jul 14, 2025 at 03:12:31PM +0800, Cindy Lu wrote: > 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. > However, this change has caused c

Re: [PATCH v13 0/1]vhost: Add support of kthread API

2025-07-15 Thread Lei Yang
Tested this patch with virtio-net regression tests, everything works fine. Tested-by: Lei Yang On Mon, Jul 14, 2025 at 3:13 PM Cindy Lu wrote: > > 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.

[PATCH v13 0/1]vhost: Add support of kthread API

2025-07-14 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. However, this change has caused confusion for some legacy userspace applications. Therefore, we