On Mon, Jun 9, 2025 at 3:34 PM Cindy Lu <l...@redhat.com> 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 applications, 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 <l...@redhat.com> > ---
Acked-by: Jason Wang <jasow...@redhat.com> Thanks