Re: [PATCH v5 0/6] vhost: Add support of kthread API

2025-01-22 Thread Mike Christie
On 12/30/24 6:43 AM, 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 confusion for some leg

Re: [PATCH v5 0/6] vhost: Add support of kthread API

2025-01-12 Thread Cindy Lu
On Wed, Jan 8, 2025 at 8:23 PM Michael S. Tsirkin wrote: > > On Mon, Dec 30, 2024 at 08:43:47PM +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 conta

Re: [PATCH v5 0/6] vhost: Add support of kthread API

2025-01-08 Thread Michael S. Tsirkin
On Mon, Dec 30, 2024 at 08:43:47PM +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 v5 0/6] vhost: Add support of kthread API

2025-01-02 Thread Lei Yang
I tested this series v5 with virtio-net regression tests, everything works fine. Tested-by: Lei Yang On Mon, Dec 30, 2024 at 8:46 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

[PATCH v5 0/6] vhost: Add support of kthread API

2024-12-30 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