Re: [PATCH v3] virtiofsd: Use --thread-pool-size=0 to mean no thread pool

2020-11-18 Thread Stefan Hajnoczi
On Tue, Nov 17, 2020 at 02:41:31PM -0500, Vivek Goyal wrote: > This is V3 of the patch. A minor change since V2 is to reverse the list > before executing requests. We are prepending elements to the list and that > means when we start processing requests, we are processing these in > the reverse

[PATCH v3] virtiofsd: Use --thread-pool-size=0 to mean no thread pool

2020-11-17 Thread Vivek Goyal
This is V3 of the patch. A minor change since V2 is to reverse the list before executing requests. We are prepending elements to the list and that means when we start processing requests, we are processing these in the reverse order. Though we don't guarantee any ordering but it does not hurt to