Re: [PATCH 0/2]: Add option for async ->queue_rq

2016-09-28 Thread Omar Sandoval
On Tue, Sep 27, 2016 at 05:25:36PM -0700, Bart Van Assche wrote: > On 09/22/16 07:52, Jens Axboe wrote: > > Two patches that add the ability for a driver to flag itself > > as wanting the ->queue_rq() invoked in a manner that allows > > it to block. We'll need that for the nbd conversion, to avoid

Re: [PATCH 0/2]: Add option for async ->queue_rq

2016-09-27 Thread Bart Van Assche
On 09/22/16 07:52, Jens Axboe wrote: Two patches that add the ability for a driver to flag itself as wanting the ->queue_rq() invoked in a manner that allows it to block. We'll need that for the nbd conversion, to avoid having to add workqueue offload. We can use this in the current loop mq path

Re: [PATCH 0/2]: Add option for async ->queue_rq

2016-09-22 Thread Josef Bacik
On 09/22/2016 10:52 AM, Jens Axboe wrote: Two patches that add the ability for a driver to flag itself as wanting the ->queue_rq() invoked in a manner that allows it to block. We'll need that for the nbd conversion, to avoid having to add workqueue offload. We can use this in the current loop mq

[PATCH 0/2]: Add option for async ->queue_rq

2016-09-22 Thread Jens Axboe
Two patches that add the ability for a driver to flag itself as wanting the ->queue_rq() invoked in a manner that allows it to block. We'll need that for the nbd conversion, to avoid having to add workqueue offload. We can use this in the current loop mq path as well. -- To unsubscribe from this