Re: [PATCH v6 1/6] vhost: Add a new parameter in vhost_dev to allow user select kthread
From: Jason Wang <jasowang@redhat.com>
Date: 2025-02-24 01:36:36
Also in:
lkml, virtualization
From: Jason Wang <jasowang@redhat.com>
Date: 2025-02-24 01:36:36
Also in:
lkml, virtualization
On Sun, Feb 23, 2025 at 11:40 PM Cindy Lu [off-list ref] 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 parameter to enable users to choose between kthread and task mode. Signed-off-by: Cindy Lu <redacted>
Acked-by: Jason Wang <jasowang@redhat.com> Thanks