Re: [PATCH v2 4/7] vhost: Add the vhost_worker to support kthread

2024-10-15 Thread Cindy Lu
On Tue, 15 Oct 2024 at 06:56, Mike Christie wrote: > > On 10/3/24 8:58 PM, Cindy Lu wrote: > > Add back the previously removed vhost_worker function to support the kthread > > and rename it vhost_run_work_kthread_list. > > > > The old function vhost_worker was change to support task in > > commit

Re: [PATCH v2 4/7] vhost: Add the vhost_worker to support kthread

2024-10-14 Thread Mike Christie
On 10/3/24 8:58 PM, Cindy Lu wrote: > Add back the previously removed vhost_worker function to support the kthread > and rename it vhost_run_work_kthread_list. > > The old function vhost_worker was change to support task in > commit 6e890c5d5021 ("vhost: use vhost_tasks for worker threads") > chan

[PATCH v2 4/7] vhost: Add the vhost_worker to support kthread

2024-10-03 Thread Cindy Lu
Add back the previously removed vhost_worker function to support the kthread and rename it vhost_run_work_kthread_list. The old function vhost_worker was change to support task in commit 6e890c5d5021 ("vhost: use vhost_tasks for worker threads") change to xarray in commit 1cdaafa1b8b4 ("vhost: rep