Re: [PATCH v3 0/9] vhost: Add support of kthread API

2024-12-10 Thread Lei Yang
I tested this patch with virtio-net regression tests, everything works fine. Tested-by: Lei Yang On Tue, Nov 5, 2024 at 3:27 PM Cindy Lu wrote: > > In commit 6e890c5d5021 ("vhost: use vhost_tasks for worker threads"), > The vhost now use vhost_task and workers working as a child of the owner >

[PATCH v3 0/9] vhost: Add support of kthread API

2024-11-05 Thread Cindy Lu
In commit 6e890c5d5021 ("vhost: use vhost_tasks for worker threads"), The vhost now use vhost_task and workers working as a child of the owner thread, which aligns with containerization principles. However, this change has caused confusion for some legacy userspace applications. Therefore, we are