commit | dc5fc361d891e089dfd9c0a975dc78041036b906 | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@kernel.dk> | Tue Oct 19 06:02:30 2021 -0600 |
committer | Jens Axboe <axboe@kernel.dk> | Tue Oct 19 09:22:04 2021 -0600 |
tree | 004b0128343675f265496ef661afa6ac63c55835 | |
parent | bc490f81731e181b07b8d7577425c06ae91692c8 [diff] |
block: attempt direct issue of plug list If we have just one queue type in the plug list, then we can extend our direct issue to cover a full plug list as well. This allows sending a batch of requests for direct issue, which is more efficient than doing one-at-a-time kind of issue. Reviewed-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Jens Axboe <axboe@kernel.dk>