commit | fd8383fd88a2fd842a9431df5ed353bd7129eecc | [log] [tgz] |
---|---|---|
author | Josef Bacik <jbacik@fb.com> | Thu Sep 08 12:33:37 2016 -0700 |
committer | Jens Axboe <axboe@fb.com> | Thu Sep 08 14:01:32 2016 -0600 |
tree | 34e886f1fbd2feb47c7adde499e181531baccd42 | |
parent | 99e6b87ec2102b10e190c92ea9560bafcb744f86 [diff] |
nbd: convert to blkmq 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. Signed-off-by: Josef Bacik <jbacik@fb.com> Signed-off-by: Jens Axboe <axboe@fb.com>