Re: [PATCH 02/18] virtiofs: Check whether hiprio queue is connected at submission time

2019-09-06 Thread Stefan Hajnoczi
On Thu, Sep 05, 2019 at 03:48:43PM -0400, Vivek Goyal wrote: > For hiprio queue (forget requests), we are keeping a state in queue whether > queue is connected or not. If queue is not connected, do not try to submit > request and return error instead. > > As of now, we are checking for this state

[PATCH 02/18] virtiofs: Check whether hiprio queue is connected at submission time

2019-09-05 Thread Vivek Goyal
For hiprio queue (forget requests), we are keeping a state in queue whether queue is connected or not. If queue is not connected, do not try to submit request and return error instead. As of now, we are checking for this state only in path where worker tries to submit forget after first attempt fa