Re: [PATCH v6 1/6] vhost: Add a new parameter in vhost_dev to allow user select kthread

2025-02-23 Thread Jason Wang
On Sun, Feb 23, 2025 at 11:40 PM Cindy Lu 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 app, Therefore, we are reintroducing kthread API support. > > Introduce a new para

[PATCH v6 1/6] vhost: Add a new parameter in vhost_dev to allow user select kthread

2025-02-23 Thread Cindy Lu
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 app, Therefore, we are reintroducing kthread API support. Introduce a new parameter to enable users to choose between kthread and task mode