Re: [RFC 2/7] vhost: Add kthread support in function vhost_worker_queue()

2024-08-28 Thread Cindy Lu
On Tue, 27 Aug 2024 at 10:36, Jason Wang wrote: > > On Mon, Aug 19, 2024 at 5:29 PM Cindy Lu wrote: > > > > Added back the previously removed function vhost_worker_queue() and > > renamed it to vhost_worker_queue_khtread(). The new vhost_worker_queue() > > will select the different mode based on

Re: [RFC 2/7] vhost: Add kthread support in function vhost_worker_queue()

2024-08-26 Thread Jason Wang
On Mon, Aug 19, 2024 at 5:29 PM Cindy Lu wrote: > > Added back the previously removed function vhost_worker_queue() and > renamed it to vhost_worker_queue_khtread(). The new vhost_worker_queue() > will select the different mode based on the value of the parameter. > > Signed-off-by: Cindy Lu It