virtiofsd: add --thread-pool-size=NUM option
commit951b3120dbc971f08681e1d860360e4a1e638902
authorStefan Hajnoczi <stefanha@redhat.com>
Thu, 1 Aug 2019 16:54:09 +0000 (1 17:54 +0100)
committerDr. David Alan Gilbert <dgilbert@redhat.com>
Thu, 23 Jan 2020 16:41:37 +0000 (23 16:41 +0000)
tree221603d41f0c6a7ac09059b0ab9f4e1863c7e4fb
parent28f7a3b026f231bfe8de5fed6a18a8d27b1dfcee
virtiofsd: add --thread-pool-size=NUM option

Add an option to control the size of the thread pool.  Requests are now
processed in parallel by default.

Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
tools/virtiofsd/fuse_i.h
tools/virtiofsd/fuse_lowlevel.c
tools/virtiofsd/fuse_virtio.c