On Thu, Nov 12, 2020 at 05:19:06PM -0600, Mike Christie wrote: > In the last patches we are going to have a worker thread per IO vq. > This patch separates the scsi cmd completion code paths so we can > complete cmds based on their vq instead of having all cmds complete > on the same worker thread. > > Signed-off-by: Mike Christie > --- > drivers/vhost/scsi.c | 48 +++++++++++++++++++++++++----------------------- > 1 file changed, 25 insertions(+), 23 deletions(-) Reviewed-by: Stefan Hajnoczi