lkml.org 
[lkml]   [2016]   [Jul]   [1]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
SubjectRe: [PATCH] nbd: convert to blkmq
From
Date
On 07/01/2016 08:15 AM, Josef Bacik wrote:
> This moves NBD over to using blkmq, which allows us to get rid of the NBD
> wide queue lock and the async submit kthread. We will start with 1 hw
> queue for now, but I plan to add multiple tcp connection support in the
> future and we'll fix how we set the hwqueue's.

Looks pretty clean. I'd get rid of that horrible nbd_find_request() as
well, though. Store the request tag in the reply.handle, and then just
lookup the request from the tag, if the tag is valid. The resulting
request can then be checked for proper state (started).

nbd->active_cmd needs to die as well.

--
Jens Axboe

\
 
 \ /
  Last update: 2016-07-01 17:01    [W:1.852 / U:0.004 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site