Re: [PATCH v6 04/11] vhost: take worker or vq instead of dev for flushing

2023-04-04 Thread Jason Wang
On Tue, Mar 28, 2023 at 10:17 AM Mike Christie wrote: > > This patch has the core work flush function take a worker. When we > support multiple workers we can then flush each worker during device > removal, stoppage, etc. > > Signed-off-by: Mike Christie Acked-by: Jason Wang Thanks > --- > d

[PATCH v6 04/11] vhost: take worker or vq instead of dev for flushing

2023-03-27 Thread Mike Christie
This patch has the core work flush function take a worker. When we support multiple workers we can then flush each worker during device removal, stoppage, etc. Signed-off-by: Mike Christie --- drivers/vhost/vhost.c | 24 +++- 1 file changed, 15 insertions(+), 9 deletions(-)