Re: [PATCH v11 2/3] vhost: Reintroduce kthread mode support in vhost

2025-06-11 Thread Jason Wang
On Mon, Jun 9, 2025 at 3:34 PM Cindy Lu wrote: > > This patch reintroduces kthread mode support in vhost, > It also introduces struct vhost_worker_ops to abstract > worker create/stop/wakeup operations. > > * Bring back the original vhost_worker() implementation, > and renamed to vhost_run_work_

[PATCH v11 2/3] vhost: Reintroduce kthread mode support in vhost

2025-06-09 Thread Cindy Lu
This patch reintroduces kthread mode support in vhost, It also introduces struct vhost_worker_ops to abstract worker create/stop/wakeup operations. * Bring back the original vhost_worker() implementation, and renamed to vhost_run_work_kthread_list(). * Add cgroup support for the kthread * Intr